1cherokee-tweak(1) General Commands Manual cherokee-tweak(1)
2
3
4
6 cherokee-tweak - Command-line interface to the administration interface
7 of Cherokee
8
10 cherokee-tweak [options] URL info
11
12 cherokee-tweak [options] URL sources
13
14 cherokee-tweak [options] URL kill-source ID
15
16 cherokee-tweak [options] URL logrotate PATH
17
18 cherokee-tweak [options] URL trace TRACE
19
21 cherokee-tweak connects to a running cherokee instance, either local or
22 remote, and requests it to perform one of several actions.
23
25 info Prints info about the server status
26
27 sources Prints a list of the information sources
28
29 kill-source
30 Kill a remote information source, specified by its reported ID
31
32 logrotate
33 Rotates a local (*and only local*) log file specified by PATH.
34
35 trace Manipulates the tracing mechanism. TRACE should be the string
36 that specifies the modules to be traced, and Cherokee must have
37 been compiled with the --enable-trace option for this to work.
38 Everything traceable with CHEROKEE_TRACE can also be traced
39 this way.
40
42 URL Required before any command. This is the URL where the adminisā
43 tration interface can be found. This target must be defined
44 previously in herokee-admin enabling a "Remote Administration"
45 type handler (Virtual Servers->Behaviour->Add new rule, and
46 then Handler->"Remote Administration"). The deffinition of a
47 security mechanism is highly encouraged.
48
49 -h, --help
50 Shows brief usage information
51
52 -V, --version
53 Prints version and exits
54
56 cherokee-tweak accepts the following options:
57
58 -u<STRING>, --user=<STRING>
59 Specifies the user name with which to identify to the server
60
61 -p<STRING>, --password=<STRING>
62 Specifies the password with which to identify to the server
63
65 cherokee-admin(1)
66
67 This program is a part of the Cherokee web server, cherokee(1)
68
70 Cherokee was written by Alvaro Lopez Ortega<alvaro@alobbs.com>. This
71 manual page was written by Taher Shihadeh <taher@unixwars.com>.
72
73
74
75 February 16, 2011 cherokee-tweak(1)