what reverse proxy server will direct traffic to healthy servers whose health is based on a result string??
ideally i'd like something like dnsmadeeasy or ultradns - lol - but for reverse proxy
i have looked at pound, delegate, ha proxy, squid, varnish, nginx, apache, and cherokee but can't see that they will work - they only test for HTTP result code
scenario
client request www.aaa.com
www.a
Can Lotus Domino be setup as a reverse proxy server? I have 1 Domino server (web facing) which I would like to configure as a reverse proxy server for an IIS application running on another server?
Is this possible, or do we need to use an apache (or another) web server to do this?
I have checked the IBM docco - they speak about it for iNotes however I do not think it's the same thing.
A
I'd like to have a public proxy (web-proxy?), and several servers behind that proxy.
Now, assume the following problem (not a real case, but useful to clarify):
The proxy should provide basic login mechanism.
I have loadbalancer server and edges. I am trying to configure reverse proxy in order to hide the backend servers PL1,2,3. PL 1,2,3 are not located in same subnet. They are located in different locations.
PL1
Lb1 -> PL2
PL3
I tried to configure Apache reverse proxy but it is not sending request to PL1,2,3.
I'm trying to setup a reverse proxy for my website. Basically, I have an external site example.com/site/folder that needs to reverse proxy to some internal VMs.
I'm using an IIS server behind the nice "Cloudflare" reverse proxy.
This reverse proxy farm exposes a HTTP header to my server, namely HTTP_CF_CONNECTING_IP. It contains the IP that connects to Cloudflare, so I can actually see who's connecting.
Now I of course want to log these IPs.
I have two webservers and at the moment have DNS - Round Robin setup so that they are somewhat 'failsafe' this was only ever a temporary failover solution and I am now looking at a more permanent and reliable solution. I have been looking into reverse proxy's, but I am wondering how to integrate mysql with this. I guess my question is: What would be the best setup to implement this?
i would like to setup two transparent proxy server that use Ubuntu Server and Squid as transparent proxy. My idea is to synchronize the cache between Proxy 1 and proxy 2. so both Proxy server will have same cache inside them. I wish to use Rsync that is an open source utility that provides fast incremental file transfer.
I'm interested in running a reverse proxy with 2-3 virtual machines behind it.