I get the same proble. I already check the file httpd.conf.
i found the the statment in the file
loadModule php4_module modules/mod_php4.so
i try to remove the a pair of and restart the apache, the error
message appear:
.. can't not load the mod_php4.so
how can i do it
thinks
"Jonat
If you have the AddType line in there, then there's probably a problem with
loading the php4 module into Apache. Do you have both the AddModule and
LoadModule statements?
Something like:
LoadModule php4_modulelibexec/apache/libphp4.so
AddModule mod_php4.c
?
Try typing the following in t