RE: [PATCH 55315] mod_proxy interpolation code broken by regression to APR-util 1.5.2

2013-10-09 Thread Plüm , Rüdiger , Vodafone Group
My bad. Needs to be RewriteRule ^/my_app/(.*) %{ENV:protocol}://1.2.3.4/my_app/$1 [P] Regards Rüdiger From: Mike Rumph Sent: Dienstag, 8. Oktober 2013 22:17 To: dev@httpd.apache.org Subject: Re: [PATCH 55315] mod_proxy interpolation code broken by regression to APR-util 1.5.2 Sorry. I got

Re: svn commit: r1516930 - in /httpd/httpd/trunk: docs/manual/mod/mod_proxy.xml modules/proxy/mod_proxy.c modules/proxy/mod_proxy.h modules/proxy/mod_proxy_ajp.c modules/proxy/mod_proxy_http.c modules

2013-10-09 Thread Jim Jagielski
Committed revision 1530603. thx again! On Oct 8, 2013, at 4:24 PM, Yann Ylavic ylavic@gmail.com wrote: Sure, here it is. Please note 2 chances compared to the previous patch (pasted) : - the slow path ap_request_has_body used last to compute do_100_continue, - step Three-and-a-Half

Re: [PATCH 55593] Add SSLServerInfoFile directive

2013-10-09 Thread Dr Stephen Henson
On 09/10/2013 02:22, Trevor Perrin wrote: Hi Kaspar, Stephen, So I think where things stand is that the OpenSSL 1.0.2 branch is capable of handling ServerInfo on a per-algorithm basis, but it's not clear how to expose this through Apache. (My previous email was naive, I was thinking maybe

Re: [PATCH 55593] Add SSLServerInfoFile directive

2013-10-09 Thread Dr Stephen Henson
On 02/10/2013 08:35, Kaspar Brand wrote: On 01.10.2013 12:15, Dr Stephen Henson wrote: That's just OpenSSL internals though. To handle ServerInfo properly in mod_ssl IMHO you would need a new directive as there's no support for per-certificate SSL_CONF commands: it wasn't intended to be used