Void1354 Posted February 14, 2007 Posted February 14, 2007 Здравствуй All, После установки версии squid-2.6.STABLE9-20070203 в логах стали появляться ошибки 1171180024.128 1 172.16.10.50 TCP_DENIED/400 1181 NONE error:unsupported-request-method - NONE/- text/html С чем связаны эти ошибки и как влияют на работу клиентов? на версии 2.5 все работало нормально. Squid работает как transparent proxy. squid.conf [----] 0 L:[ 1+ 0 1/ 50] *(0 /1127b)= h 104 0x68 http_port 10.10.2.2:3128 transparent icp_port 0 hierarchy_stoplist cgi-bin ? acl QUERY urlpath_regex cgi-bin \? no_cache deny QUERY cache_mem 900 MB maximum_object_size 16384 KB minimum_object_size 0 KB cache_dir ufs /squid/cache 60000 16 256 redirect_rewrites_host_header off cache_replacement_policy GDSF cache_access_log /usr/local/squid/var/logs/access.log cache_log /usr/local/squid/var/logs/cache.log cache_store_log /usr/local/squid/var/logs/store.log acl localnet src 172.16.0.0/255.255.0.0 acl texnicum src 192.168.24.3/255.255.255.255 acl serv src 192.168.1.241/255.255.255.255 acl localhost src 127.0.0.1/255.255.255.255 acl CONNECT method CONNECT acl all src 0.0.0.0/0.0.0.0 http_access allow localnet http_access allow localhost http_access allow texnicum http_access allow serv http_access deny CONNECT http_access deny all cache_mgr xxx@xxx.xx cache_effective_user nobody cache_effective_group nobody Вставить ник Quote
Nallien Posted February 15, 2007 Posted February 15, 2007 (edited) Squid не умеет обрабатывать никакие другие запросы, кроме http, в режиме прозрачного прокси. (более свежие версии - тоже не уверен.... это похоже на обращение https... илич что-то другое) или возможно собран без поддержки такой возможности. Edited February 15, 2007 by Nallien Вставить ник Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.