码迷,mamicode.com
首页 >  
搜索关键字:squid 多ip    ( 969个结果
php性能优化 --- laravel 性能优化
1、laravel官方提供了一些优化(laravel 5.* 版本): (1)、关闭debug,修改 .env 的 APP_DEBUG=false (2)、 sudo php artisan route:cache 路由缓存 (清理路由缓存 sudo php artisan route:clear) ...
分类:Web程序   时间:2018-09-07 19:13:47    阅读次数:215
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
基础运维:基于IP实现网页分流
基础运维:使用多IP方式实现网页分流,增加更多流量访问网页,达到访问内容一致。
分类:Web程序   时间:2018-08-26 18:24:21    阅读次数:311
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
969条   上一页 1 ... 16 17 18 19 20 ... 97 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!