预览模式: 普通 | 列表

varnish 性能相关

Varnish settings ?
To see further description of these settings, also check param.show -l in the Varnish management interface.

-p thread_pool_max=4000 (default 1000)
This number should be as low as possible, but with an upwards margin. Do not set it much higher than you need, that only leads ...

查看全部...

标签: 性能 Varnish 

分类:资源与资料 | 固定链接 | 评论: 1 | 查看次数: 924

haproxy + varnish cache配置

varnish配置

vi /etc/varnish/vcl.conf

[code]
backend default {
set backend.host = "192.168.1.118";
set backend.port = "80";
}

sub vcl_recv {
# pass mode can't handle POST (yet)
if (req.request == "POST") {
pip...

查看全部...

标签: cache Varnish HAProxy 

分类:Linux | 固定链接 | 评论: 1 | 查看次数: 3755

The Varnish HTTP accelerator - Varnish Cache

附件
切换到幻灯片模式

The Varnish HTTP accelerator - Varnish Cache

查看全部...

标签: cache squid Varnish 

分类:资源与资料 | 固定链接 | 评论: 10 | 查看次数: 2104