[Cherokee-commits] [1931] cherokee/trunk/doc/bundle_cherokee-worker.txt:

SVN at cherokee-project.com SVN at cherokee-project.com
Mon Sep 1 22:41:28 CEST 2008


Revision: 1931
          http://svn.cherokee-project.com/changeset/1931
Author:   taher
Date:     2008-09-01 22:41:28 +0200 (Mon, 01 Sep 2008)

Log Message:
-----------


Added Paths:
-----------
    cherokee/trunk/doc/bundle_cherokee-worker.txt

Added: cherokee/trunk/doc/bundle_cherokee-worker.txt
===================================================================
--- cherokee/trunk/doc/bundle_cherokee-worker.txt	                        (rev 0)
+++ cherokee/trunk/doc/bundle_cherokee-worker.txt	2008-09-01 20:41:28 UTC (rev 1931)
@@ -0,0 +1,47 @@
+== link:index.html[Index] -> link:bundle.html[Cherokee Bundle]
+
+Cherokee Bundle: cherokee-worker
+--------------------------------
+
+This is the main Cherokee program. It can be launched in several ways
+as shown in the section link:basics_running_cherokee.txt[Running
+Cherokee]. Unless specified otherwise, `cherokee-worker` will try to
+run with the configuration present in your default
+link:dev_cherokee.conf.html[cherokee.conf] file.
+
+This is the full information provided by the manpage:
+**********************************************************************
+*NAME*::
+       `cherokee-worker` - Cherokee Web Server internal worker
+
+*SYNOPSIS*::
+       `cherokee-worker` [options]
+
+*DESCRIPTION*::
+       `cherokee-worker`  is a part of Cherokee, an extremely fast, flexible and
+       embeddable web server. This executable is meant to be invoked  only  by
+       `cherokee`. Executing it directly is a discouraged practice.
+
+*DEVELOPMENT*::
+       This  binary implements the Cherokee Web Server functionality, although
+       it misses a few security features implemented on the main executable,
+       `cherokee`.
+       Executing it alone could be only useful for debugging purposes.
+
+**********************************************************************
+
+The accepted parameters are those of the
+link:bundle_cherokee.html[cherokee] binary.
+
+To illustrate the usefulness of such options take the following
+example:
+
+----
+$ cherokee-worker -p 8080 -r `pwd`
+----
+
+This would allow any non-privileged user to statically share the
+contents of the current directory. A great way to share files in a
+local network whenever you are in a hurry. Remember that in Unix
+systems only processes launched by the superuser have privileges to
+be hooked to the lower 1024 ports of the system.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.octality.com/pipermail/cherokee-commits/attachments/20080901/53b11f80/attachment.htm 


More information about the Cherokee-commits mailing list