https://www.cnblogs.com/mchina/p/3812190.html

配置文件就加入下面这几句话:

cache_mem 64 MB
maximum_object_size 4 MB
cache_dir ufs /var/spool/squid 100 16 256
access_log /var/log/squid/access.log
http_access allow all
visible_hostname ecs-01.novalocal

[root@ecs-01 squid]# cat /etc/squid/squid.conf

#
# Recommended minimum configuration:
#
cache_mem 64 MB
maximum_object_size 4 MB
cache_dir ufs /var/spool/squid 100 16 256
access_log /var/log/squid/access.log
http_access allow all
visible_hostname ecs-01.novalocal

# Example rule allowing access from your local networks.
# Adapt to list your (internal) IP networks from where browsing
# should be allowed
acl localnet src 10.0.0.0/8 # RFC1918 possible internal network
acl localnet src 172.16.0.0/12 # RFC1918 possible internal network
acl localnet src 192.168.0.0/16 # RFC1918 possible internal network
acl localnet src fc00::/7 # RFC 4193 local private network range
acl localnet src fe80::/10 # RFC 4291 link-local (directly plugged) machines

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

#
# Recommended minimum Access Permission configuration:
#
# Deny requests to certain unsafe ports
http_access deny !Safe_ports

# Deny CONNECT to other than secure SSL ports
http_access deny CONNECT !SSL_ports

# Only allow cachemgr access from localhost
http_access allow localhost manager
http_access deny manager

# We strongly recommend the following be uncommented to protect innocent
# web applications running on the proxy server who think the only
# one who can access services on "localhost" is a local user
#http_access deny to_localhost

#
# INSERT YOUR OWN RULE(S) HERE TO ALLOW ACCESS FROM YOUR CLIENTS
#

# Example rule allowing access from your local networks.
# Adapt localnet in the ACL section to list your (internal) IP networks
# from where browsing should be allowed
http_access allow localnet
http_access allow localhost

# And finally deny all other access to this proxy
http_access deny all

# Squid normally listens to port 3128
http_port 3128

# Uncomment and adjust the following to add a disk cache directory.
#cache_dir ufs /var/spool/squid 100 16 256

# Leave coredumps in the first cache dir
coredump_dir /var/spool/squid

#
# Add any of your own refresh_pattern entries above these.
#
refresh_pattern ^ftp: 1440 20% 10080
refresh_pattern ^gopher: 1440 0% 1440
refresh_pattern -i (/cgi-bin/|\?) 0 0% 0
refresh_pattern . 0 20% 4320

最新文章

  1. chrome快捷键
  2. mysql游标循环的使用
  3. Studio-----快捷键大全
  4. iOS NSPredicate和正则表达式
  5. CSS六大选择器(注释css表里不能加注释!!)
  6. springmvc入门详解
  7. uva 227 Puzzle
  8. jquery-模仿qq提示消息
  9. JavaWeb学习之三层架构实例(二)
  10. HTML,CSS笔记
  11. mui 从列表进入到详情,再返回,列表页还是进入列表之前的样子,而不刷新页面
  12. (转载)C#关于DateTime得到的当前时间的格式和用法
  13. Java:Hashtable
  14. 喵哈哈村的魔法考试 Round #8 (Div.2) 题解
  15. python pip install 报错TypeError: unsupported operand type(s) for -=: 'Retry' and 'int' Command "python setup.py egg_info" failed with error code 1 in
  16. Ubuntu ls: cannot open directory .: Permission denied
  17. CompletableFuture 专题
  18. hdwiki 参考资料改成可点击跳转的(默认不能点)
  19. clapack在android上移植
  20. 隐式等待-----Selenium快速入门(九)

热门文章

  1. JavaScript This 的六道坎
  2. hdu 5280 贪心 O(n)算法
  3. Python2和Python3中列表推导式的不同
  4. .NET-list扩展方法Distinct去重
  5. noip模拟总结
  6. Idea 项目jdk环境配置
  7. jquery keypress() 方法 语法
  8. jquery visible 选择器 语法
  9. hash索引
  10. 上传本地文件到linux