Re: [users@httpd] mod_cache + worker mpm + php-fpm mangling response headers on cache misses

2015-09-17 Thread Neil Skrypuch
On Wednesday 16 September 2015 08:50:29 Edward Lu wrote: > In any case, here is the updated patch. It may be worth opening this as a > bug report so we can keep track of it easier. I reworked the patch to apply to httpd 2.4.6 (as shipped with CentOS 7) and can confirm that it fixes the issue for

[users@httpd] mod_cache + worker mpm + php-fpm mangling response headers on cache misses

2015-09-01 Thread Neil Skrypuch
We're trying to introduce mod_cache usage into our application, and it's working well, except that on a cache miss most response headers are either overridden or simply discarded by Apache before they make it to the client. This is particularly problematic for gzipped content, which is not