LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   HTTP Proxy based on Get Request ? (https://www.linuxquestions.org/questions/linux-software-2/http-proxy-based-on-get-request-4175421187/)

ALInux 08-09-2012 05:54 AM

HTTP Proxy based on Get Request ?
 
Hi

For a very restrictive scenario I need to setup a reverse proxy that does the following

ip.ip.ip.ip/v1/someText goes to www.site1.com
ip.ip.ip.ip/v1/someText2 goes to www.site2.com


client -- Internet -- reverse proxy - Web Servers

Any ideas ?

Thanks

deadeyes 08-09-2012 08:23 AM

Quote:

Originally Posted by ALInux (Post 4749782)
Hi

For a very restrictive scenario I need to setup a reverse proxy that does the following

ip.ip.ip.ip/v1/someText goes to www.site1.com
ip.ip.ip.ip/v1/someText2 goes to www.site2.com


client -- Internet -- reverse proxy - Web Servers

Any ideas ?

Thanks

I have no actual experience with this but IIRC you can do this with apache as a proxy.


All times are GMT -5. The time now is 12:54 AM.