You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2004/08/25 02:42:15 UTC

DO NOT REPLY [Bug 30837] New: - apxs2 doesn't parse included configuration files

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=30837>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=30837

apxs2 doesn't parse included configuration files

           Summary: apxs2 doesn't parse included configuration files
           Product: Apache httpd-2.0
           Version: 2.0.49
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Minor
          Priority: Other
         Component: Build
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: adam@trachtenberg.com


My httpd.conf file is setup to Include a series of other configuration files, 
including one with all my LoadModule lines.

When determining how to generate an AddModule/LoadModule directive, apxs2 does 
not bother to resolve these files, all it does it slurp in the master  
configuration. (See line 538.)

This results in a "At least one LoadModule Directive..." error which 
terminates the install. 

The work around is to include a commented out LoadModule line, but this is 
kludgy and non-intuitive.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org