I have added following lines in httpd.conf file to load php module.
LoadModule php4_module c:/php/sapi/php4apache.dll
AddModule mod_php4.c
AddType application/x-httpd-php .php
And the apache2 service can not be star.
There is log information in "computer Management->system tools->event viewer->applications->error" shown like this:
The Apache service named reported the following error:
Apache.exe: module "c:\php4build\snap\sapi\apache2filter\sapi_apache2.c" is not compatible with this version of Apache (found 20020628, need 20020903).
But the madule php4apache.dll is supplied by Apache2 binary installation package, why it can not work?
What shall I do? Ask for help!
Gilbert