bugzilla/bugzilla-httpd-conf
Itamar Reis Peixoto f2dd9b96ba bugzilla 3.2.3
2009-07-04 01:03:28 +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>