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 Mon Jul 19 2004 - 16:57:21 MDT
This archive was generated by hypermail pre-2.1.9 : Sun Aug 01 2004 - 12:00:02 MDT