From owner-freebsd-questions@FreeBSD.ORG Sat May 15 11:01:38 2004 Return-Path: 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 C900416A4CE for ; Sat, 15 May 2004 11:01:38 -0700 (PDT) Received: from ns1.tiadon.com (SMTP.tiadon.com [69.27.132.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0ECC243D3F for ; Sat, 15 May 2004 11:01:38 -0700 (PDT) (envelope-from kdk@daleco.biz) Received: from daleco.biz ([69.27.131.0]) by ns1.tiadon.com with Microsoft SMTPSVC(6.0.3790.0); Sat, 15 May 2004 13:02:41 -0500 Message-ID: <40A65AFF.1060206@daleco.biz> Date: Sat, 15 May 2004 13:01:35 -0500 From: "Kevin D. Kinsey, DaleCo, S.P." User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6) Gecko/20040406 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Bruce Hunter References: <40A51751.9070807@solisix.com> In-Reply-To: <40A51751.9070807@solisix.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 15 May 2004 18:02:41.0812 (UTC) FILETIME=[D0F81D40:01C43AA6] cc: "freebsd-questions@freebsd.org" Subject: Re: Apache 2 / PHP Installation X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 May 2004 18:01:38 -0000 Bruce Hunter wrote: > Hi all, > I installed Apache 2 from the ports collection. Does apache2 come with > php support? Probably not, but not sure. I want to install php on the > system. I'm not sure what port I need to install?? All the pre recks.. > are for 1.* versions of Apache. What's the deal? > > Thanks so much, > Bruce The deal is, Apache2 and PHP are basically a "no no". From http://www.php.net/manual/en/install.apache2.php: " Warning Do not use Apache 2.0 and PHP in a production environment neither on Unix nor on Windows." That same page goes on to give other instructions, which I must presume are for "non-production" environments. Perhaps you can gain additional insight there. Kevin Kinsey DaleCo, S.P.