This repository was archived by the owner on Apr 10, 2025. It is now read-only.
This repository was archived by the owner on Apr 10, 2025. It is now read-only.
Bad hostname when mod_proxy is used to make Apache a reverse proxy #221
Closed
Description
Scenario:
Apache uses mod_proxy for some of its content. More specifically there are
multiple back ends and hence mod_proxy_balancer is used. The issue is that
mod_pagespeed reports the following error:
[mod_pagespeed 0.9.15.3-404] Invalid resource url '/blah/image.png' relative to
'balancer://cluster/blah.aspx'
What I would expect:
The balancer://... stuff shouldn't actually be there. Maybe it's possible to
hook into ProxyPassReverse in some way? Note that image.png may be on the
backend but it can also be statically available on Apache. Whe mod_pagespeed
needs to do requests it'll have to call Apache in all cases.
Original issue reported on code.google.com by Bla...@gmail.com
on 1 Mar 2011 at 1:09
- Merged into: Wrong Hostname in relative path with mod_proxy #74