[Varnish] #831: Init script doesn't allow you to set DAEMON_OPTS for varnishncsa

Varnish varnish-bugs at varnish-cache.org
Thu Dec 9 09:57:18 CET 2010


#831: Init script doesn't allow you to set DAEMON_OPTS for varnishncsa
-------------------+--------------------------------------------------------
 Reporter:  wido   |        Type:  enhancement
   Status:  new    |    Priority:  normal     
Milestone:         |   Component:  varnishncsa
  Version:  2.1.4  |    Severity:  normal     
 Keywords:         |  
-------------------+--------------------------------------------------------
 It's almost the same as #830, but this one is for varnishncsa on
 Ubuntu/Debian.

 {{{
 ...
 ...
 test -x $DAEMON || exit 0

 DAEMON_OPTS="-a -c -w ${LOGFILE} -D -P $PIDFILE"

 start_varnishncsa() {
 ...
 ...
 }}}

 Some people (like me) would like to pipe the output of varnishncsa to for
 example 'logger' (So the contents go to syslog) or to another file with
 some other options. (Keeping in mind that in trunk you can specify the
 format).

-- 
Ticket URL: <http://www.varnish-cache.org/trac/ticket/831>
Varnish <http://varnish-cache.org/>
The Varnish HTTP Accelerator




More information about the varnish-bugs mailing list