git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3653
91ce42f0-d328-0410-95d8-
f526ca767f89
Release Notes for brestore 1.39.28
Version 1.40:
+ - Add debian package
- Add BwebConsole package to keep bconsole installation and
scp usage on admin workstation. It permit to use brestore on
win32 system.
Release Notes for bweb 1.39.28
2006/11/18
+ - Add debian package
- Add cgi/bconsole.pl and BwebConsole package to keep bconsole installation and
scp usage on admin workstation.
--- /dev/null
+<Directory /usr/lib/cgi-bin/bweb>
+ Options ExecCGI -MultiViews +SymLinksIfOwnerMatch
+ AuthType Basic
+ AuthName Bweb
+ AuthUserFile /etc/apache/htpasswd
+ AllowOverride None
+ Require valid-user
+</Directory>
+
+Alias /bweb /usr/share/bweb/html
+<Directory "/usr/share/bweb/html">
+ Options None
+ AllowOverride AuthConfig
+ Order allow,deny
+ Allow from all
+</Directory>