forked from cherokee/webserver
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cherokee-admin.1
64 lines (64 loc) · 2.25 KB
/
cherokee-admin.1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
.TH cherokee-admin 8 "February 16, 2011"
.SH NAME
cherokee-admin - Runs Cherokee's administrative interface
.SH SYNOPSIS
.B cherokee-admin
[\-d<DIR>] [\-p<PORT>] [\-C<FILE>] [\-b] [\-x] [\-u] [\-t]
.SH DESCRIPTION
\fIcherokee-admin\fP runs the server for the administrative interface
used to configure Cherokee. The interface itself will be available via
your Web browser.
.SH OPTIONS
\fIcherokee-admin\fP accepts the following options:
.TP 8
.B \-h, --help
Shows brief usage information
.TP 8
.B \-V, --version
Show version and exit
.TP 8
.B \-x, --debug
Print the backend errors to the terminal where it is executing. If
omited, this debug information is lost.
.TP 8
.B \-u, --unsecure
Allows accessing cherokee-admin's interface without requiring the user
to authenticate. This disables a security measure and is only meant to
ease the development process. The usage of this parameter is strongly
discouraged for regular users.
.TP 8
.B \-b[<IP>], --bind[=<IP>]
By default \fIcherokee-admin\fP binds only to 127.0.0.1 (localhost), which
means you can only connect to it from the same system. With this parameter
you can specify the network address to listen to. If no IP is provided,
it will bind to all interfaces.
.TP 8
.B \-d<DIR>, --appdir=<DIR>
Uses a custom admin-interface path where the source files of
\fIcherokee-admin\fP reside.
.TP 8
.B \-p<NUM>, --port=<NUM>
Specifies an alternative port. By default, 9090.
.TP 8
.B \-t, --internal-unix
By default, \fIcherokee-admin\fP uses TCP for internal
communications. This parameter specifies that a Unix domain socket
should be used instead. The default behavior is the safest one, so
this parameter should rarely by used.
.TP 8
.B \-T<NUM>, --thread=<NUM>
Specify the number of threads that the program should use. Useful for
memory/power constrained machines.
.TP 8
.B \-C<PATH>, --target=PATH
Requests a configuration file different than the default
/etc/cherokee/cherokee.conf to be used
.SH SEE ALSO
This program is a part of the Cherokee web server, \&\fIcherokee\fR\|(1)
.SH AUTHOR
This manual page was written by Gunnar Wolf <gwolf@debian.org>, for
the Debian GNU/linux system (but may be used by others). Maintainted by
Taher Shihadeh <taher@unixwars.com>
.PP
Cherokee itself was written by Álvaro López Ortega
<alvaro@alobbs.com>.