Tagged Questions

2
votes
1answer
197 views

plone.app.caching and settings Varnish to purge the cache

I am running Plone 4.1 on Ubuntu 10.04. How one should configure Varnish (public IP:80) - default.vcl from Ubuntu/Debian plone.app.caching ... so that purging works correctly I am not that ...
1
vote
0answers
22 views

Varnishlog do not show nothing

I followed this guide: https://www.varnish-cache.org/docs/3.0/tutorial/putting_varnish_on_port_80.html It's all ok untile i change port from 8080 to 80. I have to this step: pkill varnishd Changed ...
1
vote
1answer
165 views

varnishtop show “list length 0”?

Varnish 2.1.3 Ubuntu 10.04.02 LTS The varnishtop show "list length 0" only. The varnishstat always returns the same result as: 1+12:29:32 ...
1
vote
2answers
1k views

Ubuntu Startup Script for Varnish

I am wondering if anyone has a working startup script (/etc/init.d/varnish) for Varnishd that works on Ubuntu Hardy. It should set a pid file so it can be monitored. I have been looking all over ...