Closed Bug 174255 Opened 22 years ago Closed 22 years ago

Typo & omission in Install Guide's Apache directives

Categories

(Bugzilla :: Documentation, defect)

defect
Not set
normal

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.
Fixed in CVS SGML; HTML checkin will occur once the majority of outstanding doc
bugs are fixed.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
fixing target
Target Milestone: --- → Bugzilla 2.18
*** Bug 186820 has been marked as a duplicate of this bug. ***
QA Contact: matty_is_a_geek → default-qa
You need to log in before you can comment on or make changes to this bug.