Добрый день.
Вопрос по сквиду. Почему он не кэщирует весь трафик??access.log:
192.168.0.30 TCP_MISS/200 847 GET http://~/images/b_login_rus_d.gif - DEFAULT_PARENT/parent.proxy.ip.here
192.168.0.30 TCP_MISS/200 895 GET http://~/images/b_send_rus_d.gif - NONE/- image/gif
192.168.0.30 TCP_MISS/200 503 GET http://~/images/NONE/- image/gif
192.168.0.30 TCP_MISS/200 892 GET http://~/images/b_vote_rus_d.gif - NONE/- image/gif
192.168.0.30 TCP_MISS/200 759 GET http://~/images/b_search_rus_d.gif - NONE/- image/gif
Как понимаю NONE значит что он этот обект не кэшил.
squid.conf:
cache_mem 32 MB
httpd_accel_host virtual
httpd_accel_port 80
httpd_accel_with_proxy on
httpd_accel_uses_host_header on
http_port 192.168.0.14:3128
cache_peer parent.proxy.ip.here parent 8080 0 no-query default
cache_dir null /tmp
hierarchy_stoplist cgi-bin ?
acl QUERY urlpath_regex cgi-bin \?
no_cache deny QUERY
acl all src 0.0.0.0/0.0.0.0
never_direct allow all
Сустема:
Freebsd6.0
squid-2.5.14_1