Bug 4181

Summary: apxs -i doesn't install correct module path
Product: [Retired] Red Hat Linux Reporter: tomj
Component: apacheAssignee: David Lawrence <dkl>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 6.0   
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: 1999-08-27 15:30:47 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 tomj 1999-07-23 18:54:37 UTC
When I run apxs -i -a -n 'foo' mod_foo.so the line added
to the httpd.conf file looks like this:

LoadModule foo_module lib/apache/mod_foo.so

However, the 'ServerRoot' is used to find these modules and
that is set to /etc/httpd so the correct line should be:

LoadModule foo_module modules/mod_foo.so

So, after running apxs -i, httpd will fail to start since it
can't load the module.  This was a problem in RH 5.2 and is
still a problem in 6.0.

Comment 1 Preston Brown 1999-08-27 15:30:59 UTC
this will be fixed in the next release (6.1).