[Varnish] #1580: varnishd does not consider -a param

Varnish varnish-bugs at varnish-cache.org
Wed Aug 27 12:09:28 CEST 2014


#1580: varnishd does not consider -a param
------------------------+----------------------
 Reporter:  our_martin  |       Type:  defect
   Status:  new         |   Priority:  normal
Milestone:              |  Component:  varnishd
  Version:  trunk       |   Severity:  major
 Keywords:              |
------------------------+----------------------
 varnishd does not consider -a param but chooses a random(?) port on
 localhost instead:

 {{{
 martin at martin-notebook:/tmp$ pkill varnishd
 martin at martin-notebook:/tmp$ ps -ef | grep varnishd | grep -v grep
 martin at martin-notebook:/tmp$ /opt/varnish/sbin/varnishd -a
 "127.0.0.1:6081"
 martin at martin-notebook:/tmp$ /opt/varnish/sbin/varnishd -a 127.0.0.1:6081
 martin at martin-notebook:/tmp$ /opt/varnish/sbin/varnishd -a :6081
 martin at martin-notebook:/tmp$ sudo lsof -i4 -nP | grep LISTEN | grep
 varnishd
 varnishd  21138 martin    4u  IPv4 755276      0t0  TCP 127.0.0.1:49115
 (LISTEN)
 varnishd  21142 martin    4u  IPv4 755292      0t0  TCP 127.0.0.1:49479
 (LISTEN)
 varnishd  21146 martin    4u  IPv4 755297      0t0  TCP 127.0.0.1:53716
 (LISTEN)
 martin at martin-notebook:/tmp$
 }}}

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



More information about the varnish-bugs mailing list