Michael Felt wrote:

> my bad - my AddHandler statement was outside the IFModule block (at line
> 69, near the LoadModules, and it worked for years because mod_mime was
> built-in) - so the problem I was having was primarily a user error.
> 
> What might be a build issue is all the missing LoadModule mod_auth*
> statements in a default httpd.conf, but I would not know about that. I
> just see that with a build with only
> 
> Compiled in modules:
>  core.c
>  prefork.c
>  http_core.c
>  mod_so.c
> 
> I get errors about Order, Deny, etc.. httpd 2.0 would be mod_access, but
> now there are several mod_auth* mods. Which is why I was asking if there
> is a prefered, or required order for LoadModules.

There is no required order for the modules, no, but surrounding the
offending pieces of config with <IfModule> is a definite good thing.

Regards,
Graham
--


Reply via email to