Closed
Bug 174255
Opened 23 years ago
Closed 23 years ago
Typo & omission in Install Guide's Apache directives
Categories
(Bugzilla :: Documentation, defect)
Bugzilla
Documentation
Tracking
()
RESOLVED
FIXED
Bugzilla 2.18
People
(Reporter: jwm, Assigned: bz)
References
Details
(Couldn't find this already reported and it was still incorrect in HEAD, so I'll
report it here. Please tread lightly if this is a dup. :-)
The Bugzilla installation instructions
(mozilla/webtools/bugzilla/docs/sgml/installation.sgml) have a couple
typos/omissions in the Apache configuration directives they mention.
529 <programlisting>Options ExecCGI AllowOverride Limit</programlisting>
This should be two directives:
Options ExecCGI
AllowOverride Limit
and perhaps even:
Options +ExecCGI
AllowOverride Limit
to preserve any existing Options.
Additionally, Apache may also need a:
DirectoryIndex index.cgi
in order to display the main Bugzilla page as the directory index. I couldn't
find this explicitly mentioned in the docs.
| Assignee | ||
Comment 1•23 years ago
|
||
Fixed in CVS SGML; HTML checkin will occur once the majority of outstanding doc
bugs are fixed.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Comment 3•22 years ago
|
||
*** Bug 186820 has been marked as a duplicate of this bug. ***
Updated•12 years ago
|
QA Contact: matty_is_a_geek → default-qa
You need to log in
before you can comment on or make changes to this bug.
Description
•