]> git.pld-linux.org Git - packages/bugzilla.git/blob - bugzilla.conf
- apache 2.2 compatibility fix
[packages/bugzilla.git] / bugzilla.conf
1 # $Id$
2
3 Alias /bugzilla "/usr/share/bugzilla"
4
5 <Directory /usr/share/bugzilla>
6         Options ExecCGI
7         AddHandler cgi-script .cgi
8     <IfModule mod_authz_host.c>
9         Order allow,deny
10         Allow from all
11     </IfModule>
12 </Directory>
13
14 # vim: filetype=apache ts=4 sw=4 et
This page took 0.10363 seconds and 4 git commands to generate.