Skip to content

Commit

Permalink
git-svn-id: svn://cherokee-project.com/cherokee/trunk@1698 5dc97367-9…
Browse files Browse the repository at this point in the history
…7f1-0310-9951-d761b3857238
  • Loading branch information
taher committed Jul 28, 2008
1 parent c8568b2 commit 63946a8
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 25 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
@@ -1,3 +1,7 @@
2008-07-28 Taher Shihadeh <taher@unixwars.com>
* cherokee-tweak.1, cherokee-admin.1, cherokee.1: manpages needed
an update.

2008-07-28 Taher Shihadeh <taher@unixwars.com>
* admin/PageEntry.py, admin/PageEncoders.py, admin/PageAdvanced.py,
admin/PageVServers.py, admin/PageGeneral.py, admin/PageMime.py,
Expand Down
2 changes: 1 addition & 1 deletion cherokee-admin.1
@@ -1,4 +1,4 @@
.TH cherokee-admin 8
.TH cherokee-admin 8 "July 28, 2008"
.SH NAME
cherokee-admin - Runs Cherokee's administrative interface
.SH SYNOPSIS
Expand Down
31 changes: 19 additions & 12 deletions cherokee_tweak.1 → cherokee-tweak.1
Expand Up @@ -3,43 +3,50 @@
cherokee_tweak - Command-line interface to the Cherokee administrative interface
.SH SYNOPSIS
.B cherokee_tweak
\-c command \-u url [options]
\-c command \-a url [options]
.SH DESCRIPTION
\fIcherokee_tweak\fP connects via HTTP to a running cherokee-admin,
\fIcherokee_tweak\fP connects to running cherokee instance, either local or remote,
and requests it to perform one of several actions.
.SH OPTIONS
\fIcherokee_tweak\fP accepts the following options:
.TP 8
.B \-h
.B \-h, --help
Shows brief usage information
.TP 8
.B \-V
.B \-V, --version
Prints version and exits
.TP 8
.B \-u STRING
.B \-u, --user= STRING
Specifies the user name with which to identify to the server
.TP 8
.B \-p STRING
.B \-p, --password= STRING
Specifies the password with which to identify to the server
.TP 8
.B \-c STRING
.B \-c, --command=STRING
Required option. Command to execute: logrotate, trace or info
.TP 8
.B \-a URL
.B \-a, --url=URL
Required option. URL where the administrative interface can be found.
This target must be defined previously in cherokee-admin, enabling
a "Remote Administration" type handler (Virtual Servers->Behaviour->Add new rule,
and then Handler->"Remote Administration"). The deffinition of a security mechanisim
is highly encouraged.
.TP 8
.B \-l PATH
.B \-l, --log=PATH
Log file to be rotated (Only to be used when -c is logrotate)
.TP 8
.B \-t STRING
Modules to be traced (Only to be used when -c is trace)
.B \-t, --trace=STRING
Modules to be traced (Only to be used when -c is trace). Cherokee must have
been compiled with the --enable-trace for this to work. Everything traceable
with CHEROKEE_TRACE can also be traced this way.
.SH SEE ALSO
\&\fIcherokee-admin\fR\|(8)
.PP
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).
the Debian GNU/linux system (but may be used by others). Updated by Taher
Shihadeh <taher@unixwars.com>.
.PP
Cherokee itself was written by Álvaro López Ortega
<alvaro@alobbs.com>.
30 changes: 18 additions & 12 deletions cherokee.1
Expand Up @@ -12,7 +12,7 @@
.\" along with this program; see the file COPYING. If not, write to
.\" the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
.\"
.TH Cherokee 1 "December 20, 2001"
.TH Cherokee 1 "July 28, 2008"
.\" Please update the above date whenever this man page is modified.
.\"
.\" Some roff macros, for reference:
Expand All @@ -26,9 +26,9 @@
.\" .sp <n> insert n+1 empty lines
.\" for manpage-specific macros, see man(7)
.SH NAME
cherokee \- Cherokee web server
cherokee \- Cherokee Web Server
.SH SYNOPSIS
.B cherokee [\-C configfile] [\-b] [\-r DIR [-p PORT]] [-t] [\-v] [\-h]
.B cherokee [options]
.SH DESCRIPTION
\fBcherokee\fP is an extremely fast, flexible and embedable web server.
.\" .PP
Expand All @@ -37,36 +37,42 @@ cherokee \- Cherokee web server
This command will launch the Cherokee webserver. It accepts the
following options:
.TP 8
.B \-b
.B \-d, --detach
Launches the server as a background process (default behaviour is to
stay attached to the controlling terminal).
.TP 8
.B \-C configfile
.B \-C, --config=PATH
Specifies a configuration file other than the default
/etc/cherokee/cherokee.conf
.TP 8
.B \-r /directory/to/share
.B \-r, --documentroot=PATH
Launches a server exposing statically the specified directory. When
launched with \-r, the configuration file is ignored, and the Cherokee
instance runs with its default values.
.TP 8
.B \-p PORT
It used with -r specifies the port to which the server will listen.
.B \-p, --port=PORT
TCP port number to which the server will listen.
.TP 8
.B \-t
.B \-t, --test
Perform a sanity check on the configuration file. The server will not run.
.TP 8
.B \-h
.B \-h, --help
Prints a brief help message and terminates execution
.TP 8
.B \-v
.B \-i, --print
Print server technical information.TP 8
.TP 8
.B \-V, --version
Prints Cherokee's version and terminates execution
.SH BUGS
.SS Bug reports
I would appreciate hearing of any problems you have with Cherokee. I
would also like to hear from you if you have successfully used Cherokee,
especially if you are using it for a distribution.
.PP
Report bugs to
.B http://bugs.cherokee-project.com
.PP
There is a mailing list for discussion among Cherokee users and for
announcements of new and test versions. To join, send a message to
cherokee-admin@cherokee-project.com with the line:
Expand All @@ -82,4 +88,4 @@ Note that in in Debian systems, a startup/shutdown script
/etc/init.d/cherokee is provided, and will probably be the most
convenient invocation method.
.SH AUTHOR
Alvaro Lopez Ortega <alvaro@alobbs.com>.
Alvaro Lopez Ortega <alvaro@alobbs.com>. Manual page maintained by Taher Shihadeh <taher@unixwars.com>

0 comments on commit 63946a8

Please sign in to comment.