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: [email protected]
        ReportedBy: [EMAIL PROTECTED]


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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to