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

            Bug ID: 66752
           Summary: Missing header X-Forwarded-Host and Host is empty
           Product: Apache httpd-2
           Version: 2.4.57
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: mod_proxy_http2
          Assignee: bugs@httpd.apache.org
          Reporter: jiri.reisc...@ecn.cz
  Target Milestone: ---

Request by proxy using mod_proxy_http2 do not add header X-Forwarded-Host and
Host is empty.
Others headers (X-Forwarded-For and X-Forwarded-Server) mentioned in
documentation
(https://httpd.apache.org/docs/2.4/mod/mod_proxy.html#page-header) are OK.

My configuration is simple:

ProxyPass "/test/" "h2c://proxy/test/"


When I switch to mod_proxy_http, all headers are OK.

ProxyPass "/test/" "http://proxy/test/";

-- 
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