Re: [PHP] Using php4 AND php5

2004-10-04 Thread Bostjan Skufca @ domenca.com
Compile another apache apache with php5 and make it listen on port 81, use different pid file and different error_log, recompile your current apache with modules mod_rewrite and mod_proxy and mod_proxy_http enabled. Then make current apache forward all .php5 requests to second apache via proxy m

[PHP] Using php4 AND php5

2004-10-04 Thread Dobermann
Hi all, I'd like to know how to install both php 4 and 5 on the same server, for example with .php4 and .php5 extensions. I tried editing some part of the source code to change the way Apache calls php (with application/x-httpd types) but I never get apache to start :( I heard about compiling