From owner-freebsd-questions@FreeBSD.ORG Fri May 3 21:04:34 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 44269EA5 for ; Fri, 3 May 2013 21:04:34 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from smtp.rcn.com (smtp.rcn.com [69.168.97.78]) by mx1.freebsd.org (Postfix) with ESMTP id 107461498 for ; Fri, 3 May 2013 21:04:33 +0000 (UTC) X_CMAE_Category: 0,0 Undefined,Undefined X-CNFS-Analysis: v=2.0 cv=X5nQ2Rve c=1 sm=0 a=nVny9ETX7T5uMhI2oTVyRA==:17 a=dZIwhvkf5Z4A:10 a=AaUjGI9IrlcA:10 a=kj9zAlcOel0A:10 a=OA2lqS22AAAA:8 a=sIt-5M63AAAA:8 a=hIxQ3Ldfwc8A:10 a=mV9VRH-2AAAA:8 a=6LczUs84OC_zHgwJF5sA:9 a=CjuIK1q_8ugA:10 a=wqICNeaArt8A:10 a=nVny9ETX7T5uMhI2oTVyRA==:117 X-CM-Score: 0 X-Scanned-by: Cloudmark Authority Engine Authentication-Results: smtp02.rcn.cmh.synacor.com smtp.mail=roberthuff@rcn.com; spf=neutral; sender-id=neutral Authentication-Results: smtp02.rcn.cmh.synacor.com header.from=roberthuff@rcn.com; sender-id=neutral Received-SPF: neutral (smtp02.rcn.cmh.synacor.com: 209.6.193.164 is neither permitted nor denied by domain of rcn.com) Received: from [209.6.193.164] ([209.6.193.164:55773] helo=jerusalem.litteratus.org.litteratus.org) by smtp.rcn.com (envelope-from ) (ecelerity 2.2.3.49 r(42060/42061)) with ESMTP id 76/2F-25694-06624815; Fri, 03 May 2013 17:04:32 -0400 From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <20868.9823.662201.102767@jerusalem.litteratus.org> Date: Fri, 3 May 2013 17:04:31 -0400 To: Ryan Frederick Subject: Re: update from apache22 to apache24 In-Reply-To: <51841DE2.2030006@gmail.com> References: <20130503104752.351962d2@scorpio> <51841DE2.2030006@gmail.com> X-Mailer: VM 7.17 under 21.4 (patch 22) "Instant Classic" XEmacs Lucid Cc: freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 May 2013 21:04:34 -0000 Ryan Frederick writes: > The Apache site has documentation on upgrading from 2.2 to 2.4 -- > http://httpd.apache.org/docs/2.4/upgrading.html > > The main change for me was the new allow/deny syntax. > > I've updated almost all of my Apache installs from 2.2 to 2.4 with no > issues. Lucky you. I've just been making the change. In addition to the allow/deny syntax, the biggest change is some old modules disappear and new ones need to be added. Unfortunately I'm now getting this: Performing sanity check on apache24 configuration: Syntax OK Starting apache24. /usr/local/etc/rc.d/apache24: WARNING: failed to start apache24 and none of the usual suspects have additional information. (Anyone want to take a shot at this? :-) Respectfully, Robert Huff