Проблена с Squid
Добавлено: 2008-03-24 10:44:16
Здраствуйте. Возникла следующая проблема после настройки страницы открываются, но вот запросы(например поиск) не выполняюстся. Что делать???
FreeBSD 7.0-RELEASE, Squid 2.6.STABLE16+ICAP
squid.conf
FreeBSD 7.0-RELEASE, Squid 2.6.STABLE16+ICAP
squid.conf
Код: Выделить всё
auth_param basic children 5
auth_param basic realm Squid proxy-caching web server
auth_param basic credentialsttl 2 hours
auth_param basic casesensitive off
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 22 # ssh
acl Safe_ports port 443 563 # https
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 Safe_ports port 110 # pop3
acl Safe_ports port 25 # smtp
acl CONNECT method CONNECT
acl glavk src 10.87.155.2-10.87.155.29
acl uit dst 10.87.0.31 10.87.0.220
acl all_dst dst 0.0.0.0/0.0.0.0
http_access allow localhost
http_access allow glavk
http_access deny all
miss_access allow all
ident_lookup_access allow all
http_port 3128
cache_peer 172.20.0.1 parent 3128 3130 no-query default
acl QUERY urlpath_regex cgi-bin \\?
cache deny QUERY
cache_dir ufs /usr/local/squid/cache 300 16 256
access_log /usr/local/squid/logs/access.log squid
refresh_pattern ^ftp: 1440 20% 10080
refresh_pattern ^gopher: 1440 0% 1440
refresh_pattern . 0 20% 4320
global_internal_static off
error_directory /usr/local/etc/squid/errors/Russian-1251
never_direct deny uit
never_direct allow all_dst
dns_nameservers 172.20.0.1
memory_pools off
forwarded_for off
coredump_dir /usr/local/squid/cache