Well I'm basically carrying on a practice that was started by the JRun
web server connector tool that is using IfModule to prevent total
Apache startup failure if for some reason JRun/ColdFusion were to get
misconfigured or uninstalled.

In any case you were exactly right - the web server connector placed
the LoadModule directive for the jrun_module below the Include
directive for the conf.d/* directory.  Moving it higher in the config
allowed the IfModule test in my separate vhosts.conf file to succeed.

Thanks for the help.

Seth


On Fri, Oct 30, 2009 at 5:27 PM, Nick Kew <n...@webthing.com> wrote:
> Seth Stone wrote:
>>
>> I'm running Apache 2.2.3-31 on RHEL 5.4 and am running into an issue
>> with using an <IfModule> block inside of a VirtualHost stanza. If my
>
> 1.  Why are you using <IfModule> ?  Unless you're constructing a
> distribution whose management tools rely on it, there's absolutely
> no reason to use it.
>
> 2.  What you describe may depend on lexical order.  Nothing more.
>
> --
> Nick Kew
>
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
>  "   from the digest: users-digest-unsubscr...@httpd.apache.org
> For additional commands, e-mail: users-h...@httpd.apache.org
>
>

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to