I am running Apache v1.3.12 on a WinNT4 workstation, and apache is running fine.
But i am not able to get PHP4 to work. The errormessage is ususally 'file not found', and often error 404 or 500.
My PHP config lines from the apache config:
ScriptAlias /php/ "c:/docroot/php/"
AddType application/x-httpd-php3 .php
Action application/x-httpd-php "/php/php.exe"
According to other posts, this should be it. But this gives me a 500, and the errorlog reads:
(2)No such file or directory: couldn't spawn child process: c:/internweb/php/test.php
Can anyone help me here...
Regards Johnny