Lately I discovered, that my squid does not query any parent-cache any
more. All non-cached pages are accessed direct.
I reverted squid.conf to a very basic configuration and it still goes
direct everywhere. I dont understand ...
(the mentioned parent is fully accessible and fully working ....)
squid.conf:
http_port 3128
acl fastnet src 192.168.11.0/24
acl all src 0.0.0.0/0.0.0.0
acl localhost src 127.0.0.1/255.255.255.255
http_access allow fastnet
http_access allow localhost
http_access deny all
cache_peer a.b.c.d parent 8080 0 default no-query
prefer_direct off
but access.log always show:
983376775.645 188 192.168.11.2 TCP_CLIENT_REFRESH_MISS/304 227 GET
http://www.univie.ac.at/zulassung/UNIVIS-Logo.jpg -
DIRECT/www.univie.ac.at -
983376775.717 258 192.168.11.2 TCP_CLIENT_REFRESH_MISS/304 228 GET
http://www.univie.ac.at/zulassung/Image11.gif -
DIRECT/www.univie.ac.at -
983376775.784 318 192.168.11.2 TCP_CLIENT_REFRESH_MISS/304 227 GET
http://www.univie.ac.at/zulassung/Image13.gif -
DIRECT/www.univie.ac.at -
983376775.856 292 192.168.11.2 TCP_CLIENT_REFRESH_MISS/304 227 GET
http://www.univie.ac.at/zulassung/Image12.gif -
DIRECT/www.univie.ac.at -
I also tried the 'never_direct allow all' - no help.
thanks,
peter
-- mag. peter pilsl phone: +43 676 3574035 fax : +43 676 3546512 email: pilsl@goldfisch.at sms : pilsl@max.mail.at pgp-key available -- To unsubscribe, see http://www.squid-cache.org/mailing-lists.htmlReceived on Wed Feb 28 2001 - 09:22:28 MST
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:58:16 MST