root/cherokee/trunk/cherokee-admin.1

Revision 2217, 1.8 kB (checked in by taher, 1 year 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 .TP 8
40 .B \-u, --unsecure
41 Allows accessing cherokee-admin's interface without requiring the user
42 to authenticate. This disables a security measure and is only meant to
43 ease the development process. The usage of this parameter is strongly
44 discouraged for regular users.
45 .SH SEE ALSO
46 This program is a part of the Cherokee web server, \&\fIcherokee\fR\|(1)
47 .SH AUTHOR
48 This manual page was written by Gunnar Wolf <gwolf@debian.org>, for
49 the Debian GNU/linux system (but may be used by others). Maintainted by
50 Taher Shihadeh <taher@unixwars.com>
51 .PP
52 Cherokee itself was written by Álvaro López Ortega
53 <alvaro@alobbs.com>.
Note: See TracBrowser for help on using the browser.