免费注册 查看新帖 |

Chinaunix

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

[proxy] SQUID规则问题 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2010-01-25 15:58 |只看该作者 |倒序浏览
结构:Squid 2.6 给本机做加速,SQUID 监控外网的80端口 ,NGINX监控127.0.0.1的80端口。

状态描述:现在给本机加速没有问题,现在要求是给另一个网站做加速。。

我设置的规则是

acl myip dst 127.0.0.1 192.168.1.1 192.168.1.2
http_access deny !myip



acl local dstdomain lovebsd.com
acl haibo dstdomain .yeyiyuan.com www.yeyiyuan.com



cache_peer 127.0.0.1 parent 80 0 no-query originserver
cache_peer 192.168.1.2  parent 80 0 no-query originserver
cache_peer_access 127.0.0.1  deny !local
cache_peer_access 192.168.1.2 deny !haibo

上面的规则是访问 .yeyiyuan.com www.yeyiyuan.com找192.168.1.2


访问www.yeyiyuan.com 提示 ACCESS DENY!

[ 本帖最后由 huzi1986 于 2010-1-25 19:59 编辑 ]

论坛徽章:
0
2 [报告]
发表于 2010-01-25 19:58 |只看该作者
这里人气太谈了

已经弄出来了

给大家共享一下吧

acl myip dst 127.0.0.1 192.168.1.1 192.168.1.2
http_access deny !myip

acl local dstdomain .aaa.com
acl haibo dstdomain .bbb.com
acl xdowns dstdomain .ccc.com


#2.6的反向代理加速配置
#代理到本机的80端口的服务,仅仅做为原始内容服务器
#cache_peer 127.0.0.1 parent 80 0 no-query originserver
cache_peer 127.0.0.1 parent 80 0 no-query originserver
cache_peer 192.168.1.1 parent 80 0 no-query originserver
cache_peer 192.168.1.2 parent 80 0 no-query originserver
cache_peer_domain 127.0.0.1 .aaa.com
cache_peer_domain 192.168.1.1 .bbb.com
cache_peer_domain 192.168.1.2 .ccc.com
cache_peer_access 127.0.0.1 deny !local
cache_peer_access 192.168.1.1 deny !haibo
cache_peer_access 192.168.1.2 deny !xdowns

论坛徽章:
0
3 [报告]
发表于 2010-02-09 13:27 |只看该作者
感谢共享。向LZ学习
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

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

清除 Cookies - ChinaUnix - Archiver - WAP - TOP