Bug 8377

Summary: bug in apache httpd conf file
Product: [Retired] Red Hat Linux Reporter: Levente Farkas <lfarkas>
Component: apacheAssignee: Preston Brown <pbrown>
Status: CLOSED NOTABUG QA Contact:
Severity: high Docs Contact:
Priority: medium    
Version: 6.1   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2000-01-13 02:33:23 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Levente Farkas 2000-01-11 16:42:37 UTC
in apache (both 1.3.9-8 and 1.3.9-4) in httpd.conf the line
ServerRoot /etc/httpd
is AFTER the apache module sections and in this case apache try to
find the modules in /usr/modules/ even if there is a link in
/etc/httpd/modules -> ../../usr/lib/apache/

Comment 1 Preston Brown 2000-01-13 02:33:59 UTC
I'm pretty sure you're looking at one of your old config files, and _not_ the
one that we currently ship with apache.  As of at least 1.3.9-8, ServerRoot
directive is most definitely before the AddModule directives.