From owner-freebsd-questions@FreeBSD.ORG Tue Sep 27 09:16:12 2005 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C738116A41F for ; Tue, 27 Sep 2005 09:16:12 +0000 (GMT) (envelope-from pobox@verysmall.org) Received: from thing.verysmall.org (thing.verysmall.org [212.100.226.116]) by mx1.FreeBSD.org (Postfix) with SMTP id 157E643D48 for ; Tue, 27 Sep 2005 09:16:11 +0000 (GMT) (envelope-from pobox@verysmall.org) Received: (qmail 61015 invoked by uid 89); 27 Sep 2005 09:39:12 -0000 Received: from unknown (HELO ?127.0.0.1?) (iavor.raytchev@verysmall.org@130.83.73.226) by thing.verysmall.org with SMTP; 27 Sep 2005 09:39:12 -0000 Message-ID: <43390DD4.3030106@verysmall.org> Date: Tue, 27 Sep 2005 11:16:04 +0200 From: "pobox@verysmall.org" User-Agent: Thunderbird 1.6a1 (Windows/20050921) MIME-Version: 1.0 To: Mark Bucciarelli , questions@freebsd.org References: <20050926143513.GH2356@rabbit> In-Reply-To: <20050926143513.GH2356@rabbit> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: PHP4 & PHP5 on same server? 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: Tue, 27 Sep 2005 09:16:12 -0000 Mark Bucciarelli wrote: > Is it possible install both php4 and php5 on the same server using > ports? > > I'm using fastcgi so two different interpreters should be fine. (Rename > /usr/local/bin/php to /usr/local/bin/php5-fcgi, for example.) > > Can I assume the php4 and php5 modules (for example, pear) won't step on > each other's toes? > > I google around but didn't find much on this topic ... :( > > m We have them as mod with two chrooted Apache servers on two different IPs. I do not know if this helps. Iv.