[macruby-changes] [4128] ControlTower/trunk/control_tower.1

source_changes at macosforge.org source_changes at macosforge.org
Thu May 20 17:14:27 PDT 2010


Revision: 4128
          http://trac.macosforge.org/projects/ruby/changeset/4128
Author:   martinlagardette at apple.com
Date:     2010-05-20 17:14:23 -0700 (Thu, 20 May 2010)
Log Message:
-----------
Adding a minimal man-page

Added Paths:
-----------
    ControlTower/trunk/control_tower.1

Added: ControlTower/trunk/control_tower.1
===================================================================
--- ControlTower/trunk/control_tower.1	                        (rev 0)
+++ ControlTower/trunk/control_tower.1	2010-05-21 00:14:23 UTC (rev 4128)
@@ -0,0 +1,28 @@
+.Dd May 20, 2010
+.Dt CONTROL_TOWER 1
+.Os
+.Sh NAME
+.Nm control_tower
+.Nd Web application server for Rack-based Ruby applications
+.Sh SYNOPSIS
+.Nm control_tower
+.Fl R Ar file
+.Op Fl p Ar server_port
+.Op Fl h Ar hostname
+.Op Fl c
+.Sh OPTIONS
+Control Tower accepts the following command line options:
+.Bl -tag -width "1234567890" -compact
+.Pp
+.It Fl r Ar file , Fl -rackup Ar file
+Rack-up Configuration File
+.Pp
+.It Fl p Ar server_port , Fl -port Ar server_port
+Port on which to run the server
+.Pp
+.It Fl h Ar hostname , Fl -host Ar hostname
+Hostname for the server
+.Pp
+.It Fl c , Fl -[no]-concurrency
+Handle requests concurrently
+.El
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20100520/f969daeb/attachment.html>


More information about the macruby-changes mailing list