>проверяй порядок правил и наличие нужных акселей, где-то что-то перешибает !
>включи debug на максима уровень и смотри cache.log
вот мой список:
#Recommended minimum configuration:
acl all src 0.0.0.0/0.0.0.0
acl manager proto cache_object
acl localhost src 127.0.0.1/255.255.255.255
acl to_localhost dst 127.0.0.0/8
acl SSL_ports port 443 563
acl Safe_ports port 80 # http
acl Safe_ports port 21 # ftp
acl Safe_ports port 443 563 # https, snews
acl Safe_ports port 70 # gopher
acl Safe_ports port 210 # wais
acl Safe_ports port 1025-65535 # unregistered ports
acl Safe_ports port 280 # http-mgmt
acl Safe_ports port 488 # gss-http
acl Safe_ports port 591 # filemaker
acl Safe_ports port 777 # multiling http
acl CONNECT method CONNECT
# мои acl. ВОТ СЮДА Я ВСТАВИЛ СВОИ ПРАВИЛА
acl dddlocal dstdomain .ddd.local
acl DDD proxy_auth REQUIRED
#Default:
http_access allow manager localhost
http_access deny manager
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
#http_access deny to_localhost
# INSERT YOUR OWN RULE(S) HERE TO ALLOW ACCESS FROM YOUR CLIENTS
# МОИ ПРАВИЛА:
no_cache deny dddlocal
http_access allow DDD
# And finally deny all other access to this proxy
http_access deny all
я захожу на server.ddd.local меня squid успешно авторизует, я захожу на сайт.
Смотрю в кэш - лежит родимое... И как же сделать так, чтобы не кэшировалось?