• Poul-Henning Kamp's avatar
    Add a "banner" command to the CLI interface. · ec62e71f
    Poul-Henning Kamp authored
    Add a parameter "cli_banner" (default on) which injects an implicit
    "banner" CLI command on all cli connections when opened.
    
    The net result is that you get a CLI response when you connect to
    the CLI ports:
    
    	200 193     
    	-----------------------------
    	Varnish HTTP accelerator CLI.
    	-----------------------------
    	Type 'help' for command list.
    	Type 'quit' to close CLI session.
    	Type 'start' to launch worker process.
    
    Presently the contents of the CLI response is "undefined", in the
    sense that you should not programatically depend on anything besides
    the "200" reply code.
    
    
    
    
    
    git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@3762 d4fa192b-c00b-0410-8231-f00ffab90ce4
    ec62e71f
Name
Last commit
Last update
bin Loading commit data...
doc Loading commit data...
etc Loading commit data...
include Loading commit data...
lib Loading commit data...
man Loading commit data...
redhat Loading commit data...
ChangeLog Loading commit data...
INSTALL Loading commit data...
LICENSE Loading commit data...
Makefile.am Loading commit data...
README Loading commit data...
autogen.des Loading commit data...
autogen.sh Loading commit data...
configure.ac Loading commit data...
varnishapi.pc.in Loading commit data...