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