Ticket #152 (new enhancement)

Opened 3 years ago

Last modified 2 years ago

mod_proxy feature to remove part of the URI when passing along requests...

Reported by: anonymous Assigned to: jan
Priority: high Milestone:
Component: mod_proxy Version:
Severity: normal Keywords:
Cc: Blocking:
Need Feedback:

Description

With mod_proxy, there's currently no way to let you map requests from http://somedomain.com/path/ to http://internalserver/. This is because the proxy will pass /path/ as the request URI to 'internalserver' instead of '/'.

mod_proxy needs to have an extra setting that either says "remove <extension> from the target URI", or "remove this from the target URI: '/somepath/'".

Attachments

Change History

06/18/2005 06:05:22 PM changed by miles.wu@wu-home.co.uk

  • priority changed from normal to high.

I think this would be very useful too. It is like ProxyPass? and ProxyPassReverse? for apache.

10/07/2005 03:17:26 AM changed by cpisto@nmxs.com

Add another vote for this.

10/07/2005 03:17:32 AM changed by cpisto@nmxs.com

Add another vote for this.

05/30/2006 03:08:42 PM changed by zimbatm

+1

09/07/2006 10:20:11 PM changed by anonymous

I could use this feature as well

I'm currently using mod_rewrite to 'fix' the URI before it is processed on the target system.


Add/Change #152 (mod_proxy feature to remove part of the URI when passing along requests...)




Change Properties