Re: Cant find ClearModuleList in httpd.conf anywhere

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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, put it at the bottom of that list.

Chris

Mark Sargent wrote:

Hi All,

what line number is the following on,

And in the AddModule section of httpd.conf, somewhere under the
ClearModuleList, add this:
For PHP 4:
AddModule mod_php4.c
For PHP 5:


     AddModule mod_php5.c

Hell, I've scrolled up/down numerous times, and can't find ClearModuleList anywhere. Cheers.

Mark Sargent.


-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux