EFW Support

Development => EFW Wishlist => Topic started by: bernieL0max on Wednesday 07 March 2012, 10:15:58 am



Title: HTTP Accelerator
Post by: bernieL0max on Wednesday 07 March 2012, 10:15:58 am
Hi,

Can we please have a look at adding a HTTP Accelerator / incoming proxy to the Endian system?

i.e. something that will handle incoming HTTP requests and forward them to a specific IP(s) internally based on the hostname in the HTTP header

Thanks

Matt


Title: Re: HTTP Accelerator
Post by: bernieL0max on Wednesday 07 March 2012, 10:17:12 am
I dont care if it does any cacheing... I'd probably rather it didnt, just being able to direct the requests to the right server(s) would be awesome. :)


Title: Re: HTTP Accelerator
Post by: mrkroket on Sunday 06 May 2012, 03:18:16 pm
A bit late but....
 I solved that by configuring a common webserver (not on Endian), and then that webserver distributes among other servers.
I.e: all HTTP/HTTPS requests goes to the same webserver. So I created an incoming rule to a single internal IP (my entry webserver)

Then, I configured that Apache's webserver to redirect traffic depending on the domain name.
I have like 3 services configured that way, with a single public IP.
tool1.AAA.com, it redirects to A server
tool2.AAA.com and tool2.BBB.com redirects to B server
tool3.BBB.com redirects to C server

Check Apache documentation about that. It worked great for me.


Title: Re: HTTP Accelerator
Post by: whoiam55 on Thursday 18 October 2012, 10:22:36 pm
Hi mrkroket, can you share the code?


Title: Re: HTTP Accelerator
Post by: leyzuyack on Tuesday 30 October 2012, 07:11:12 pm
I  think you should shared the code......