Changeset 1698

Show
Ignore:
Timestamp:
07/28/08 18:30:05 (5 months ago)
Author:
taher
Message:

--

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • cherokee/trunk/ChangeLog

    r1697 r1698  
     12008-07-28  Taher Shihadeh <taher@unixwars.com> 
     2        * cherokee-tweak.1, cherokee-admin.1, cherokee.1: manpages needed 
     3        an update. 
     4         
    152008-07-28  Taher Shihadeh <taher@unixwars.com> 
    26        * 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" 
    22.SH NAME 
    33cherokee-admin - Runs Cherokee's administrative interface 
  • cherokee/trunk/cherokee-tweak.1

    r1339 r1698  
    44.SH SYNOPSIS 
    55.B cherokee_tweak 
    6 \-c command \-u url [options] 
     6\-c command \-a url [options] 
    77.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
    99and requests it to perform one of several actions. 
    1010.SH OPTIONS 
    1111\fIcherokee_tweak\fP accepts the following options: 
    1212.TP 8 
    13 .B  \-h 
     13.B  \-h, --help 
    1414Shows brief usage information 
    1515.TP 8 
    16 .B  \-V 
     16.B  \-V, --version 
    1717Prints version and exits 
    1818.TP 8 
    19 .B  \-u STRING 
     19.B  \-u, --user= STRING 
    2020Specifies the user name with which to identify to the server 
    2121.TP 8 
    22 .B  \-p STRING 
     22.B  \-p, --password= STRING 
    2323Specifies the password with which to identify to the server 
    2424.TP 8 
    25 .B  \-c STRING 
     25.B  \-c, --command=STRING 
    2626Required option. Command to execute: logrotate, trace or info 
    2727.TP 8 
    28 .B  \-a URL 
     28.B  \-a, --url=URL 
    2929Required option. URL where the administrative interface can be found. 
     30This target must be defined previously in cherokee-admin, enabling 
     31a "Remote Administration" type handler (Virtual Servers->Behaviour->Add new rule,  
     32and then Handler->"Remote Administration"). The deffinition of a security mechanisim 
     33is highly encouraged. 
    3034.TP 8 
    31 .B  \-l PATH 
     35.B  \-l, --log=PATH 
    3236Log file to be rotated (Only to be used when -c is logrotate) 
    3337.TP 8 
    34 .B  \-t STRING 
    35 Modules to be traced (Only to be used when -c is trace) 
     38.B  \-t, --trace=STRING 
     39Modules to be traced (Only to be used when -c is trace). Cherokee must have 
     40been compiled with the --enable-trace for this to work. Everything traceable 
     41with CHEROKEE_TRACE can also be traced this way. 
    3642.SH SEE ALSO 
    3743\&\fIcherokee-admin\fR\|(8) 
     
    4046.SH AUTHOR 
    4147This manual page was written by Gunnar Wolf <gwolf@debian.org>, for 
    42 the Debian GNU/linux system (but may be used by others). 
     48the Debian GNU/linux system (but may be used by others). Updated by Taher 
     49Shihadeh <taher@unixwars.com>. 
    4350.PP 
    4451Cherokee itself was written by Álvaro López Ortega 
  • cherokee/trunk/cherokee.1

    r1349 r1698  
    1313.\" the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 
    1414.\" 
    15 .TH Cherokee 1 "December 20, 2001
     15.TH Cherokee 1 "July 28, 2008
    1616.\" Please update the above date whenever this man page is modified. 
    1717.\" 
     
    2727.\" for manpage-specific macros, see man(7) 
    2828.SH NAME 
    29 cherokee \- Cherokee web server 
     29cherokee \- Cherokee Web Server 
    3030.SH SYNOPSIS 
    31 .B cherokee [\-C configfile] [\-b] [\-r DIR [-p PORT]] [-t] [\-v] [\-h
     31.B cherokee [options
    3232.SH DESCRIPTION 
    3333\fBcherokee\fP is an extremely fast, flexible and embedable web server. 
     
    3838following options: 
    3939.TP 8 
    40 .B \-b 
     40.B \-d, --detach 
    4141Launches the server as a background process (default behaviour is to 
    4242stay attached to the controlling terminal). 
    4343.TP 8 
    44 .B \-C configfile 
     44.B \-C, --config=PATH 
    4545Specifies a configuration file other than the default 
    4646/etc/cherokee/cherokee.conf 
    4747.TP 8 
    48 .B \-r /directory/to/share 
     48.B \-r, --documentroot=PATH 
    4949Launches a server exposing statically the specified directory. When 
    5050launched with \-r, the configuration file is ignored, and the Cherokee 
    5151instance runs with its default values. 
    5252.TP 8 
    53 .B \-p PORT 
    54 It used with -r specifies the port to which the server will listen. 
     53.B \-p, --port=PORT 
     54TCP port number to which the server will listen. 
    5555.TP 8 
    56 .B \-t 
     56.B \-t, --test 
    5757Perform a sanity check on the configuration file. The server will not run. 
    5858.TP 8 
    59 .B \-h 
     59.B \-h, --help 
    6060Prints a brief help message and terminates execution 
    6161.TP 8 
    62 .B \-v 
     62.B \-i, --print 
     63Print server technical information.TP 8 
     64.TP 8 
     65.B \-V, --version 
    6366Prints Cherokee's version and terminates execution 
    6467.SH BUGS 
     
    6770would also like to hear from you if you have successfully used Cherokee, 
    6871especially if you are using it for a distribution. 
     72.PP 
     73Report bugs to  
     74.B http://bugs.cherokee-project.com 
    6975.PP 
    7076There is a mailing list for discussion among Cherokee users and for 
     
    8389convenient invocation method. 
    8490.SH AUTHOR 
    85 Alvaro Lopez Ortega <alvaro@alobbs.com>. 
     91Alvaro Lopez Ortega <alvaro@alobbs.com>. Manual page maintained by Taher Shihadeh <taher@unixwars.com>