https://issues.apache.org/bugzilla/show_bug.cgi?id=55782
Kaspar Brand <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Hardware|PC |All OS|Linux |All --- Comment #3 from Kaspar Brand <[email protected]> --- By "requests to the front end server", I only meant those coming in on that server, not those leaving it (i.e. the requests to the backend). I assume that currently, your frontend receives requests for both its FQDN ("abc.com") and for "localhost". Perhaps you're misunderstanding what ProxyPreserveHost is for. It mostly doesn't make sense to turn it on when proxying SSL URLs (see e.g this thread here: https://mail-archives.apache.org/mod_mbox/httpd-dev/201304.mbox/%3ccd8a0375.2aaf0%[email protected]%3E). Did you already try if "disablereuse=on" (see comment 1) makes these errors go away? (Alternatively, you can simply drop the "ProxyPreserveHost On" directive - which would actually be the better fix, unless you're trying to do some kind of "proxied mass name-based virtual hosting", as mentioned in the documentation.) -- 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]
