Apache config problem..
Hi .
I have installed Apace 2.2.4, PHP 4, and MySQL 5.0,
After adding the lines
LoadModule php4_module php/sapi/php4apache2.dll
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps
to the conf file in Apache, (httpd.conf)
I get this error message :
httpd.exe: Syntax error on line 117 of C:/Program Files/Apache Software Foundati
on/Apache2.2/conf/httpd.conf: Cannot load C:/Program Files/Apache Software Found
ation/Apache2.2/php/sapi/php4apache2.dll into server: The specified module could
not be found.
The dll file it is not finding, IS where it's supposed to be (php/sapi/php4apache2.dll), I have even tried writing the full path but
i still get this error message, how is it not seeing it ?
I am running this on XP ..
|