On Sun, 13 May 2012 20:30:11 +0200, Jon Hauge <[email protected]> wrote:

Can somebody help me debug this –p parameter:

DAEMON_OPTS="-a :80  \
             -f /etc/varnish/viasat_default.vcl \
             -S /etc/varnish/secret \
             -s malloc,4G \
             -p send_timeout=600, max_restarts=9"

Try this:

  DAEMON_OPTS="-a :80  \
               -f /etc/varnish/viasat_default.vcl \
               -S /etc/varnish/secret \
               -s malloc,4G \
               -p send_timeout=600 \
               -p max_restarts=9"

--
Cosimo

_______________________________________________
varnish-misc mailing list
[email protected]
https://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc

Reply via email to