Script won't be able to check if a backend server was down, would it? >> You are thinking right, it not work. >> >> A better solucion is to implement a load balance with a simple >> redirector script, see the FAQ for more info. > > I have a reverse proxy setup for caching using Squid. I want to use LVS > to load balance 3 web servers. I need to make sure persistence works > for our web servers. If the LVS receives the request from Squid will > persistence still work? I'm thinking not because LVS would always see > the same IP address, Squid's IP address. Thanks.