summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 2748b7a)
raw | patch | inline | side by side (parent: 2748b7a)
author | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Fri, 20 Jul 2001 12:33:06 +0000 (12:33 +0000) | ||
committer | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Fri, 20 Jul 2001 12:33:06 +0000 (12:33 +0000) |
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@25 57a73879-2fb5-44c3-a270-3262357dd7e2
server.py | patch | blob | history |
diff --git a/server.py b/server.py
index 7aece05ca16f8649a964bc9843b2dd32ea4a8493..1e4eb83d9c96e199867925722e14914ad34b6bd4 100755 (executable)
--- a/server.py
+++ b/server.py
Stolen from CGIHTTPServer
-$Id: server.py,v 1.4 2001-07-19 10:43:01 anthonybaxter Exp $
+$Id: server.py,v 1.5 2001-07-20 12:33:06 richard Exp $
"""
import sys
__version__ = "0.1"
-__all__ = ["CGIHTTPRequestHandler"]
+__all__ = ["RoundupRequestHandler"]
import os, urllib, StringIO, traceback, cgi, binascii
import BaseHTTPServer
#
# $Log: not supported by cvs2svn $
+# Revision 1.4 2001/07/19 10:43:01 anthonybaxter
+# HTTP_HOST and HTTP_PORT config options.
+#
# Revision 1.3 2001/07/19 06:27:07 anthonybaxter
# fixing (manually) the (dollarsign)Log(dollarsign) entries caused by
# my using the magic (dollarsign)Id(dollarsign) and (dollarsign)Log(dollarsign)