Closed
Bug 787688
Opened 12 years ago
Closed 12 years ago
AllowOverride Options missing when running under mod_perl
Categories
(Bugzilla :: Bugzilla-General, defect)
Tracking
()
RESOLVED
FIXED
Bugzilla 4.4
People
(Reporter: wicked, Assigned: LpSolit)
References
Details
Attachments
(1 file)
418 bytes,
patch
|
wicked
:
review+
|
Details | Diff | Splinter Review |
Currently mod_perl.pl installs Apache config that only has "AllowOverride Limit FileInfo Indexes" in it. We'd need Options there as well since bug 785511 added that to our root .htaccess file.
![]() |
Assignee | |
Comment 1•12 years ago
|
||
![]() |
Assignee | |
Updated•12 years ago
|
Severity: normal → major
Flags: blocking4.4+
Target Milestone: --- → Bugzilla 4.4
Reporter | ||
Comment 2•12 years ago
|
||
Comment on attachment 657578 [details] [diff] [review]
patch, v1
This bug indeed makes mod_perl install fail with: "/var/www/html/bugzilla-tip/.htaccess: Options not allowed here, referer: https://landfill.bugzilla.org/"
Your patch fixes the problem. As long as one remembers to restart Apache to pickup the changes. :)
Attachment #657578 -
Flags: review?(wicked) → review+
Reporter | ||
Updated•12 years ago
|
Flags: approval?
Flags: approval4.4?
![]() |
Assignee | |
Updated•12 years ago
|
Flags: approval?
Flags: approval4.4?
Flags: approval4.4+
Flags: approval+
![]() |
Assignee | |
Comment 3•12 years ago
|
||
Committing to: bzr+ssh://lpsolit%40gmail.com@bzr.mozilla.org/bugzilla/trunk/
modified mod_perl.pl
Committed revision 8382.
Committing to: bzr+ssh://lpsolit%40gmail.com@bzr.mozilla.org/bugzilla/4.4/
modified mod_perl.pl
Committed revision 8380.
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•