From: bugreport%peshkin.net <> Date: Fri, 26 Mar 2004 13:17:56 +0000 (+0000) Subject: Bug 177224: Update installation docs to note XUL and RDF MIME types X-Git-Tag: bugzilla-2.18rc1~143 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=59fb407f187933e5c8efa45207568284eff2c189;p=thirdparty%2Fbugzilla.git Bug 177224: Update installation docs to note XUL and RDF MIME types patch by mkanat r=justdave, a=justdave --- diff --git a/docs/xml/installation.xml b/docs/xml/installation.xml index fde5ee7640..cd786221cd 100644 --- a/docs/xml/installation.xml +++ b/docs/xml/installation.xml @@ -1,5 +1,5 @@ - + Installing Bugzilla @@ -1334,6 +1334,30 @@ compromised. For this reason it is recommended that you create a user account for each daemon. + +
+ Serving Alternate Formats with the right MIME type + + + Some Bugzilla pages have alternate formats, other than just plain + HTML. In particular, a few Bugzilla pages can + output their contents as either XUL (a special + Mozilla format, that looks like a program GUI) + or RDF (a type of structured XML + that can be read by various programs). + + + In order for your users to see these pages correctly, Apache must + send them with the right MIME type. To do this, + add the following lines to your Apache configuration, either in the + <VirtualHost> section for your + Bugzilla, or in the <Directory> + section for your Bugzilla: + + + AddType application/vnd.mozilla.xul+xml .xul +AddType text/xml .rdf +