Apache 1.3.x was running fine with php4 until I had to wipe out the machine and so decided to install Apache2.
Now, I can't start Apache with LoadModule line in the httpd.conf. When I stick this
LoadModule php4_module "D:/php/sapi/php4apache2.dll"
in httpd.conf file Windows pukes out with Error 1067: The process terminated unexpectedly.
I have the php4ts.dll in C:\WINDOWS\system32 dir., php.ini in C:\WINDOWS\ and there's nothing funky in php.ini file:
doc_root = "D:\www"
extension_dir = "D:\php\extensions"
I have switched slashes and taken out the quotes to no availe.
My httpd.conf also contains the AddType application/x-httpd-php .php line.
Any thoughts as what the problem with LoadModule might be?
Thanks much.