]> git.pld-linux.org Git - packages/bugzilla.git/blob - bugzilla.conf
- drop obsolete and outdated manual inclusion of rpm macros
[packages/bugzilla.git] / bugzilla.conf
1 # $Id$
2
3 Alias /bugzilla "/usr/share/bugzilla/htdocs"
4
5 <Directory /usr/share/bugzilla/htdocs>
6         Options ExecCGI
7         AddHandler cgi-script .cgi
8         Order allow,deny
9         Allow from all
10 </Directory>
This page took 0.045752 seconds and 3 git commands to generate.