Hi Stefan,

On Wed, Oct 7, 2015 at 3:43 PM, Stefan Eissing
<stefan.eiss...@greenbytes.de> wrote:
> Having just had time to look at which test cases fail: I see that static 
> resources via HTTP/2 seem to work fine, however my tests with a proxy and or 
> rewrite in between fail with high likelihood.
>
> Any hint at what exactly I might have to look for, any hint about what 
> actually has changed, would be appreciated.

Do you have any error log?

>
> PS. My setup on test.example.org:12346 is quite simple 
> (https://svn.apache.org/repos/asf/httpd/test/mod_h2/trunk):
>
>     <Location /proxy/>
>         ProxyPass https://test.example.org:12346/
>         ProxyPassReverse https://test.example.org:12346/
>         Order allow,deny
>         Allow from all

Order+Allow should be replaced by "Require all granted" in 2.4.

>     </Location>
>     RewriteRule /rewrite(.*) https://test.example.org:12346$1 [P]
>

Regards,
Yann.

Reply via email to