Closed
Bug 1235415
Opened 10 years ago
Closed 10 years ago
The quickstart page is missing "AllowOverride AuthConfig" in the Apache section
Categories
(Bugzilla :: Documentation, defect)
Tracking
()
RESOLVED
FIXED
Bugzilla 5.0
People
(Reporter: dev+mozilla, Assigned: LpSolit)
Details
At https://bugzilla.readthedocs.org/en/5.0/installing/quick-start.html#configure-apache , the Apache virtual host configuration is listed.
If I use this configuration, I get the following error message in my Apache log (and a 500 error in my browser):
.htaccess: Require not allowed here
I needed to change the corresponding line in my Apache virtual host configuration by adding the AuthConfig item:
AllowOverride Limit FileInfo Indexes Options AuthConfig
This needs to be changed in the documentation (for 4.4.x and probably also for 5.0.x).
Updated•10 years ago
|
Assignee: installation → documentation
Component: Installation & Upgrading → Documentation
| Assignee | ||
Comment 1•10 years ago
|
||
Ah, this has already been fixed elsewhere in the doc, see bug 1223790, but I missed this place. Thanks for catching that.
To ssh://gitolite3@git.mozilla.org/bugzilla/bugzilla.git
8bbc156..17019be master -> master
To ssh://gitolite3@git.mozilla.org/bugzilla/bugzilla.git
f8b7f77..f0faef6 5.0 -> 5.0
Assignee: documentation → LpSolit
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Summary: Apache configuration is missing the AuthConfig AllowOverride → The quickstart page is missing "AllowOverride AuthConfig" in the Apache section
Target Milestone: --- → Bugzilla 5.0
| Reporter | ||
Comment 2•10 years ago
|
||
Wow, that was fast! Thanks a lot!
You need to log in
before you can comment on or make changes to this bug.
Description
•