Re: Revisiting: xml2enc, mod_proxy_html and content compression

2014-01-04 Thread Nick Kew
On 4 Jan 2014, at 13:36, Tim Bannister wrote: > Gzip compressed content sometimes gets served with no declared encoding and a > media type of, e.g., “application/x-gzip”. I reckon that's more common than > serving it as application/octet-stream or with no Content-Type: declared. > > mod_deflat

[PATCH] fix merging for a couple of OCSP directives

2014-01-04 Thread Jeff Trawick
Isn't this change required to handle merging of SSLOCSPEnable and SSLOCSPOverrideResponder? (cfgMergeBool() checks for UNSET to see if a setting hasn't been configured in a scope) http://people.apache.org/~trawick/fix_ocsp_flags.txt untested :) -- Born in Roswell... married an alien... http://

Re: [PATCH 55593] Add "SSLServerInfoFile" directive

2014-01-04 Thread Jeff Trawick
On Fri, Jan 3, 2014 at 6:17 PM, Dr Stephen Henson < shen...@opensslfoundation.com> wrote: > On 03/01/2014 19:31, Jeff Trawick wrote: > > > > Support for "ServerInfoFile" still isn't in > > SSL_CONF_cmd()/SSL_CONF_cmd_value_type() in OpenSSL master or the 1.0.2 > branch, > > right? (IOW, "SSLOpenS

Re: Revisiting: xml2enc, mod_proxy_html and content compression

2014-01-04 Thread Tim Bannister
On 4 Jan 2014, at 00:20, Nick Kew wrote: > On 3 Jan 2014, at 13:39, Thomas Eckert wrote: > >> This does not solve the problem regarding .gz files however. They still >> suffer from a double-compression. … > I'd say any such fix must lie in adding a compression-sniffing option > to mod_deflate: >