Actions
Bug #674
closedmod_proxy needs to behave like mod_proxy on apache.
Status:
Invalid
Priority:
Normal
Category:
mod_proxy
Target version:
-
ASK QUESTIONS IN Forums:
Description
Since url rewrites and proxying don't work properly inside a $HTTP'url'{}, we should have some method of telling proxy.server the path we want to proxy to.
So you can forward http://lighttpd/path/wibble.html to a backend such as http://backend/some/other/path/wibble.html
Updated by Anonymous about 18 years ago
Any idea if this will ever get seen to?
Hints on a workaround might also be nice.
Updated by Anonymous about 18 years ago
What you're looking for is internal rewrites of proxied requests.
I don't know if that is supported if:- load mod_rewrite before mod_proxy in modules list
- tell mod_proxy to handle the rewritten URLs
??
Or maybe this is where Jan is likely to say "can be done with mod_magnet / LUA"?
Updated by stbuehler almost 17 years ago
- Status changed from New to Fixed
- Resolution set to invalid
That you cannot use rewrite in url conditionals is no limitation as you can check the same things in the rewrite pattern as you had in your url conditional.
Actions
Also available in: Atom