Hi,
I followed instructions in the install.txt file and got errors when try to run a simple test.php ( <?php echo "hello"; ?> ). The apache log file shows:
couldn't spawn child process: c:/php/test.php
Any Ideas,
Troy
Apache:
1. Stop the Apache Webserver.
2. Unzip the Package to c:\php, now move php4ts.dll to the windows/system(32) directory, overwritte any older file!
#for the cgi binary (you can use that one compiled with force cgi redirect too)
ScriptAlias /php4/ "C:/php/"
Action application/x-httpd-php4 "/php4/php.exe"
AddType application/x-httpd-php4 .php
- Copy the php.ini-dist to your sysroot (directory where you installed windows), rename it to php.ini, and
edit the php.ini to fit your needs.
- Restart the Apache server.