Changeset 1898

Show
Ignore:
Timestamp:
08/25/08 16:25:27 (3 months ago)
Author:
taher
Message:

--

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • cherokee/trunk/cherokee-admin.1

    r1698 r1898  
    44.SH SYNOPSIS 
    55.B cherokee-admin 
    6 [\-d DIR] [\-p PORT] [\-C FILE] [\-a
     6[\-d DIR] [\-p PORT] [\-C FILE] [\-b
    77.SH DESCRIPTION 
    88\fIcherokee-admin\fP runs the server for the administrative interface 
     
    1919.TP 8 
    2020.B  \-b, --bind[=IP] 
    21 By default \fIcherokee-admin\fP binds only to 127.0.0.1 (localhost), which  
    22 means you can only connect to it from the same system. With this parameter  
    23 you can specify the network address to listen to. If no IP is provided,  
     21By default \fIcherokee-admin\fP binds only to 127.0.0.1 (localhost), which 
     22means you can only connect to it from the same system. With this parameter 
     23you can specify the network address to listen to. If no IP is provided, 
    2424it will bind to all interfaces. 
    2525.TP 8 
  • cherokee/trunk/doc/other_goodies.txt

    r1891 r1898  
    108108happen because the host info can be put in the SSL handshake. Things 
    109109will simply work as long as there is a web browser with SNI support at 
    110 the other side. Currently every modern web browser supports this. 
     110the other side. Currently every modern web browser supports this, and 
     111Cherokee has TLS SNI support for both the GNUTLS and OpenSSL backends.