Re: installing php on 2 apache server

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux