Running PHP4 and 5 together

Runnigng PHP4 and PHP5 together using apache proxying.

To solve this problem, I used Apache’s mod_proxy module and two apache servers… My primary server runs PHP 5 as an Apache module and a second apache server runs PHP 4.3.5 as a module. My configuration requires that you can setup multiple virtual servers and run Apache to listen on localhost on port 8080. Here’s what I did: