Changeset 37424 for lang/perl/Server-Starter/trunk/start_server
- Timestamp:
- 05/08/10 14:01:49 (3 years ago)
- Files:
-
- 1 modified
-
lang/perl/Server-Starter/trunk/start_server (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/Server-Starter/trunk/start_server
r35270 r37424 15 15 listen to port 80 and start my_server 16 16 17 start_server -- plackup -s FCGI --listen=/tmp/fcgi.sock ... 18 start Plack using FCGI backend binding to a unix 19 socket 20 17 21 Options: 18 --port=(port|host:port) TCP port to listen to ( should be specified more19 t han once)22 --port=(port|host:port) TCP port to listen to (if omitted, will not bind 23 to any ports) 20 24 --interval=seconds minimum interval to respawn the server process 21 25 (default: 1) … … 41 45 42 46 # validate options 43 die "mandatory option --port=port is missing\n"44 unless @opt_port;45 47 die "server program not specified\n" 46 48 unless @ARGV;
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)