]> git.sur5r.net Git - bacula/bacula/blob - gui/bweb/script/bweb.conf
ebl fix documenation to activate bfileview
[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         AuthUserFile /etc/apache/htpasswd
6         AllowOverride None
7         Require valid-user
8 </Directory>
9
10 Alias /bweb/fv /var/spool/bweb
11 <Directory "/var/spool/bweb">
12     Options None
13     AllowOverride AuthConfig
14     Order allow,deny
15     Allow from all
16 </Directory>
17
18 Alias /bweb /usr/share/bweb/html
19 <Directory "/usr/share/bweb/html">
20     Options None
21     AllowOverride AuthConfig
22     Order allow,deny
23     Allow from all
24 </Directory>
25