bugzilla/bugzilla-httpd-conf
Emmanuel Seyman ece3d49be6 Update to 4.0.3
Add perl(Locale::Language) to the Requires
Add index.html to the DirectoryIndex
Fix typo in README.fedora.bugzilla
2012-01-08 15:25:22 +01:00

11 lines
380 B
Text

Alias /var/lib/bugzilla/data/webdot /var/lib/bugzilla/data/webdot
Alias /bugzilla /usr/share/bugzilla
<Directory /usr/share/bugzilla>
AddHandler cgi-script .cgi
Options +Indexes +ExecCGI +FollowSymLinks
DirectoryIndex index.cgi index.html
AllowOverride Limit Options FileInfo
AddType application/vnd.mozilla.xul+xml .xul
AddType application/rdf+xml .rdf
</Directory>