Here is my start Command:

sbin/varnishd -n /opt/varnish \
        -s persistent,/home/www/cache/silo1,256M \
        -s persistent,/home/www/cache/silo2,256M \
        -h classic,500009 \
        -f etc/config.vcl \


config.vcl basically proxies everything it gets for certain domains to their designated backends, strips cookies and cache control headers from images and sets their beresp.ttl to 86400 in vcl_fetch.

Mit freundlichen Grüßen
Best Regards

Hajo Skwirblies

_______________________________________________
varnish-dev mailing list
[email protected]
http://lists.varnish-cache.org/mailman/listinfo/varnish-dev

Reply via email to