From 59fb407f187933e5c8efa45207568284eff2c189 Mon Sep 17 00:00:00 2001 From: "bugreport%peshkin.net" <> Date: Fri, 26 Mar 2004 13:17:56 +0000 Subject: Bug 177224: Update installation docs to note XUL and RDF MIME types patch by mkanat r=justdave, a=justdave --- docs/xml/installation.xml | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/docs/xml/installation.xml b/docs/xml/installation.xml index fde5ee764..cd786221c 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 +
-- cgit v1.2.3-24-g4f1b