Apache2 og PHP på WInXP
Jeg får flg. fejl i forbindelse med at jeg starter apache (fra winxp event viewer):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). .
Det sted hvor jeg inkluderer PHP i httpd.conf:
LoadModule php4_module "e:/inetpub/php/sapi/php4apache2.dll"
AddType application/x-httpd-php .php
Hvad er fejlen?
