免费注册 查看新帖 |

Chinaunix

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

[proxy] squid好慢,点一个链接要等待3-4秒 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2007-05-27 17:49 |只看该作者 |倒序浏览
操作系统SUSE10,1G内存,P43.0 ,squid和DNS都装在这台机器上,访问外网的时候有时候解析好慢。有时候要3-4秒。
请问是什么原因?

squid.conf

  1. http_port 172.28.200.11:3128
  2. cache_mgr guo_sheng@163.com
  3. cache_dir ufs /var/cache/squid 1000 16 256
  4. cache_mem 400 MB
  5. cache_swap_low 90
  6. cache_swap_high 95
  7. dns_nameservers 202.102.192.68 202.102.199.68
  8. maximum_object_size 4096 KB
  9. maximum_object_size_in_memory 8 KB
  10. error_directory /usr/share/squid/errors/Simplify_Chinese
  11. ipcache_size 1024
  12. ipcache_low 90
  13. ipcache_high 95
  14. fqdncache_size 1024

  15. hierarchy_stoplist cgi-bin ?
  16. hierarchy_stoplist -i ^https:\\ ?
  17. acl QUERY urlpath_regex -i cgi-bin \? \.asp \.php \.jsp \.cgi
  18. acl denyssl urlpath_regex -i ^https:\\
  19. no_cache deny QUERY
  20. no_cache deny denyssl

  21. cache_access_log /var/log/squid/access.log
  22. cache_log /var/log/squid/cache.log
  23. cache_store_log /var/log/squid/store.log
  24. cache_effective_user squid
  25. cache_effective_group nogroup
  26. visible_hostname proxy
  27. client_netmask 255.255.255.255
  28. httpd_accel_host virtual
  29. httpd_accel_port 80
  30. httpd_accel_with_proxy on
  31. httpd_accel_uses_host_header on

  32. acl admin arp "/etc/squid/adminlist"
  33. acl office src "/etc/squid/worklist"
  34. acl worktime time 8:00-12:00 14:30-18:00
  35. acl all src 0.0.0.0/0.0.0.0
  36. http_access allow admin
  37. http_access allow office worktime
  38. http_access deny all
复制代码


iptables

  1. echo 1 > /proc/sys/net/ipv4/ip_forward
  2. iptables -A INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT
  3. iptables -A FORWARD -m state --state ESTABLISHED,RELATED -j ACCEPT
  4. iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 80 -j REDIRECT --to-ports 3128
  5. iptables -t nat -A POSTROUTING -o eth0 -j SNAT
  6. iptables -A INPUT -p udp --dport 53 -j ACCEPT
  7. iptables -A INPUT -p udp --sport 53 -j ACCEPT
  8. iptables -A INPUT -p tcp --dport 80 -j ACCEPT
  9. iptables -A FORWARD -p udp --dport 53 -j ACCEPT
复制代码
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

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

清除 Cookies - ChinaUnix - Archiver - WAP - TOP