Changeset 1698
- Timestamp:
- 07/28/08 18:30:05 (5 months ago)
- Files:
-
- cherokee/trunk/ChangeLog (modified) (1 diff)
- cherokee/trunk/cherokee-admin.1 (modified) (1 diff)
- cherokee/trunk/cherokee-tweak.1 (moved) (moved from cherokee/trunk/cherokee_tweak.1) (2 diffs)
- cherokee/trunk/cherokee.1 (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
cherokee/trunk/ChangeLog
r1697 r1698 1 2008-07-28 Taher Shihadeh <taher@unixwars.com> 2 * cherokee-tweak.1, cherokee-admin.1, cherokee.1: manpages needed 3 an update. 4 1 5 2008-07-28 Taher Shihadeh <taher@unixwars.com> 2 6 * admin/PageEntry.py, admin/PageEncoders.py, admin/PageAdvanced.py, cherokee/trunk/cherokee-admin.1
r1655 r1698 1 .TH cherokee-admin 8 1 .TH cherokee-admin 8 "July 28, 2008" 2 2 .SH NAME 3 3 cherokee-admin - Runs Cherokee's administrative interface cherokee/trunk/cherokee-tweak.1
r1339 r1698 4 4 .SH SYNOPSIS 5 5 .B cherokee_tweak 6 \-c command \- uurl [options]6 \-c command \-a url [options] 7 7 .SH DESCRIPTION 8 \fIcherokee_tweak\fP connects via HTTP to a running cherokee-admin,8 \fIcherokee_tweak\fP connects to running cherokee instance, either local or remote, 9 9 and requests it to perform one of several actions. 10 10 .SH OPTIONS 11 11 \fIcherokee_tweak\fP accepts the following options: 12 12 .TP 8 13 .B \-h 13 .B \-h, --help 14 14 Shows brief usage information 15 15 .TP 8 16 .B \-V 16 .B \-V, --version 17 17 Prints version and exits 18 18 .TP 8 19 .B \-u STRING19 .B \-u, --user= STRING 20 20 Specifies the user name with which to identify to the server 21 21 .TP 8 22 .B \-p STRING22 .B \-p, --password= STRING 23 23 Specifies the password with which to identify to the server 24 24 .TP 8 25 .B \-c STRING25 .B \-c, --command=STRING 26 26 Required option. Command to execute: logrotate, trace or info 27 27 .TP 8 28 .B \-a URL28 .B \-a, --url=URL 29 29 Required option. URL where the administrative 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 mechanisim 33 is highly encouraged. 30 34 .TP 8 31 .B \-l PATH35 .B \-l, --log=PATH 32 36 Log file to be rotated (Only to be used when -c is logrotate) 33 37 .TP 8 34 .B \-t STRING 35 Modules to be traced (Only to be used when -c is trace) 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. 36 42 .SH SEE ALSO 37 43 \&\fIcherokee-admin\fR\|(8) … … 40 46 .SH AUTHOR 41 47 This manual page was written by Gunnar Wolf <gwolf@debian.org>, for 42 the Debian GNU/linux system (but may be used by others). 48 the Debian GNU/linux system (but may be used by others). Updated by Taher 49 Shihadeh <taher@unixwars.com>. 43 50 .PP 44 51 Cherokee itself was written by Ãlvaro López Ortega cherokee/trunk/cherokee.1
r1349 r1698 13 13 .\" the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 14 14 .\" 15 .TH Cherokee 1 " December 20, 2001"15 .TH Cherokee 1 "July 28, 2008" 16 16 .\" Please update the above date whenever this man page is modified. 17 17 .\" … … 27 27 .\" for manpage-specific macros, see man(7) 28 28 .SH NAME 29 cherokee \- Cherokee web server29 cherokee \- Cherokee Web Server 30 30 .SH SYNOPSIS 31 .B cherokee [ \-C configfile] [\-b] [\-r DIR [-p PORT]] [-t] [\-v] [\-h]31 .B cherokee [options] 32 32 .SH DESCRIPTION 33 33 \fBcherokee\fP is an extremely fast, flexible and embedable web server. … … 38 38 following options: 39 39 .TP 8 40 .B \- b40 .B \-d, --detach 41 41 Launches the server as a background process (default behaviour is to 42 42 stay attached to the controlling terminal). 43 43 .TP 8 44 .B \-C configfile44 .B \-C, --config=PATH 45 45 Specifies a configuration file other than the default 46 46 /etc/cherokee/cherokee.conf 47 47 .TP 8 48 .B \-r /directory/to/share48 .B \-r, --documentroot=PATH 49 49 Launches a server exposing statically the specified directory. When 50 50 launched with \-r, the configuration file is ignored, and the Cherokee 51 51 instance runs with its default values. 52 52 .TP 8 53 .B \-p PORT54 It used with -r specifies the portto which the server will listen.53 .B \-p, --port=PORT 54 TCP port number to which the server will listen. 55 55 .TP 8 56 .B \-t 56 .B \-t, --test 57 57 Perform a sanity check on the configuration file. The server will not run. 58 58 .TP 8 59 .B \-h 59 .B \-h, --help 60 60 Prints a brief help message and terminates execution 61 61 .TP 8 62 .B \-v 62 .B \-i, --print 63 Print server technical information.TP 8 64 .TP 8 65 .B \-V, --version 63 66 Prints Cherokee's version and terminates execution 64 67 .SH BUGS … … 67 70 would also like to hear from you if you have successfully used Cherokee, 68 71 especially if you are using it for a distribution. 72 .PP 73 Report bugs to 74 .B http://bugs.cherokee-project.com 69 75 .PP 70 76 There is a mailing list for discussion among Cherokee users and for … … 83 89 convenient invocation method. 84 90 .SH AUTHOR 85 Alvaro Lopez Ortega <alvaro@alobbs.com>. 91 Alvaro Lopez Ortega <alvaro@alobbs.com>. Manual page maintained by Taher Shihadeh <taher@unixwars.com>