i installed apache 2.0.55 and it works fine. then i downloaded php5 and extracted it to c:\php, renamed php.ini-recommended to php.ini, copied php5ts.dll to the windows folder and added the following lines to httpd.conf:
LoadModule php5_module "c:/php/php5apache2.dll"
AddType application/x-httpd-php .php
PHPIniDir "C:/php"
now when im trying to start apache i get the following error:
Syntax error on line 958 of c:/Program File/Apache Group/Apache2/conf/httpd.conf:
Cannot load c:/php/php5apache2.dll into server: One of the library files needed to run this application cannot be found.
i tried to copy php5ts.dll to c:\windows, c:\windows\system, c:\windows\system32, c:\program files\apache group\apache2\bin, and it didnt help. when i delete the line:
LoadModule php5_module "c:/php/php5apache2.dll"
apache starts and works fine.
what should i do? it worked before i reinstalled windows...