]> git.pld-linux.org Git - packages/bugzilla.git/blame - bugzilla.conf
- webapps framework
[packages/bugzilla.git] / bugzilla.conf
CommitLineData
f5554fe6
ER
1# $Id$
2
6978899c
TO
3Alias /bugzilla "/usr/share/bugzilla"
4
5<Directory /usr/share/bugzilla>
6 Options ExecCGI
e30ccb3d 7 AddHandler cgi-script .cgi
0f023afa
JR
8 <IfModule mod_authz_host.c>
9 Order allow,deny
10 Allow from all
11 </IfModule>
6978899c 12</Directory>
f5554fe6 13
0f023afa 14# vim: filetype=apache
This page took 0.09048 seconds and 4 git commands to generate.