1 |
slords |
1.1 |
# This configuration file maps bweb into the URL space. |
2 |
|
|
# |
3 |
|
|
ScriptAlias "/bweb/cgi-bin" "/usr/share/bacula/bweb/cgi-bin" |
4 |
|
|
Alias "/bweb/fv" "/var/cache/bweb" |
5 |
|
|
Alias "/bweb" "/usr/share/bacula/bweb/html" |
6 |
|
|
|
7 |
|
|
<Directory "/usr/share/bacula/bweb/cgi-bin"> |
8 |
|
|
Options ExecCGI -MultiViews +SymLinksIfOwnerMatch |
9 |
|
|
AllowOverride AuthConfig |
10 |
|
|
</Directory> |
11 |
|
|
|
12 |
|
|
<Directory "/var/cache/bweb"> |
13 |
|
|
Options None |
14 |
|
|
AllowOverride AuthConfig |
15 |
|
|
</Directory> |
16 |
|
|
|
17 |
|
|
<Directory "/usr/share/bacula/bweb/html"> |
18 |
|
|
Options None |
19 |
|
|
AllowOverride AuthConfig |
20 |
|
|
</Directory> |