|
Hi,
who can help me.
I've installed Apache 2.2.14 on my Windows 2003 server.
Now I try to install php-5.3.1-Win32-VC6-x86 and recieve an error that the batch can't install and I've to configure manualy.
When I insert the following maunaly:
#BEGIN PHP INSTALLER EDITS - REMOVE ONLY ON UNINSTALL
ScriptAlias /php/ "C:/PHP/"
Action application/x-httpd-php "C:/PHP/php-cgi.exe"
#PHPIniDir "C:/PHP/"
#LoadModule php5_module "C:/PHP/php5apache2_2.dll"
#PHPIniDir "C:/PHP/"
#LoadModule php5_module "C:/PHP/php5apache2.dll"
#PHPIniDir "C:/PHP/"
#LoadModule php5_module "C:/PHP/php5apache.dll"
#END PHP INSTALLER EDITS - REMOVE ONLY ON UNINSTALL
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps
When I remove the remark from the php5apache2_2.dll and PHPIniDir Apache isn't starting again but returns with an error. "The requested operation has failed!"
The event viewer displays:
"Faulting application httpd.exe, version 2.2.14.0, faulting module php5ts.dll, version 5.3.1.0, fault address 0x000e618c."
Who know what I can do to fix this?
Robert
|