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 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.
Hi All,
ah, shikes, yep, missed that...all's well..cheers.
Mark sargent.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php