]> git.pld-linux.org Git - packages/bugzilla.git/blob - bugzilla.conf
- spaces -> tabs
[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
This page took 0.091938 seconds and 4 git commands to generate.