varnish

Posted feral

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了varnish相关的知识,希望对你有一定的参考价值。

安装:

yum install epel-release
rpm --nosignature -i https://repo.varnish-cache.org/redhat/varnish-4.0.el6.rpm
yum install varnish gcc varnish-libs-devel-4.0.3 -y

稍微配置:

vi /etc/sysconfig/varnish  修改listen port为80

vi /etc/varnish/default.vcl  添加backend web server

 

 

web缓存核心技术:

http://mp.weixin.qq.com/s?__biz=MzIyMDA1MzgyNw==&mid=2651968866&idx=1&sn=25554c31eac32e78664b962412f515de&chksm=8c349d4ebb431458bef22609db7e9e76d33035ad92c31cbb2d201d13ce94bb8203c69ab9fb33&scene=21#wechat_redirect

 

以上是关于varnish的主要内容,如果未能解决你的问题,请参考以下文章

varnishlogVarnishstat详解

Varnish的VCL

部署代码后如何在另一个 Auto Scaling 组上重启 Varnish 服务

高性能HTTP加速器varnish实践

varnish 隐藏版本号

如何修复 Magento-1.9.4 中的“无法将 VCL 应用到 127.0.0.1:6082:无法从 Varnish 读取响应代码”错误