Web前端缓存 squid for windows

下载squid for windows

  下载地址:http://www.acmeconsulting.it/SquidNT.html
  

安装与配置

  1.解压squid-2.6.STABLE6-NT-bin.zip到C:squid

  2.单击[开始],选择“运行”,输入 cmd ,在命令提示符窗口内输入以下命令:

  C:>cd c:squidetc

  C:squidetc>copy squid.conf.default squid.conf

  **将Squid的默认配置文件复制一份并起名为squid.conf

  C:squidetc>copy mime.conf.default mime.conf

  **将mime.conf.default复制一份并起名为mime.conf

  3.编辑squid.conf,根据需要添加和修改以下内容

  http_port 3128         ;定义squid监听端口

  visible_hostname tianwei-itrus:定义机器名

  cache_mem 64 MB        ;定义代理服务器缓存

  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 :定义本地网络为localhost

  acl outnetwork 192.168.10.0/255.255.255.0

  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 1863 # filemaker

  acl Safe_ports port 777 # multiling http

  acl CONNECT method CONNECT

  http_access allowlocalhost manager

  http_access allowoutnetwork

  icp_access allow all

  http_access deny !Safe_ports

  http_access deny CONNECT !SSL_ports

  http_reply_access allow all

  icp_access allow all

  http_access deny all

  

启动

  c:>cd c:squidsbin<br>

  C:squidsbin>squid -i (注册Squid为Windows的服务)<br>

  C:squidsbin>squid -z (生成高速缓存的目录)<br>

  C:squidsbin>squid  <br>

转载于:https://my.oschina.net/limbusnet/blog/56533

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值