HI
It's true !!! My backend hasn't a connection with the browser.
Ricardo
Eric Covener wrote:
>
> On Fri, Aug 7, 2009 at 8:10 AM, ricardo13 wrote:
>
>> Arrive a request to frontend, so it forwards request to backend. Backend
>> processes the request and returns to client. Don't come back to
On Fri, Aug 7, 2009 at 8:10 AM, ricardo13 wrote:
> Arrive a request to frontend, so it forwards request to backend. Backend
> processes the request and returns to client. Don't come back to frontend.
Sounds like you need a layer 1 load balancer (MAC forwarding) and not
a HTTP proxy, otherwise you
Hi,
I've studied mod_proxy and reverse proxy
I read about how mod_proxy works in web cluster.
I understood that, arrive a request to frontend machine (with mod_proxy and
mod_proxy_balancer installed), so frontend forwards that request to backend.
The backend processes request and returns to fro