This is a beautiful thing, thanks Henrik!
Chris Perreault
Webmaster/MCSE
The Wiremold Company
West Hartford, CT 06010
860-233-6251 ext 3426
-----Original Message-----
From: Henrik Nordstrom [mailto:hno@squid-cache.org]
Sent: Monday, July 19, 2004 6:57 PM
To: Chris Perreault
Cc: 'Henrik Nordstrom'; Squid_Users (E-mail)
Subject: RE: [squid-users] Accelerated Squid-3.0-PRE3 - Too few redirector
processes are run ning
On Mon, 19 Jul 2004, Chris Perreault wrote:
> Ie: the user types in:
> mysite.com/intranet and ends up at 10.x.y.1/intranet
> mysite.com/extranet and ends up at 10.x.y.2/extranet mysite.com/sales
> and ends up at 10.x.y.3/sales
Assuming there is a cache_peer for each server
acl url_intranet urlpath_regex ^/intranet
cache_peer_access 10.x.y.1 allow url_intranet
acl url_extranet urlpath_regex ^/extranet
cache_peer_access 10.x.y.2 allow url_extranet
acl url_sales urlpath_regex ^/sales
cache_peer_access 10.x.y.3 allow url_sales
This is how the accelerator request routing functions in Squid-3 is
supposed to be used.
Regards
Henrik
Received on Tue Jul 20 2004 - 05:37:40 MDT
This archive was generated by hypermail pre-2.1.9 : Sun Aug 01 2004 - 12:00:02 MDT