From: <php...@li...> - 2012-02-26 20:50:04
|
Hi, I'm new to php/java bridge. My PHP (5.3) is currently configured as an Apache module on a Windows XP box. I also installed tomcat. When I try the test, I'm getting an error message that php-cgi.exe is missing. This is right, this file is missing. So, this is probably because I installed PHP as an Apache module. So, can I setup php/java bridge with a PHP installed as an Apache module or I must obligatory have PHP installed as CGI? If I can do that, is there some instructions somewhere? If not, at least, can I have PHP installed in both ways (as Apache module AND CGI)? Thank you for any help you may provide to me so that after it I can better understand what I can do and what I cannot. Best regards, G. Plante P.S.: My Windows XP box is only a development machine. If everything goes fine, I will install it (php/java brides) on my production server that is CentOS 6.0. |