I have -a 0.0.0.0:8080 -a 0.0.0.0:9010 in the /etc/default/varnish but
it will only listen on 9010.

 DAEMON_OPTS="-a 0.0.0.0:8080 \
              -a 0.0.0.0:9010 \
              -T localhost:2000 \
              -f /etc/varnish/default.vcl \
              -n $INSTANCE"

I have the same problem when running it from the command line.  It
only starts listening on the last port listed.
If I start two separate instances, changing the port and -n values, it works.

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

Reply via email to