Project

General

Profile

Actions

Bug #674

closed

mod_proxy needs to behave like mod_proxy on apache.

Added by Anonymous almost 19 years ago. Updated over 16 years ago.

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

Actions #1

Updated by Anonymous about 18 years ago

Any idea if this will ever get seen to?
Hints on a workaround might also be nice.

Actions #2

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"?

Actions #3

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 #4

Updated by stbuehler over 16 years ago

  • Status changed from Fixed to Invalid
Actions

Also available in: Atom