Groovesalad
I had that problem too, just replace
LoadModule php4_module c:/network/php/sapi/php4apache2.dll
with
#LoadModule php4_module c:/network/php/sapi/php4apache2.dll
And you'll be able to restart the server fine
[edit]
If I add a hash (#) in front of a command in the httpf.conf file, does it comment it out? (I#m guessing the answer is yes, but I don't know)
|