[users@httpd] script to reproduce gzip+chunked bug

2012-01-20 Thread Luke Meyer
I've been tracking down an elusive problem that affects POST requests made to httpd with the body gzipped and chunked, deflated with mod_deflate and passed on to a backend. I found that most of the time it worked; but occasionally (sending exactly the same thing multiple times) the contents

RE: [users@httpd] Compile Apache 2.2.21 with proxy-html

2012-01-20 Thread Luke Meyer
Description: Apache2 filter module for HTML links rewriting mod_proxy_html is an output filter to rewrite HTML links in a proxy situation, to ensure that links work for users outside the proxy. It serves the same purpose as Apache's ProxyPassReverse directive does for HTTP headers, and is an