File: cherokee-admin.1

package info (click to toggle)
cherokee 1.0.8-5%2Bsqueeze1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 18,240 kB
  • ctags: 11,897
  • sloc: ansic: 60,631; python: 26,496; sh: 10,929; makefile: 2,759; php: 765; xml: 61; perl: 32; sed: 16
file content (53 lines) | stat: -rw-r--r-- 1,803 bytes parent folder | download
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
.TH cherokee-admin 1 "July 28, 2008"
.SH NAME
cherokee-admin - Runs Cherokee's administrative interface
.SH SYNOPSIS
.B cherokee-admin
[\-d DIR] [\-p PORT] [\-C FILE] [\-b]
.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  \-b, --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  \-C, --target=PATH
Requests a configuration file different than the default
/etc/cherokee/cherokee.conf to be used
.TP 8
.B  \-d, --appdir=DIR
Uses a custom admin-interface path
.TP 8
.B \-p, --port=NUM
Specifies an alternative port. By default, 9090.
.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.
.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>.