Hi All,
I am using squid as reverse proxy.i have three identical web
servers.(content in each web server is same)
the ip's are 172.16.1.48,172.16.1.49,172.16.1.50
I used url rewrite perl script to redirect requests from
other.example.com to redirect as squid.example.com.
If i a request comes from other.example.com it has to be redirected and
it must reach 172.16.1.48 ip and if the request squid.example.com comes
from client it is not rediected and it must reach eitrher 172.16.1.49 or
172.16.1.50
i think redirected requests are same as directed requests after passing
to url_rewrite program
How to configure cache_peer so that redirected requests are passed to
172.16.1.49 ip and the direct requests to 172.16.1.49 and 172.16.1.50
Regards
senthil