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.w...@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-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org

Reply via email to