You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2017/02/20 06:08:58 UTC

[Bug 60748] New: ProxyPassReverse with http2 does not work as documented

https://bz.apache.org/bugzilla/show_bug.cgi?id=60748

            Bug ID: 60748
           Summary: ProxyPassReverse with http2 does not work as
                    documented
           Product: Apache httpd-2
           Version: 2.4.25
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: mod_proxy_http2
          Assignee: bugs@httpd.apache.org
          Reporter: jordan.webb@gmail.com
  Target Milestone: ---

The documentation for mod_proxy_http2 contains the following configuration
example:

ProxyPass "/app" "h2://app.example.com"
ProxyPassReverse "/app" "h2://app.example.com"

This does not appear to work as expected. When configured as above, the
Location: header is not rewritten. However, the following configuration does
work:

ProxyPass "/app" "h2://app.example.com"
ProxyPassReverse "/app" "https://app.example.com"

When the protocol on ProxyPassReverse is changed to https, the Location: header
is rewritten as expected.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


[Bug 60748] ProxyPassReverse with http2 does not work as documented

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=60748

Yann Ylavic <yl...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED
          Component|mod_proxy_http2             |Documentation
           Assignee|bugs@httpd.apache.org       |docs@httpd.apache.org

--- Comment #1 from Yann Ylavic <yl...@gmail.com> ---
Thanks for the report.

Documentation fixed (r1783722), since http/https is really what's expected for
reverse-proxying (on the user-agent side).

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org