https://bz.apache.org/bugzilla/show_bug.cgi?id=64421
Bug ID: 64421
Summary: Proxypass H2 with file.ext ERR_INVALID_RESPONSE
Product: Apache httpd-2
Version: 2.4.37
Hardware: PC
OS: Linux
Status: NEW
Severity: major
Priority: P2
Component: mod_proxy_http2
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
Created attachment 37225
--> https://bz.apache.org/bugzilla/attachment.cgi?id=37225&action=edit
screen chromium
hello
Any file called (existing or not) behind an h2 proxypass returns the error
"ERR_INVALID_RESPONSE"
I have 2 VM Centos 8 Apache 2.4.37
The first wwwtest.domain.fr is just a proxypass,
the second www1test.domain.fr it's a Wordpress php7.4
Proxy conf :
<VirtualHost *:443>
ServerName wwwtest.domain.fr
ServerAlias domain.fr
ServerAlias proxy1test
ServerAlias proxy1test.domain.fr
ServerAdmin [email protected]
ServerAlias domain.fr
ErrorLog /var/log/httpd/www_error.log
LogLevel warn
CustomLog /var/log/httpd/www_access.log combined
RewriteEngine on
Protocols h2 h2c http/1.1
SSLProxyEngine On
SSLEngine on
ProxyPass / h2://www1test.domain.fr/
ProxyPassreverse / https://www1test.domain.fr/
</VirtualHost>
With "curl wwwtest.domain.fr/test.zip" "curl wwwtest.domain.fr/toto.pdf" etc
... it's work ( obtain 404 error ) but with chrome & firefox i have
ERR_INVALID_RESPONSE
If into the proxypass , i replace h2://www1test.domain.fr/ to
https://www1test.domain.fr/ it's work !
I guess a problem with mimes
Thank's in advance !
Will
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]