On Wednesday 13 August 2003 22.54, David Gibson wrote: > Looks like squid doesn't like the virtual port in this version.
Sorry, the syntax is httpd_accel_port 0 (see the squid.conf documentaiton). > Can you still have squid redirect to more than one server? If so, > how? You can select which physical server the request gets forwarded to by using cache_peer_access. > Is there a cache_peer virtual? Each cache_peer support any number of domains, or to be precise as many as the server it connect to supports. If you have more than one server and different domains on different servers then you need to use cache_peer_access to tell Squid which cache_peer it should use for which request. Regards Henrik
