Re: [us...@httpd] mod_proxy one way

2009-08-07 Thread ricardo13
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

Re: [us...@httpd] mod_proxy one way

2009-08-07 Thread Eric Covener
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

[us...@httpd] mod_proxy one way

2009-08-07 Thread ricardo13
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