From owner-freebsd-questions@FreeBSD.ORG Thu Dec 21 14:02:25 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5C99E16A415 for ; Thu, 21 Dec 2006 14:02:25 +0000 (UTC) (envelope-from bkudria@eml.cc) Received: from out4.smtp.messagingengine.com (out4.smtp.messagingengine.com [66.111.4.28]) by mx1.freebsd.org (Postfix) with ESMTP id 3804B13C462 for ; Thu, 21 Dec 2006 14:02:25 +0000 (UTC) (envelope-from bkudria@eml.cc) Received: from out1.internal (unknown [10.202.2.149]) by out1.messagingengine.com (Postfix) with ESMTP id 0BF79592E6 for ; Wed, 20 Dec 2006 21:45:44 -0500 (EST) Received: from heartbeat2.messagingengine.com ([10.202.2.161]) by out1.internal (MEProxy); Wed, 20 Dec 2006 21:45:44 -0500 X-Sasl-enc: 5hzW26xGfJX3jFwrqY7sKzYURzXyfr2qV7VccQu6zKE8 1166669143 Received: from laotzu.local (gy212-248.resnet.stonybrook.edu [130.245.212.248]) by www.fastmail.fm (Postfix) with ESMTP id CFF92444B for ; Wed, 20 Dec 2006 21:45:43 -0500 (EST) From: Benjamin Kudria To: freebsd-questions@freebsd.org User-Agent: KMail/1.9.5 MIME-Version: 1.0 Content-Disposition: inline Date: Wed, 20 Dec 2006 21:45:58 -0500 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200612202145.59639.bkudria@eml.cc> Subject: Installing PHP5 alongside PHP4 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Dec 2006 14:02:25 -0000 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? Thanks, Benjamin Kudria