From owner-freebsd-questions@FreeBSD.ORG Tue Aug 9 17:52:50 2005 Return-Path: X-Original-To: freebsd-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 91ECA16A41F for ; Tue, 9 Aug 2005 17:52:50 +0000 (GMT) (envelope-from bobself@charter.net) Received: from mxsf27.cluster1.charter.net (mxsf27.cluster1.charter.net [209.225.28.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id AAA3343D55 for ; Tue, 9 Aug 2005 17:52:49 +0000 (GMT) (envelope-from bobself@charter.net) Received: from mxip12a.cluster1.charter.net (mxip12a.cluster1.charter.net [209.225.28.142]) by mxsf27.cluster1.charter.net (8.12.11/8.12.11) with ESMTP id j79Hqk5h003722 for ; Tue, 9 Aug 2005 13:52:47 -0400 Received: from 24-177-225-234.dhcp.spbg.sc.charter.com (HELO [127.0.0.1]) (24.177.225.234) by mxip12a.cluster1.charter.net with ESMTP; 09 Aug 2005 13:52:46 -0400 X-IronPort-AV: i="3.96,92,1122868800"; d="scan'208"; a="1418187781:sNHT14357556" Message-ID: <42F8ED65.7060404@charter.net> Date: Tue, 09 Aug 2005 13:52:37 -0400 From: bob self User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: which apache / php things to install? 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, 09 Aug 2005 17:52:50 -0000 I just installed FreeBSD 5.4-RELEASE and am installing a few applications. I need apache with php, but I see many php-related packages (with portupgrade -v php5-\*). So then I tried portupgrade -v php5, but now it wants to know whether I want to use apache2 instead of apache 1.3. I've been using 1.3 on another machine with no problems. Is 2 now ok to use? I saw in /usr/ports that there is apache2, apache20, apache21. Which one of these should I install if I use apache2? What about the other php installation questions (debug and zend multibyte support)? thanks, bob