Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
59fb407f
Commit
59fb407f
authored
Mar 26, 2004
by
bugreport%peshkin.net
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 177224: Update installation docs to note XUL and RDF MIME types
patch by mkanat r=justdave, a=justdave
parent
6bc11c20
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
1 deletion
+25
-1
installation.xml
docs/xml/installation.xml
+25
-1
No files found.
docs/xml/installation.xml
View file @
59fb407f
<!-- <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"> -->
<!-- $Id: installation.xml,v 1.
69 2004/03/25 11:19:00 jocuri%softhome
.net Exp $ -->
<!-- $Id: installation.xml,v 1.
70 2004/03/26 05:17:56 bugreport%peshkin
.net Exp $ -->
<chapter
id=
"installing-bugzilla"
>
<title>
Installing Bugzilla
</title>
...
...
@@ -1334,6 +1334,30 @@
compromised. For this reason it is recommended that you create a user
account for each daemon.
</para>
</section>
<section
id=
"apache-addtype"
>
<title>
Serving Alternate Formats with the right MIME type
</title>
<para>
Some Bugzilla pages have alternate formats, other than just plain
<acronym>
HTML
</acronym>
. In particular, a few Bugzilla pages can
output their contents as either
<acronym>
XUL
</acronym>
(a special
Mozilla format, that looks like a program
<acronym>
GUI
</acronym>
)
or
<acronym>
RDF
</acronym>
(a type of structured
<acronym>
XML
</acronym>
that can be read by various programs).
</para>
<para>
In order for your users to see these pages correctly, Apache must
send them with the right
<acronym>
MIME
</acronym>
type. To do this,
add the following lines to your Apache configuration, either in the
<computeroutput>
<
VirtualHost
>
</computeroutput>
section for your
Bugzilla, or in the
<computeroutput>
<
Directory
>
</computeroutput>
section for your Bugzilla:
</para>
<para>
<screen>
AddType application/vnd.mozilla.xul+xml .xul
AddType text/xml .rdf
</screen>
</para>
</section>
</section>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment