Re: [PHP] Cant find ClearModuleList in httpd.conf anywhere

2005-04-12 Thread Mark Sargent
Chris wrote: If you're using Apache 2, then you haven't got a ClearModule (or an AddModule for that matter either). Just set the LoadModule directive. If it's Apache 1, towards the top of httpd.conf there should be A whole bunch of LoadModules, then a little bit farther down, a whole bunch of

Re: [PHP] Cant find ClearModuleList in httpd.conf anywhere

2005-04-12 Thread Chris
If you're using Apache 2, then you haven't got a ClearModule (or an AddModule for that matter either). Just set the LoadModule directive. If it's Apache 1, towards the top of httpd.conf there should be A whole bunch of LoadModules, then a little bit farther down, a whole bunch of AddModules, p