On Tue, 5 Jul 2011 17:41:32 -0500, Robin Bonin wrote:
My goal is to get a handful of domains redirected to a lamp server
and
the rest defaulted to my windows server.
I tried adding all to the windows server cache_peer_access line, then
all traffic went to my windows server. I also tried playing with the
position of that line. Seem like no matter where it is, when I have
all in there, all traffic is redirected there.
Like this:
cache_peer_access lamp_server allow sites_lamp
cache_peer_access lamp_server deny all
cache_peer_access windows_server deny sites_lamp
cache_peer_access windows_server allow all
Amos