Hallo,
I've installed Apache2.2 on PHP5 (completely new installation, not upgrading). Now a problem occurs when I tried to add PHP5 to this Apache.
I have added the following commands in httpd.conf:
LoadModule php5_module c:/php/php5apache2.dll
AddType application/x-httpd-php .php3 .php
AddType application/x-httpd-php-source .phps
But when I start the Apache, it says:
cannot load C:/php/php5apache2.dll into server: the specified module cannot be found
even though, the file exists in this directory.
What is wrong?
(If it matters, I have copied php.ini into c:\windows and php5ts.dll into Apache2.2/bin directory, as instructed).
A clue please...
Andre
I've installed Apache2.2 on PHP5 (completely new installation, not upgrading). Now a problem occurs when I tried to add PHP5 to this Apache.
I have added the following commands in httpd.conf:
LoadModule php5_module c:/php/php5apache2.dll
AddType application/x-httpd-php .php3 .php
AddType application/x-httpd-php-source .phps
But when I start the Apache, it says:
cannot load C:/php/php5apache2.dll into server: the specified module cannot be found
even though, the file exists in this directory.
What is wrong?
(If it matters, I have copied php.ini into c:\windows and php5ts.dll into Apache2.2/bin directory, as instructed).
A clue please...
Andre