istojic@xxxxxxxxx wrote:So changing the extension on it SHOULD switch PHP on and off.
> I hadn't thought to check whether additional .conf files were being
> generated by the installer. Sure enough, there were, and one had a
> command to load the php5_module again.
> Unfortunately, when I attempted to comment out the original LoadModuleHave you checked WHEN the extra .conf files are loaded?
> php5... line in httpd.conf, I received the cursed SIGTERM error again.
> I can comment out / modify other areas of the httpd.conf file, including
> other LoadModule lines, but if I touch "LoadModule php5_module
> libexec/apache2/libphp5.so" in any way (including commenting it out),
> Apache won't start.
I presume you have checked the entries in the extra conf file?
And that loadmodule is the same? I have had problems with the PHP install, but
usually the answer has been logical - so I don't know what to suggest next :(
In the past I have dropped all the lines from the extra .conf into httpd.conf
because that then matches the windows set-up - may be worth trying?