]> git.sur5r.net Git - bacula/bacula/blobdiff - gui/bweb/script/bweb.conf
ebl fix label_barcodes (use drive name instead of autochanger name)
[bacula/bacula] / gui / bweb / script / bweb.conf
index 7cfa294fcd14ce3191f5c0c48e9e6ab4abf6ae40..0427112bd107f186dada505103d0ac1d5f786721 100644 (file)
@@ -1,10 +1,21 @@
 <Directory /usr/lib/cgi-bin/bweb>
         Options ExecCGI -MultiViews +SymLinksIfOwnerMatch
-        AuthType Basic
-        AuthName Bweb
-        AuthUserFile /etc/apache/htpasswd
+
+# use this to be more safe (htpasswd -c /etc/bacula/bweb.htpasswd admin)
+#        AuthType Basic
+#        AuthName Bweb
+#        AuthUserFile /etc/bacula/bweb.htpasswd
+#        Require valid-user
+
         AllowOverride None
-        Require valid-user
+</Directory>
+
+Alias /bweb/fv /var/spool/bweb
+<Directory "/var/spool/bweb">
+    Options None
+    AllowOverride AuthConfig
+    Order allow,deny
+    Allow from all
 </Directory>
 
 Alias /bweb /usr/share/bweb/html
@@ -14,3 +25,4 @@ Alias /bweb /usr/share/bweb/html
     Order allow,deny
     Allow from all
 </Directory>
+