1 |
# This configuration file maps bimagemgr into the URL space. |
2 |
# |
3 |
ScriptAlias "/bimagemgr/cgi-bin" "/usr/share/bacula/bimagemgr/cgi-bin" |
4 |
Alias "/bimagemgr" "/usr/share/bacula/bimagemgr/html" |
5 |
|
6 |
<Directory "/usr/share/bacula/bimagemgr/cgi-bin"> |
7 |
Options ExecCGI -MultiViews +SymLinksIfOwnerMatch |
8 |
AllowOverride AuthConfig |
9 |
</Directory> |
10 |
|
11 |
<Directory "/usr/share/bacula/bimagemgr/html"> |
12 |
Options SymLinksIfOwnerMatch |
13 |
AllowOverride AuthConfig |
14 |
</Directory> |
15 |
|
16 |
<Location "/bimagemgr"> |
17 |
DirectoryIndex cgi-bin/bimagemgr.pl |
18 |
</Location> |