From: senthilkumaar2021 <senthilkumaar2021@xxxxxxxxx> > I have three web servers running at three different ip's (content in that are >same) the server name is squid.example.com and squid is running as reverse >proxy. > Three web server ip's are 172.16.1.48,172.16.1.49.172.16.1.50. > I used perl script as url_rewrite program which replaces the string "other" in >the url as "squid" > ie if url request is other.example.com it is rewrite as squid.example.com > The url request which are rewrite by url_rewrite program has to be made only >it reaches the 172.16.1.48 web server. > The url requests that are not needed url rewrite are to be passed to >172.16.1.49 web server or 172.16.1.50 web server. > Eg: the url request is squid.example.com which does not need url rewrite Maybe use acls with cache_peer_access instead of rewrites...? JD