I am trying to install PHP4 with Apache2 on Windows 2000, and I have two problem:
1-When I add PHP4 as a module, when I restart the Server, it says:
Cannot load .../Php4/sapi/php4apache.dll into sever. The specified module could not be found.
Adding PHP4 to Apache server.
LoadModule php4_module D:/Behnam/Web/Servers/Php4/sapi/php4apache.dll
AddType application/x-httpd- php .php .php3 .php4 .phtml
AddType application/x-httpd-php-source .phps
2-And when I add it as a cgi script, It make a HTTP 500 error when I request a .php file.
Adding PHP4 to Apache server.
ScriptAlias /php/ "D:/Behnam/Web/Servers/Php4/"
AddType application/x-httpd-php .php .php3 .php4 .phtml
AddType application/x-httpd-php-source .phps
Action application/x-httpd-php "D:/Behnam/Web/Servers/Php4/php.exe"
Can you help me please?
--Behnam
behnam2@sarycity.org
http://sarycity.org