]> git.sur5r.net Git - bacula/bacula/blob - gui/bweb/script/bweb.conf
ebl don't use htpasswd by default
[bacula/bacula] / gui / bweb / script / bweb.conf
1 <Directory /usr/lib/cgi-bin/bweb>
2         Options ExecCGI -MultiViews +SymLinksIfOwnerMatch
3         AuthType Basic
4         AuthName Bweb
5 # use this to be more safe
6 #        AuthUserFile /etc/bacula/bweb.htpasswd
7         AllowOverride None
8         Require valid-user
9 </Directory>
10
11 Alias /bweb/fv /var/spool/bweb
12 <Directory "/var/spool/bweb">
13     Options None
14     AllowOverride AuthConfig
15     Order allow,deny
16     Allow from all
17 </Directory>
18
19 Alias /bweb /usr/share/bweb/html
20 <Directory "/usr/share/bweb/html">
21     Options None
22     AllowOverride AuthConfig
23     Order allow,deny
24     Allow from all
25 </Directory>
26