From: <php...@li...> - 2006-10-09 18:23:03
|
>> I cannot find any file in the php release named 'php-cgi.exe'. >It is called php-cgi-x86-windows.exe. I've edited web.xml and added a path to php-cgi-x86-windows.exe within the php_exec params, restarted TC but still have the same 500 error > Are you sure that php.exe is a cgi binary? IMHO the cgi binary is called php-cgi.exe. Downloaded PHP 4.4.4 from php.net and there is no file inside the release named php-cgi.exe > However, I think it is best to download and to install the php integration kit for windows and use the launcher.exe so that the PHP/Java Bridge can use the FastCGI interface instead of CGI: http://www.alphaworks.ibm.com/tech/phpintwasce/download Ok, I've got the kit downloaded, copied only launcher.exe into the webapps/JavaBride/WEB-INF/cgi dirand have updated the php_exec param in webapps/JavaBridge/web.xml to point to launcher.exe, restarted TC and end up with the same 500 problem Is there a config parameter that I'm missing? Am I the only one trying to run the bridge within a TC/Win2k env? Mike |