update from apache22 to apache24

Matthew Seaman matthew at FreeBSD.org
Fri May 3 20:01:55 UTC 2013


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.

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

-- 
Dr Matthew J Seaman MA, D.Phil.
PGP: http://www.infracaninophile.co.uk/pgpkey


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 268 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/freebsd-questions/attachments/20130503/4130c5bb/attachment.sig>


More information about the freebsd-questions mailing list