root/cherokee/trunk/cherokee-tweak.1

Revision 2625, 1.8 kB (checked in by taher, 1 year ago)

--

Line 
1 .TH cherokee-tweak 1
2 .SH NAME
3 cherokee-tweak - Command-line interface to the Cherokee administrative interface
4 .SH SYNOPSIS
5 .B cherokee-tweak
6 \-c command \-a url [options]
7 .SH DESCRIPTION
8 \fIcherokee-tweak\fP connects to running cherokee instance, either local or remote,
9 and requests it to perform one of several actions.
10 .SH OPTIONS
11 \fIcherokee-tweak\fP accepts the following options:
12 .TP 8
13 .B  \-h, --help
14 Shows brief usage information
15 .TP 8
16 .B  \-V, --version
17 Prints version and exits
18 .TP 8
19 .B  \-u, --user= STRING
20 Specifies the user name with which to identify to the server
21 .TP 8
22 .B  \-p, --password= STRING
23 Specifies the password with which to identify to the server
24 .TP 8
25 .B  \-c, --command=STRING
26 Required option. Command to execute: logrotate, trace or info
27 .TP 8
28 .B  \-a, --url=URL
29 Required option. URL where the administration interface can be found.
30 This target must be defined previously in cherokee-admin, enabling
31 a "Remote Administration" type handler (Virtual Servers->Behaviour->Add new rule,
32 and then Handler->"Remote Administration"). The deffinition of a security mechanism
33 is highly encouraged.
34 .TP 8
35 .B  \-l, --log=PATH
36 Log file to be rotated (Only to be used when -c is logrotate)
37 .TP 8
38 .B  \-t, --trace=STRING
39 Modules to be traced (Only to be used when -c is trace). Cherokee must have
40 been compiled with the --enable-trace for this to work. Everything traceable
41 with CHEROKEE_TRACE can also be traced this way.
42 .SH SEE ALSO
43 \&\fIcherokee-admin\fR\|(8)
44 .PP
45 This program is a part of the Cherokee web server, \&\fIcherokee\fR\|(1)
46 .SH AUTHOR
47 This manual page was written by Gunnar Wolf <gwolf@debian.org>, for
48 the Debian GNU/linux system (but may be used by others). Maintained by Taher
49 Shihadeh <taher@unixwars.com>.
50 .PP
51 Cherokee itself was written by Álvaro López Ortega
52 <alvaro@alobbs.com>.
Note: See TracBrowser for help on using the browser.