[plug] installing PHP 4 and Php 5 in one server

2007-07-11 Thread Mike A.
Hi, Is anyone have an experience in installing PHP 4 and PHP 5 in an RHEL 4 server? I know this is possible but I can't find any resources or websites in the web. All I can see is an upgrade from PHP 4 to PHP 5. RHEL 4 have PHP 4 installed but because of new features that PHP 5 have, I want to

Re: [plug] installing PHP 4 and Php 5 in one server

2007-07-11 Thread Linuxpol
check this link, unfortunately it is debian base but at least you can have some idea. http://www.debianhelp.co.uk/apachephp.htm Mike A. [EMAIL PROTECTED] wrote: Hi, Is anyone have an experience in installing PHP 4 and PHP 5 in an RHEL 4 server? I know this is possible but I can't find any

Re: [plug] installing PHP 4 and Php 5 in one server

2007-07-11 Thread John Peter Loh
You can with two instances of Apache running, each having their own port. All you have to do is have two copies of httpd.conf for each version of PHP. Then start Apache with a different configuration file: apachectl -k stop apachectl -f /path/to/httpd_for_php4.conf -k start apachectl -f

Re: [plug] installing PHP 4 and Php 5 in one server

2007-07-11 Thread Michael Tinsay
. - Original Message From: John Peter Loh [EMAIL PROTECTED] To: Philippine Linux Users' Group (PLUG) Technical Discussion List plug@lists.linux.org.ph Sent: Wednesday, July 11, 2007 3:13:41 PM Subject: Re: [plug] installing PHP 4 and Php 5 in one server You can with two instances of Apache

Re: [plug] installing PHP 4 and Php 5 in one server

2007-07-11 Thread Caloocan Gangsta
, 2007 3:13:41 PM Subject: Re: [plug] installing PHP 4 and Php 5 in one server You can with two instances of Apache running, each having their own port. All you have to do is have two copies of httpd.conf for each version of PHP. Then start Apache with a different configuration file: apachectl -k

Re: [plug] installing PHP 4 and Php 5 in one server

2007-07-11 Thread Mike A.
] To: Philippine Linux Users' Group (PLUG) Technical Discussion List plug@lists.linux.org.ph Sent: Wednesday, July 11, 2007 3:13:41 PM Subject: Re: [plug] installing PHP 4 and Php 5 in one server You can with two instances of Apache running, each having their own port. All you have to do is have two