Re: Question about Apache 2.4 and libapreq2 (Apache2::Request)
JW <[email protected]>
| Newsgroups | gmane.comp.apache.mod-perl |
|---|---|
| Message-ID | <[email protected]> |
On Wed, 18 Jan 2017 20:06:41 +0000 (UTC)
JW <[email protected]> wrote:
> before I make a permanent switch to Apache 2.4, I was wondering if anyone doing a similar upgrade experienced problems using libapreq2 and what alternative(s) they chose.
>
You are more likely to encounter problems with Apache than libapreq.
They changed quite a few things, notably the 'Allow from all' and 'Deny from all' directives, replaced by 'Require all granted/denied', that you have to modify for all your sites; I was also affected by a change in the running order of filters (mod_deflate ran before my custom outputfilter in 2.4).
Everything running smoothly since those were fixed across several different virtual hosts.
--
Bien à vous, Vincent Veyron
https://marica.fr/
Logiciel de suivi des contentieux juridiques, des sinistres d'assurance et des contrats
Vincent,Thanks for the information, will keep those points in mind when I make the switch. Happy to hear your move to 2.4 has been successful.
Cheers,John