[issue10486] http.server doesn't set all CGI environment variables

Glenn Linderman report at bugs.python.org
Sun Nov 21 08:41:35 CET 2010


New submission from Glenn Linderman <v+python at g.nevcal.com>:

HTTP_HOST HTTP_PORT REQUEST_URI are variables that my CGI scripts use, but which are not available from http.server or CGIHTTPServer (until I added them).

There may be more standard variables that are not set, I didn't attempt to enumerate the whole list.

----------
components: Library (Lib)
messages: 121878
nosy: v+python
priority: normal
severity: normal
status: open
title: http.server doesn't set all CGI environment variables
type: behavior
versions: Python 2.6, Python 2.7, Python 3.1, Python 3.2

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10486>
_______________________________________


More information about the Python-bugs-list mailing list