Thursday, 13 October 2011

Accessing Varnish via Telnet

To access Varnish via Telnet you mush start Varnish with the following parameter:

-T localhost:9091

e.g.:

sudo varnishd -F -T localhost:9091

this will allow telnet connections via port 9091.