Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 92305 - apache2 https = 403 with new layout
Summary: apache2 https = 403 with new layout
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Apache Team - Bugzilla Reports
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-11 14:58 UTC by A. Person
Modified: 2005-05-12 08:17 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description A. Person 2005-05-11 14:58:28 UTC
I followed the instructions here:

http://dev.gentoo.org/~vericgar/doc/apache-package-refresh.html

to update apache2 and mod_perl to the new layout, and now all https pages return a 403.  I have triple-checked my configs.

Reproducible: Always
Steps to Reproduce:
1. update apache2 to the new layout
2. access an https page
Actual Results:  
403 error

Expected Results:  
https access
Comment 1 Carsten Lohrke (RETIRED) gentoo-dev 2005-05-11 16:34:12 UTC
eh? does this relate to or is it a dupe of bug 92308?
Comment 2 A. Person 2005-05-11 16:44:03 UTC
I don't think they're dupes at all.  This bug is about SSL not working and that one is about mod_perl.so installing to the wrong place.  They did both come up because of my upgrading to the new apache2 layout.
Comment 3 A. Person 2005-05-12 08:17:40 UTC
I fixed this by removing these lines from httpd.conf that were migrated from apache2.conf:

<Directory />
AllowOverride None
Order Deny,Allow
Deny from all
</Directory>

Seemed like an obvious thing to try this morning but not yesterday for some reason.