Changeset 1655
- Timestamp:
- 07/17/08 17:15:04 (6 months ago)
- Files:
-
- cherokee/trunk/cherokee-admin.1 (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
cherokee/trunk/cherokee-admin.1
r1339 r1655 12 12 \fIcherokee-admin\fP accepts the following options: 13 13 .TP 8 14 .B \-h 14 .B \-h, --help 15 15 Shows brief usage information 16 16 .TP 8 17 .B \-a 18 Specifies \fIcherokee-admin\fP to listen on all network addresses - By 19 default, it binds only to 127.0.0.1 (localhost), which means you can 20 only connect to it from the same system 17 .B \-V, --version 18 Show version and exit 21 19 .TP 8 22 .B \-C 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, 24 it will bind to all interfaces. 25 .TP 8 26 .B \-C, --target=PATH 23 27 Requests a configuration file different than the default 24 28 /etc/cherokee/cherokee.conf to be used 25 29 .TP 8 26 .B \-d 30 .B \-d, --appdir=DIR 27 31 Uses a custom admin-interface path 32 .TP 8 33 .B \-p, --port=NUM 34 Specifies an alternative port. By default, 9090. 28 35 .SH SEE ALSO 29 36 This program is a part of the Cherokee web server, \&\fIcherokee\fR\|(1) 30 37 .SH AUTHOR 31 38 This manual page was written by Gunnar Wolf <gwolf@debian.org>, for 32 the Debian GNU/linux system (but may be used by others). 39 the Debian GNU/linux system (but may be used by others). Updated by 40 Taher Shihadeh <taher@unixwars.com> 33 41 .PP 34 42 Cherokee itself was written by Ãlvaro López Ortega