Multiple DAEMON_OPTS -p paramter
Cosimo Streppone
cosimo at streppone.it
Sun May 13 20:34:53 CEST 2012
On Sun, 13 May 2012 20:30:11 +0200, Jon Hauge
<jon.hauge at relationhouse.com> 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
More information about the varnish-misc
mailing list