root/cherokee/trunk/cherokee-admin.1

Revision 2029, 1.5 kB (checked in by taher, 3 weeks ago)

--

Line 
1 .TH cherokee-admin 8 "July 28, 2008"
2 .SH NAME
3 cherokee-admin - Runs Cherokee's administrative interface
4 .SH SYNOPSIS
5 .B cherokee-admin
6 [\-d DIR] [\-p PORT] [\-C FILE] [\-b]
7 .SH DESCRIPTION
8 \fIcherokee-admin\fP runs the server for the administrative interface
9 used to configure Cherokee. The interface itself will be available via
10 your Web browser.
11 .SH OPTIONS
12 \fIcherokee-admin\fP accepts the following options:
13 .TP 8
14 .B  \-h, --help
15 Shows brief usage information
16 .TP 8
17 .B  \-V, --version
18 Show version and exit
19 .TP 8
20 .B  \-x, --debug
21 Print the backend errors to the terminal where it is executing. If
22 omited, this debug information is lost.
23 .TP 8
24 .B  \-b, --bind[=IP]
25 By default \fIcherokee-admin\fP binds only to 127.0.0.1 (localhost), which
26 means you can only connect to it from the same system. With this parameter
27 you can specify the network address to listen to. If no IP is provided,
28 it will bind to all interfaces.
29 .TP 8
30 .B  \-C, --target=PATH
31 Requests a configuration file different than the default
32 /etc/cherokee/cherokee.conf to be used
33 .TP 8
34 .B  \-d, --appdir=DIR
35 Uses a custom admin-interface path
36 .TP 8
37 .B \-p, --port=NUM
38 Specifies an alternative port. By default, 9090.
39 .SH SEE ALSO
40 This program is a part of the Cherokee web server, \&\fIcherokee\fR\|(1)
41 .SH AUTHOR
42 This manual page was written by Gunnar Wolf <gwolf@debian.org>, for
43 the Debian GNU/linux system (but may be used by others). Maintainted by
44 Taher Shihadeh <taher@unixwars.com>
45 .PP
46 Cherokee itself was written by Álvaro López Ortega
47 <alvaro@alobbs.com>.
Note: See TracBrowser for help on using the browser.