git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@9018
91ce42f0-d328-0410-95d8-
f526ca767f89
Put this in your httpd.conf, and add user with htpasswd
+Alias /bweb /usr/share/bweb/html
+<Directory /usr/share/bweb/html>
+ Options FollowSymLinks MultiViews
+ AllowOverride None
+ Order allow,deny
+ allow from all
+</Directory>
+
ScriptAlias /cgi-bin/bweb /usr/lib/cgi-bin/bweb
<Directory /usr/lib/cgi-bin/bweb>
Options ExecCGI -MultiViews +SymLinksIfOwnerMatch