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 2003/10/31 02:56:59 UTC

DO NOT REPLY [Bug 24276] New: - IfModule before LoadModule?

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

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24276

IfModule before LoadModule?

           Summary: IfModule before LoadModule?
           Product: Apache httpd-2.0
           Version: 2.0.47
          Platform: All
               URL: http://httpd.apache.org/docs-2.0/mod/core.html#ifmodule
        OS/Version: All
            Status: NEW
          Severity: Minor
          Priority: Other
         Component: Documentation
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: mc8@purehype.net


Looking over http://httpd.apache.org/docs-2.0/mod/core.html#ifmodule . I am 
tring to find out if you can use an IfModule before a LoadModule.

Ie,

<IfModule mod_name.c>
 #...
</IfModule>
LoadModule name_module modules/mod_name.so

My thoughts:
 -- Maby LoadModule's are loaded then IfModules are processed (can use ifmodule 
before loadmodule).
 -- Maby it's all parsed at the same time, line by line (can not use ifmodule 
before loadmodule).

I'm sure I can figure it out by doing testing on my behalf.
But just figured I would report as a bug (not the best word for it).

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