John Nichel wrote:

Stephane Parenton wrote:

Hi everyone,

I've looked at google and the archive, but did not found an accurate answer, so here's my question (that is certainly common though...)

I have one mdk 10.1 box that has 1 apache server 1.3.x. Now i want this apache to be the production apache server and i need to have another apache server to be an httpd test server. So what i want is 2 strictly separated apache/php configuration on the same box. Is it possible, and is there any how to somewhere to help me place the config files at the right places ?


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

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to