https://bz.apache.org/bugzilla/show_bug.cgi?id=63357
Jack <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Jack <[email protected]> --- I would like to BUMP this issue. It makes Apache useless as an application reverse proxy behind say, a corporate reverse proxy. The solution as follows is at best a hack: RedirectMatch 301 ^/$ "/cx/" Header edit Location "(^http[s]?://)([a-zA-Z0-9\.\-]+)(:\d+)?/" "/" If we configure a redirect to /foo then Apache should not be changing this to a URI since it reveals an internal domain to an external client which is unreachable. https://stackoverflow.com/questions/57993786/apache-httpd-adding-full-hostname-to-redirect-we-want-only-path -- 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]
