Hi again,

On Sat, 10 Jun 2000, Ian C. Sison wrote:

> 
> omigod...!   <shocked>
> 
> It worked!   <grin>

<Equally big grin>

> Ok now, i've commented out the ClearModuleList directive , apache loaded
> ok. Would there be any side effects to the directive, as it seemed to be
> there for a purpose...

Well not side-effects exactly...  the most usual reason for this
directive is to get rid of a module which has effects that you don't
want but which happens to be compiled in.  Trouble is then you have to
put AddModule/LoadModule directives into the configuration to get back
the modules you _do_ want because ClearModuleList, er, Clears Apache's
Module List.  So you can either recompile Apache with just the modules
you want, or (horrors!) use DSO and only pull in the ones you want, or
carry on as you are if it works OK as it is.  The httpd processes will
be a little bigger than necessary if it has modules compiled in that
you don't need.  No matter.

> Thanks for your help!

Aw, shucks.

73,
Ged.

Reply via email to