bugzilla/bugzilla-httpd-conf
Emmanuel Seyman 439e2d32da Update to 4.0.3
Add perl(Locale::Language) to the Requires
Put the xml docs source in the doc-build subpackage
Add index.html to the DirectoryIndex
Fix typo in README.fedora.bugzilla
2012-01-08 14:29:39 +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>