1 |
jpp |
1.1 |
Alias /var/lib/bugzilla/data/webdot /var/lib/bugzilla/data/webdot |
2 |
|
|
Alias /bugzilla /usr/share/bugzilla |
3 |
|
|
|
4 |
|
|
<Directory /usr/share/bugzilla> |
5 |
|
|
|
6 |
|
|
<IfModule mod_authz_core.c> |
7 |
|
|
# Bugzilla will be accessible to all machines in your network |
8 |
|
|
# Replace with "Require local" if you want access to be restricted |
9 |
|
|
# to this machine. |
10 |
|
|
Require all granted |
11 |
|
|
</IfModule> |
12 |
|
|
|
13 |
|
|
AddHandler cgi-script .cgi |
14 |
|
|
Options +Indexes +ExecCGI +FollowSymLinks |
15 |
|
|
DirectoryIndex index.cgi index.html |
16 |
|
|
AllowOverride Limit Options FileInfo Indexes AuthConfig |
17 |
|
|
AddType application/vnd.mozilla.xul+xml .xul |
18 |
|
|
AddType application/rdf+xml .rdf |
19 |
|
|
</Directory> |
20 |
|
|
|
21 |
|
|
<Directory /var/lib/bugzilla/data/webdot> |
22 |
|
|
Require all granted |
23 |
|
|
</Directory> |