Re: [squid-users] squid reverse proxy

From: Luiz Gustavo <gustavo@dont-contact.us>
Date: Thu, 1 Aug 2002 14:31:06 -0300

On Thu, Aug 01, 2002 at 10:18:25AM -0400, Jason Yates wrote:

> For right now this configuration works fine, but in about a month we're
> going to start load balancing between two web servers(192.168.1.2 and
> 192.168.1.3). I need to split up requests between these two servers. How
> could I configure squid to do that for me?

 cache_peer xxx.yyy.zzz.xx2 parent 80 7 round-robin no-query \
 connect-timeout=30
 cache_peer xxx.yyy.zzz.xx1 parent 80 7 round-robin no-query \
 connect-timeout=30

 Treat this ip's as your webserver.
 
 If you look at ml archives there's toons of tips.

--
gustavo
Received on Thu Aug 01 2002 - 11:31:12 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:09:30 MST