Re: http/2, spdy and bears, oh my!

2014-02-06 Thread Graham Leggett
On 05 Feb 2014, at 9:09 PM, Jim Jagielski j...@jagunet.com wrote: With http/2 becoming closer and closer, and spdy being in place as we speak, it seems that we should really ramp up development on trunk to support these new techs. Lets get serious on what needs to be done w/ trunk to get

Re: Revisiting: xml2enc, mod_proxy_html and content compression

2014-02-06 Thread Ewald Dieterich
Thanks for the patch! On 02/05/2014 02:57 PM, Nick Kew wrote: The hesitation is because I've been wanting to review the patch before committing, and round tuits are in woefully short supply. So I'm attaching it here. I'll take any feedback from you or other users as a substitute for my own

Adding AddHandler support for mod_proxy

2014-02-06 Thread ryo takatsuki
Hi, I have an improvement request to suggest but I would like to first provide some background to justify it, I apologise for the long email :). I'm actively using mod_proxy to forward PHP files requests to PHP-FPM. My current approach is to use a RewriteRule with the 'P' flag because (in most

[PATCH 55467] - Updates to mod_ssl to support TLS hello extensions and TLS supplemental data

2014-02-06 Thread Scott Deboy
Support for sending and receiving TLS hello extensions and TLS supplemental data messages has recently been added to the OpenSSL GitHub master branch. I’ve submitted a patch to mod_ssl which allows third-party modules to send and receive TLS hello extensions and TLS supplemental data via

agent-based framework for httpd private keys [was: Re: SSL_CTX_get_{first,next}_certificate]

2014-02-06 Thread Daniel Kahn Gillmor
On 02/06/2014 12:35 AM, Kaspar Brand wrote: On 05.02.2014 18:13, Falco Schwarz wrote: Kaspar, I ran into another issue when using an encrypted private key and SSLOpenSSLConfCmd PrivateKey. Again it fails to load the encrypted private key with the following errors: That's by design, see