bugzilla/bugzilla.conf

11 lines
283 B
Plaintext
Raw Normal View History

Alias /bugzilla "/srv/www/bugzilla/"
<Directory "/srv/www/bugzilla">
AddHandler cgi-script .cgi
Options +ExecCGI +FollowSymLinks
DirectoryIndex index.cgi index.html
AllowOverride Limit FileInfo Indexes Options
Order allow,deny
Allow from all
</Directory>