Hi everyone,
I installed Apache 1.3.27 and I got the successful message of installation with [url]http://localhost,[/url] after I installed PHP 4.3.1 in a laptop with Windows 95.
I have a folder for my documents named Phpweb and this is part of my httpd.conf:
DocumentRoot "D:/phpWeb"
<Directory "D:/Apache/htdocs">
AddType application/x-tar .tgz
ScriptAlias /php/ "D:/PHP4/"
Addtype application/x-httpd-php .php .phtml
Addtype application/x-httpd-php .php3
Addtype application/x-httpd-php .php4
AddType image/x-icon .ico
#Action application/x-httpd-php "/php4/php.exe"
Action application/x-httpd-php "/php/php.exe"
The part of the php.ini I changed is:
doc_root = "d:\phpweb" ; the root Web
; Directory in which the loadable extensions (modules) reside.
extension_dir = "d:\php4\extensions\"
and I copied php.ini to the windows directory.
When I want to test the PHP installation I get a message box with the text "The file PHP.EXE is linked to a KERNEL32.DLL" and a 500 internal server error and the error message "Couldn't spawn child process: d:/php4/php.exe" in the error log file.
Any help is appreciated, thanks in advance.
George