From owner-freebsd-questions@FreeBSD.ORG Fri Dec 15 21:38:52 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 B1F1016A49E for ; Fri, 15 Dec 2006 21:38:52 +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 ED0D243D60 for ; Fri, 15 Dec 2006 21:35:07 +0000 (GMT) (envelope-from bkudria@eml.cc) Received: from out1.internal (unknown [10.202.2.149]) by out1.messagingengine.com (Postfix) with ESMTP id 44AD952CFB for ; Fri, 15 Dec 2006 16:36:07 -0500 (EST) Received: from heartbeat2.messagingengine.com ([10.202.2.161]) by out1.internal (MEProxy); Fri, 15 Dec 2006 16:36:07 -0500 X-Sasl-enc: uA7auTPRC3yGHKQx1j2Xtw25yTQ+IkCYd4Lv8hba1P2y 1166218567 Received: from laotzu.local (gy212-248.resnet.stonybrook.edu [130.245.212.248]) by www.fastmail.fm (Postfix) with ESMTP id 1A3B0EF28 for ; Fri, 15 Dec 2006 16:36:06 -0500 (EST) From: Benjamin Kudria To: freebsd-questions@freebsd.org Date: Fri, 15 Dec 2006 16:36:12 -0500 User-Agent: KMail/1.9.5 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200612151636.12927.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: Fri, 15 Dec 2006 21:38:52 -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