免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
12下一页
最近访问板块 发新帖
查看: 4266 | 回复: 15
打印 上一主题 下一主题

[proxy] 我的squid客户端突然无法访问www.163.com了。(问题已解决) [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2006-12-11 11:00 |只看该作者 |倒序浏览
今天上午下面反应突然无法访问www.163.com了,访问其他的网站似乎都没有问题。出什么问题了?
显示如下:


错误
您所请求的网址(URL)无法获取

--------------------------------------------------------------------------------

当尝试读取以下网址(URL)时: http://www.163.com/

发生了下列的错误:

Access Denied.
拒绝访问
Access control configuration prevents your request from being allowed at this time. Please contact your service provider if you feel this is incorrect.
当前的存取控制设定禁止您的请求被接受,如果您觉得这是错误的,请与您网路服务的提供者联系。


本缓存服务器管理员:webmaster



--------------------------------------------------------------------------------

Generated Mon, 11 Dec 2006 02:54:08 GMT by www.163.com (cache/2.001+logs)

[ 本帖最后由 wming_dl 于 2006-12-12 08:04 编辑 ]

论坛徽章:
0
2 [报告]
发表于 2006-12-11 11:56 |只看该作者
贴配置中的acl和http_access部分内容

论坛徽章:
0
3 [报告]
发表于 2006-12-11 12:40 |只看该作者
是所有人,还是某几个人?

论坛徽章:
0
4 [报告]
发表于 2006-12-11 14:56 |只看该作者

配置内容acl部分

原帖由 我家老婆最美丽 于 2006-12-11 11:56 发表
贴配置中的acl和http_access部分内容



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 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 jianshegongsi src 192.168.13.0/24 172.16.0.250/255.255.255.0
acl opentime time 8:00-11:00

http_access allow manager localhost
http_access deny manager
# Deny requests to unknown ports
http_access deny !Safe_ports
# Deny CONNECT to other than SSL ports
http_access deny CONNECT !SSL_ports
#
# INSERT YOUR OWN RULE(S) HERE TO ALLOW ACCESS FROM YOUR CLIENTS
http_access allow jianshegongsi opentime
#http_access deny !opentime
#
# And finally deny all other access to this proxy
http_access allow localhost
http_access deny all

论坛徽章:
0
5 [报告]
发表于 2006-12-11 14:57 |只看该作者

是所有人

原帖由 段誉 于 2006-12-11 12:40 发表
是所有人,还是某几个人?


是所有人。配置没有更改过。周末的时候还是好用的。今天周一就over了。

论坛徽章:
0
6 [报告]
发表于 2006-12-11 15:08 |只看该作者
cache.log里面有没有看过?

论坛徽章:
0
7 [报告]
发表于 2006-12-11 15:35 |只看该作者
是163问题还不知是电信问题我们这里也是这样,ADSL没事,只是光纤用户受影响

论坛徽章:
0
8 [报告]
发表于 2006-12-11 15:37 |只看该作者
应该不是,如果那样的话,Squid不会报错的.
现在Squid Deny Access了,就要看squid 的cache.log内容了.

论坛徽章:
0
9 [报告]
发表于 2006-12-11 15:38 |只看该作者
原帖由 rcazy 于 2006-12-11 15:35 发表
是163问题还不知是电信问题我们这里也是这样,ADSL没事,只是光纤用户受影响


但是我下面不用代理的上163好用。

论坛徽章:
0
10 [报告]
发表于 2006-12-11 15:57 |只看该作者
LZ还是看一下cache.log再说.

再者,http_access allow all看看有没有错.
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP