Date: Thu, 21 Dec 2006 09:11:56 -0700 From: "Chad Leigh -- Shire.Net LLC" <chad@shire.net> To: Benjamin Kudria <bkudria@eml.cc> Cc: freebsd-questions@freebsd.org Subject: Re: Installing PHP5 alongside PHP4 Message-ID: <CD53F665-BB90-461B-9D79-5260BABDB6AE@shire.net> In-Reply-To: <200612202145.59639.bkudria@eml.cc> References: <200612202145.59639.bkudria@eml.cc>
next in thread | previous in thread | raw e-mail | index | archive | help
--Apple-Mail-85--568244109 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed On Dec 20, 2006, at 7:45 PM, Benjamin Kudria wrote: > Hi, > > I admin a small web hosting server running 6.1-RELEASE-p10, and I > have PHP4 > working as a module with Apache 2.0.59. I have a PHP app that > doesn't work > with PHP4 and requires PHP5, along with the mysql and gd > extensions. Is > there a way to get PHP5 to run alongside PHP4 short of installing > another > Apache in a jail? I don't know if you can using ports but by compiling yourself you can. You have to have 2 separate modules you load (with different names) and then you have to have one respond to a different file extension. Ie, .php for php4 and .php5 for php5 or whatever. Chad > > Thanks, > Benjamin Kudria > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions- > unsubscribe@freebsd.org" --- Chad Leigh -- Shire.Net LLC Your Web App and Email hosting provider chad at shire.net --Apple-Mail-85--568244109--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CD53F665-BB90-461B-9D79-5260BABDB6AE>