From owner-freebsd-questions@FreeBSD.ORG Fri May 3 20:01:55 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id E01ECCAF for ; Fri, 3 May 2013 20:01:55 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from smtp.infracaninophile.co.uk (smtp6.infracaninophile.co.uk [IPv6:2001:8b0:151:1:3cd3:cd67:fafa:3d78]) by mx1.freebsd.org (Postfix) with ESMTP id 627E910CB for ; Fri, 3 May 2013 20:01:55 +0000 (UTC) Received: from seedling.black-earth.co.uk (seedling.black-earth.co.uk [81.2.117.99]) (authenticated bits=0) by smtp.infracaninophile.co.uk (8.14.7/8.14.7) with ESMTP id r43K1fUw054039 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO); Fri, 3 May 2013 21:01:49 +0100 (BST) (envelope-from matthew@FreeBSD.org) DKIM-Filter: OpenDKIM Filter v2.8.2 smtp.infracaninophile.co.uk r43K1fUw054039 Authentication-Results: smtp.infracaninophile.co.uk/r43K1fUw054039; dkim=none reason="no signature"; dkim-adsp=none (unprotected policy) Message-ID: <5184179C.8060304@FreeBSD.org> Date: Fri, 03 May 2013 21:01:32 +0100 From: Matthew Seaman User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:17.0) Gecko/20130328 Thunderbird/17.0.5 MIME-Version: 1.0 To: FreeBSD Subject: Re: update from apache22 to apache24 References: <20130503104752.351962d2@scorpio> In-Reply-To: <20130503104752.351962d2@scorpio> X-Enigmail-Version: 1.5.1 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="----enig2JMCPPMXJKUPOLVEDCUDR" X-Virus-Scanned: clamav-milter 0.97.8 at lucid-nonsense.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, score=-1.6 required=5.0 tests=AWL,BAYES_00,SPF_SOFTFAIL autolearn=no version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on lucid-nonsense.infracaninophile.co.uk Cc: Jerry 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 20:01:55 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) ------enig2JMCPPMXJKUPOLVEDCUDR Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 03/05/2013 15:47, Jerry wrote: > I was just wondering if anyone had updated from apache22 to apache24. > Specifically, are there any problems to be overcome? Does the existing > httpd.conf file work with the apache24 branch. httpd.conf might or might not work -- there are some incompatible changes= =2E For example: Options -all (2.2) should become: Options none (2.4) If you use on-the-fly compression: the syntax of FilterProvider is different now. That's just two examples I've heard about. Probably the best thing to do is grab yourself a jail or a VM somewhere, install apache-2.4 and keep configtest'ing and fixing your conf until you have something that works, and that you can put on your live system when you upgrade. Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. PGP: http://www.infracaninophile.co.uk/pgpkey ------enig2JMCPPMXJKUPOLVEDCUDR Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.16 (Darwin) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iEYEARECAAYFAlGEF6UACgkQ8Mjk52CukIyBwACfQai8oiv6Z/nBaV57sESS9oxh eAsAmwd6vXHoq6+BgCD6IUMKvDI+NDaP =STQC -----END PGP SIGNATURE----- ------enig2JMCPPMXJKUPOLVEDCUDR--