配置的squid提示504 NONE

发布于 2021-11-12 07:31:12 字数 268 浏览 783 评论 4

配置了squid,但是在客户端使用的时候,打开网页会一直在连接中,好久后超时

access_log里面全是

1303180925.004 239184 123.123.123.100 TCP_MISS/504 1012 GET http://douban.fm/ - NONE/- -

 

在服务器测试,能ping通,dns解析也正常,traceroute也正常,但是wget的时候会卡在connecting,不知道这种情况一般是什么原因导致的??

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

命硬 2021-11-16 17:30:43

squid什麽版本的?google一下是否此版本存在bug?

各自安好 2021-11-15 19:21:18

引用来自#3楼“cjh”的帖子

配置文件看看

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
acl manager proto cache_object
acl localhost src 127.0.0.1/255.255.255.255
acl mywork src 123.124.36.100/255.255.255.255
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

http_access allow manager localhost
http_access deny manager

http_access deny !Safe_ports

http_access deny CONNECT !SSL_ports

http_access allow mywork

http_access allow localhost
http_access deny all

icp_access allow all
背叛残局 2021-11-14 11:50:58

配置文件看看

緦唸λ蓇 2021-11-13 20:02:07

[root@s]# traceroute -I www.itfunz.com
traceroute to itfunz.com (210.83.80.238), 30 hops max, 38 byte packets
 1  * * *
 2  10.0.103.241 (10.0.103.241)  0.414 ms  0.326 ms  0.365 ms
 3  202.204.48.74 (202.204.48.74)  2.121 ms  1.858 ms  1.376 ms
 4  202.112.42.149 (202.112.42.149)  0.983 ms  0.734 ms  0.739 ms
 5  bpt0.cernet.net (202.112.38.77)  0.994 ms  0.716 ms  0.865 ms
 6  202.112.62.241 (202.112.62.241)  29.614 ms  29.472 ms  29.987 ms
 7  202.112.36.114 (202.112.36.114)  29.356 ms  29.484 ms  29.709 ms
 8  202.112.36.250 (202.112.36.250)  29.859 ms  30.720 ms  29.355 ms
 9  202.112.36.254 (202.112.36.254)  29.613 ms  29.224 ms  29.232 ms
10  202.112.53.202 (202.112.53.202)  29.111 ms  40.417 ms  30.165 ms
11  219.158.34.121 (219.158.34.121)  135.919 ms  139.188 ms  141.201 ms
12  219.158.32.6 (219.158.32.6)  123.591 ms  125.198 ms  127.591 ms
13  218.105.11.141 (218.105.11.141)  128.447 ms  128.321 ms  127.826 ms
14  218.105.6.118 (218.105.6.118)  128.962 ms  130.572 ms  131.082 ms
15  1p0-gsr2-nb1.cncnet.net (210.52.131.142)  134.209 ms  132.065 ms  131.705 ms
16  2ge0-gsr1-nb1.cncnet.net (210.52.131.149)  150.082 ms  149.065 ms  149.324 ms
17  210.83.64.2 (210.83.64.2)  149.084 ms  149.190 ms  149.577 ms
18  221-12-34-1.zjnetcom.com (221.12.34.1)  133.212 ms  133.816 ms  133.579 ms
19  * * *
20  210.83.80.238 (210.83.80.238)  163.048 ms  161.942 ms  160.783 ms
[root@s]# wget itfunz.com
--11:12:23--  http://itfunz.com/
           => `index.html'
Resolving itfunz.com... done.
Connecting to itfunz.com[210.83.80.238]:80...
然后就卡死了

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文