Mercurial > p > roundup > code
comparison roundup/scripts/roundup_server.py @ 1831:921c48ecb3f5
better explanation of -d arg
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Sun, 05 Oct 2003 23:29:49 +0000 |
| parents | d51cb5225d4a |
| children | d31a25046136 |
comparison
equal
deleted
inserted
replaced
| 1830:4ac11e7fa11a | 1831:921c48ecb3f5 |
|---|---|
| 14 # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, | 14 # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, |
| 15 # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. | 15 # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. |
| 16 # | 16 # |
| 17 """ HTTP Server that serves roundup. | 17 """ HTTP Server that serves roundup. |
| 18 | 18 |
| 19 $Id: roundup_server.py,v 1.27 2003-09-04 23:28:50 richard Exp $ | 19 $Id: roundup_server.py,v 1.28 2003-10-05 23:29:49 richard Exp $ |
| 20 """ | 20 """ |
| 21 | 21 |
| 22 # python version check | 22 # python version check |
| 23 from roundup import version_check | 23 from roundup import version_check |
| 24 | 24 |
| 303 | 303 |
| 304 options: | 304 options: |
| 305 -n: sets the host name | 305 -n: sets the host name |
| 306 -p: sets the port to listen on | 306 -p: sets the port to listen on |
| 307 -l: sets a filename to log to (instead of stdout) | 307 -l: sets a filename to log to (instead of stdout) |
| 308 -d: run the server in the background and on UN*X write the server's PID | 308 -d: sets a filename to write server PID to. This option causes the server |
| 309 to the nominated file. Note: on Windows the PID argument is needed, | 309 to run in the background. Note: on Windows the PID argument is needed, |
| 310 but ignored. The -l option *must* be specified if this option is. | 310 but ignored. The -l option *must* be specified if this option is. |
| 311 -N: log client machine names in access log instead of IP addresses (much | 311 -N: log client machine names in access log instead of IP addresses (much |
| 312 slower) | 312 slower) |
| 313 | 313 |
| 314 name=tracker home: | 314 name=tracker home: |
