随笔分类 -  varnish

something about varnish cache
摘要:具体的实例,假设我们有一个网站www.example.com, 需要增加varnish,来提升性能。http header头信息中的 Cache-Control: s-maxage 参数可以设置页面在varnish中缓存的时间 nginx配置:server{listen80server_nameww... 阅读全文
posted @ 2011-07-12 14:51 涛光 阅读(1583) 评论(0) 推荐(0)
摘要:采用源码安装wget http://www.varnish-cache.org/releases/varnish-cache-2.1.4cd ~/Desktop/2.1/varnish-cachesudo ./configure --prefix=/usr/local/varnishsudo makesudo make install安装ok安装完成之后,开始做基本的配置zhxia@zhxia-desktop:~$ vim /usr/local/etc/varnish/default.vclCode highlighting produced by Actipro CodeHighlighte 阅读全文
posted @ 2011-01-10 14:37 涛光 阅读(4352) 评论(0) 推荐(0)