Changeset 1898
- Timestamp:
- 08/25/08 16:25:27 (3 months ago)
- Files:
-
- cherokee/trunk/cherokee-admin.1 (modified) (2 diffs)
- cherokee/trunk/doc/other_goodies.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
cherokee/trunk/cherokee-admin.1
r1698 r1898 4 4 .SH SYNOPSIS 5 5 .B cherokee-admin 6 [\-d DIR] [\-p PORT] [\-C FILE] [\- a]6 [\-d DIR] [\-p PORT] [\-C FILE] [\-b] 7 7 .SH DESCRIPTION 8 8 \fIcherokee-admin\fP runs the server for the administrative interface … … 19 19 .TP 8 20 20 .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, 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, 24 24 it will bind to all interfaces. 25 25 .TP 8 cherokee/trunk/doc/other_goodies.txt
r1891 r1898 108 108 happen because the host info can be put in the SSL handshake. Things 109 109 will 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. 110 the other side. Currently every modern web browser supports this, and 111 Cherokee has TLS SNI support for both the GNUTLS and OpenSSL backends.