https://bz.apache.org/bugzilla/show_bug.cgi?id=64421
granddr...@hotmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW --- Comment #10 from granddr...@hotmail.com --- I saw that page before and never realized the ProxyPassReverse was 'https://' and not 'h2://'. However changing ProxyPassReverse does not resolve the issue. For this URL: /h2/test.xlsx This gives the wrong Content-Type on the response: ProxyPass /h2 h2://tomcat.server:8081/doc ProxyPassReverse /h2 https://tomcat.server:8081/doc This gives the correct Content-Type on the response: RemoveType .xlsx ProxyPass /h2 h2://tomcat.server:8081/doc ProxyPassReverse /h2 https://tomcat.server:8081/doc This also gives the correct Content-Type, but does not use HTTP/2: ProxyPass /h2 https://tomcat.server:8081/doc ProxyPassReverse /h2 https://tomcat.server:8081/doc It does not have to be .xlsx the same applies to other well known extensions. -- 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