bugzilla/bugzilla-httpd-conf
2007-10-26 15:41:21 +00:00

8 lines
221 B
Text

Alias /bugzilla /usr/share/bugzilla
<Directory /usr/share/bugzilla>
AddHandler cgi-script .cgi
Options +Indexes +ExecCGI +FollowSymLinks
DirectoryIndex index.cgi
AllowOverride Limit Options FileInfo
</Directory>