码迷,mamicode.com
首页 >  
搜索关键字:squid 正向代理    ( 1233个结果
正向代理和反向代理的区别
参考博客: https://blog.csdn.net/m13666368773/article/details/8060481 https://www.cnblogs.com/xdp-gacl/p/3706853.html https://blog.csdn.net/lx520aa/article ...
分类:其他好文   时间:2018-08-30 11:03:50    阅读次数:157
squid日志详解
quid的日志很重要。常常要了解的,其中最重要的就是命中率啦,不然反向代理做的用就不大。 cat access.log|gawk ‘{print $4}’|sort|uniq -c|sort -nr 9568 TCP_IMS_HIT/3046313 TCP_HIT/2002133 TCP_MISS/ ...
分类:其他好文   时间:2018-08-28 01:07:04    阅读次数:295
squid代理加用户认证
squid代理加用户认证 用authentication helpers添加身份验证有如下几种认证方式 :=> NCSA: Uses an NCSA-style username and password file.=> LDAP: Uses the Lightweight Directory Ac ...
分类:其他好文   时间:2018-08-28 01:06:14    阅读次数:197
squid 透明代理配置
阿铭在教程中已经介绍过squid的安装和配置,http://study.lishiming.net/chapter22.html 教程中只介绍了初级的正向代理和反向代理,这篇文档将要介绍透明代理如何配置。首先,阿铭要介绍一下,什么是透明代理?透明代理的意思是客户端根本不需要知道有代理服务器的存在,它 ...
分类:其他好文   时间:2018-08-28 01:05:04    阅读次数:209
squid故障汇总
1、COSS will not function without large file support (off_t is 4 bytes long. Please reconsider recompiling squid with --with-large-files Bungled squid_ ...
分类:其他好文   时间:2018-08-28 01:00:52    阅读次数:213
Squid.conf配置详情
squid常用命令:/usr/local/squid/sbin/squid -z 初始化缓存空间/usr/local/squid/sbin/squid 启动/usr/local/squid/sbin/squid -k shutdown 停止/usr/local/squid/sbin/squid -k ...
分类:其他好文   时间:2018-08-28 00:52:00    阅读次数:199
squid常用操作
如何查看squid的缓存命中率 使用命令: squidclient -h host -p port mgr:info比如: /usr/local/squid/bin/squidclient -h 127.0.0.1 -p 8080 mgr:info 使用这个命令的前提是,你在你的squid.conf ...
分类:其他好文   时间:2018-08-28 00:48:00    阅读次数:168
Nginx缓存加速
Nginx提供与Squid类似的缓存功能,实现外网访问内网Web服务器的网页缓存和访问加速。
分类:其他好文   时间:2018-08-25 00:36:23    阅读次数:210
Varnish高性能缓存服务器
Varnish是一款高性能的开源HTTP加速器,挪威最大的在线报纸 Verdens Gang 使用3台Varnish代替了原来的12台Squid,性能比以前更好。
分类:其他好文   时间:2018-08-24 16:11:47    阅读次数:188
配置squid透明代理
实验环境 centos6: eth0: 192.168.100.111/24 (桥接/nat) gw:192.168.100.1 eth1: 192.168.200.123/24 (vmnet2) 开启路由转发 windows xp 客户机 192.168.200.66/24 (vmnet2) gw ...
分类:其他好文   时间:2018-08-23 21:00:52    阅读次数:186
1233条   上一页 1 ... 28 29 30 31 32 ... 124 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!