]> git.sur5r.net Git - bacula/bacula/commitdiff
update INSTALL file
authorEric Bollengier <eric@eb.homelinux.org>
Thu, 16 Jul 2009 09:11:53 +0000 (09:11 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Thu, 16 Jul 2009 09:11:53 +0000 (09:11 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@9018 91ce42f0-d328-0410-95d8-f526ca767f89

gui/bweb/INSTALL

index 23c91143dc5890273f05f0bd827a7233d41bc969..b335df8e2b215f8ab85688c982017b775699076f 100644 (file)
@@ -117,6 +117,14 @@ It could be a good idea to protect your bweb installation (optional).
 
 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