Stephane Parenton wrote: <snip>
John Nichel wrote:Just install the second version of Apache in a different location (--prefix=/path/to/other/location), and run it on a different port (the listen directive in the httpd.conf)Well, this is ok to have 2 seperate httpd, but what i need, and that was not clear in my first mail, is that i also want 2 php setup, one for the prod apache and the other one for the test... This is THIS point that seems a bit confused regarding the php config files to run with apache...
stephane
Configure and build the second version of php against the second version of Apache. Either before you build Apache...
./configure --with-apache=/path/to/second/apache/source
Or as a DSO....
./configure --with-apxs=/path/to/second/apache/apxs
-- By-Tor.com ...it's all about the Rush http://www.by-tor.com
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php