http_port A.B.C.D:80 accel vhost defaultsite=HostA:8080 cache_peer HostA parent 8080 0 no-query originserver name=PSAccel acl psvirt dst A.B.C.D http_access allow psvirt cache_peer_access PSAccel allow psvirt cache_peer_access PSAccel deny all My Squid listens to on specific virtual IP address (IP: A.B.C.D, port 80) where it accelerates http requests to HostA which has opened port 8080. There is also opened the std port 3128 but on the physical ip address of interface, to permit HTTP requests to go on to Internet. My scope is TO permit all clients, which wished set as proxy A.B.C.D, to ask only specific URL. I think I'm doing mistakes.... -----Messaggio originale----- Da: Henrik Nordstrom [mailto:henrik@xxxxxxxxxxxxxxxxxxx] Inviato: Thursday, March 04, 2010 9:11 PM A: Riccardo Castellani Cc: squid-users@xxxxxxxxxxxxxxx Oggetto: Re: Failed to select source tor 2010-03-04 klockan 12:50 +0100 skrev Riccardo Castellani: > I'm using Squid both as http proxy and as http accelerator on different port > but I got this message in cache.log: > > Failed to select source for 'http://pag.... kista.do?codCentro=50311' > 2010/03/04 12:41:04| always_direct = 0 > 2010/03/04 12:41:04| never_direct = 0 > 2010/03/04 12:41:04| timedout = 0 accelerated request for where there is no alive and matching cache_peer where the request may be sent. Regards Henrik