php as cgi error.

xprotect

Verified User
Joined
Feb 10, 2006
Messages
72
./configure --prefix=/usr/local/php4 --with-config-file-path=/usr/local/php4 --sysconfdir=/usr/local/php4 etc --enable-fastcgi
I installed php4 as that [to test] and it isn`t working (internal server error). It working when suexec is comment in httpd.conf :/

How to have 2 PHP? (php4 and php5)?
 
You can't have php4 and php5 both included in apache; you have to have one of them as a CGI program. This has been covered on these forums previously, usually as how to add php5 as a CGI, but the method would be similar for php4.

Jeff
 
Back
Top