免费注册 查看新帖 |

Chinaunix

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

[proxy] 用squid-2.6代理上中国商标网的问题? [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2009-10-09 11:18 |只看该作者 |倒序浏览
我们现在用squid-2.6代理上网,有些网站访问不正常,如以下中国商标网,在进入商标综合查询页面时就出现错误,访问不了,有时要多刷新几下已出来了,请高手帮忙。

aaa.JPG (42.17 KB, 下载次数: 19)

aaa.JPG

论坛徽章:
2
2015年辞旧岁徽章
日期:2015-03-03 16:54:1515-16赛季CBA联赛之上海
日期:2016-05-05 09:45:14
2 [报告]
发表于 2009-10-09 14:15 |只看该作者
看看是不是你的配置的问题,比如有没有连接数的限止之类的!

论坛徽章:
0
3 [报告]
发表于 2009-10-09 16:29 |只看该作者

回复 #2 badb0y 的帖子

帮我看看是那里有问题,下面是我的相关配置:
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
acl Safe_ports port 80                # http
acl Safe_ports port 21                # ftp
acl Safe_ports port 443                # 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 CONNECT method CONNECT
acl mynet src 192.168.0.0/255.255.255.0
acl DIRECT1 url_regex -i ^http://www\.discoversources\.com.*
acl DIRECT2 url_regex -i ^http://www\.papertalk\.cc.*
acl DIRECT2 url_regex -i ^http://www\.jiaomai\.com.*
acl DIRECT2 url_regex -i ^http://www\.workingbee\.com.*
acl DIRECT2 url_regex -i ^http://sbcx\.saic\.gov\.cn.*
no_cache deny DIRECT1
no_cache deny DIRECT2
acl dfile urlpath_regex -i \.wmv$ \.wma$ \.mp3$ \.mp4$ \.rm$ \.rmvb$ \.avi$
http_access deny dfile
http_access allow manager localhost
http_access deny manager
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
http_access allow localhost
http_access allow mynet
http_access deny all
icp_access allow all
http_port 3128 transparent
hierarchy_stoplist cgi-bin ?
cache_mem 16 MB
maximum_object_size_in_memory 8 KB
cache_dir ufs /var/spool/cache/squid1 20000 16 256
cache_dir ufs /var/spool/cache/squid2 20000 16 256
maximum_object_size 4096 KB
cache_swap_low 70
cache_swap_high 85
access_log /var/log/squid/access.log squid
cache_log /var/log/squid/cache.log
cache_store_log /var/log/squid/store.log
pid_filename /var/run/squid.pid
acl QUERY urlpath_regex cgi-bin \?
cache deny QUERY
refresh_pattern ^ftp:                1440        20%        10080
refresh_pattern ^gopher:        1440        0%        1440
refresh_pattern .                0        20%        4320
refresh_pattern www\.papertalk\.cc        3        10%        50
acl apache rep_header Server ^Apache
broken_vary_encoding allow apache
connect_timeout 1 minute
request_timeout 5 minutes
persistent_request_timeout 2 minutes
cache_mgr root
cache_effective_user squid
cache_effective_user squid
visible_hostname 192.168.0.20
ipcache_size 1024
ipcache_low 90
ipcache_high 95
fqdncache_size 1024
coredump_dir /var/spool/squid

论坛徽章:
0
4 [报告]
发表于 2010-08-23 16:51 |只看该作者
解决了,不是由于代理服务器的问题,是由于我用了多条adsl做了负载均衡的原因,中国商标网也像银行网站一样,只能通过一个ip出去,所以我在路由上做了设置,只通过一条wan口出去,问题得到了解决。
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

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

清除 Cookies - ChinaUnix - Archiver - WAP - TOP