summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a9499a6)
raw | patch | inline | side by side (parent: a9499a6)
author | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Sun, 5 Oct 2003 23:29:49 +0000 (23:29 +0000) | ||
committer | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Sun, 5 Oct 2003 23:29:49 +0000 (23:29 +0000) |
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1898 57a73879-2fb5-44c3-a270-3262357dd7e2
roundup/scripts/roundup_server.py | patch | blob | history |
index 887e7cd8d8e8fb92b8bc0c769480d47408e8780b..8dab82ead8c828bbe017bad2b767c9b7328410ce 100644 (file)
#
""" HTTP Server that serves roundup.
-$Id: roundup_server.py,v 1.27 2003-09-04 23:28:50 richard Exp $
+$Id: roundup_server.py,v 1.28 2003-10-05 23:29:49 richard Exp $
"""
# python version check
-n: sets the host name
-p: sets the port to listen on
-l: sets a filename to log to (instead of stdout)
- -d: run the server in the background and on UN*X write the server's PID
- to the nominated file. Note: on Windows the PID argument is needed,
+ -d: sets a filename to write server PID to. This option causes the server
+ to run in the background. Note: on Windows the PID argument is needed,
but ignored. The -l option *must* be specified if this option is.
-N: log client machine names in access log instead of IP addresses (much
slower)