Re: [PATCH] mod_rewrite: support proxying via mod_proxy_http2

2016-05-17 Thread Stefan Eissing
Ok, thanks. Your patch was added to trunk in r1744206 and I will propose it for backporting. Cheers, Stefan > Am 13.05.2016 um 12:13 schrieb Evgeny Kotkov : > > Stefan Eissing writes: > >> Hmm, can someone with more brains than me on mod_rewrite look at the >> first patch if we want to add

Re: [PATCH] mod_rewrite: support proxying via mod_proxy_http2

2016-05-13 Thread Evgeny Kotkov
Stefan Eissing writes: > Hmm, can someone with more brains than me on mod_rewrite look at the > first patch if we want to add handling for h2: and h2c: uri schemes > here or if there is a better way? Thanks. In case this will help the review, here are some of the existing changes that target sim

Re: [PATCH] mod_rewrite: support proxying via mod_proxy_http2

2016-05-12 Thread Stefan Eissing
Hmm, can someone with more brains than me on mod_rewrite look at the first patch if we want to add handling for h2: and h2c: uri schemes here or if there is a better way? Thanks. -Stefan > Am 12.05.2016 um 16:34 schrieb Evgeny Kotkov : > > I noticed that it's currently impossible to use mod_pr

[PATCH] mod_rewrite: support proxying via mod_proxy_http2

2016-05-12 Thread Evgeny Kotkov
I noticed that it's currently impossible to use mod_proxy_http2 in conjunction with mod_rewrite's [P] request proxying: RewriteEngine On RewriteRule ^/foo h2c://hostname/bar [P] mod_proxy_http2 registers on h2:// and h2c:// proxy URLs [1], however, mod_rewrite needs an update to handl