We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9def7a commit 423efebCopy full SHA for 423efeb
Lib/http/server.py
@@ -1104,7 +1104,7 @@ def run_cgi(self):
1104
"CGI script is not executable (%r)" % scriptname)
1105
return
1106
1107
- # Reference: http://hoohoo.ncsa.uiuc.edu/cgi/env.html
+ # Reference: https://www6.uniovi.es/~antonio/ncsa_httpd/cgi/env.html
1108
# XXX Much of the following could be prepared ahead of time!
1109
env = copy.deepcopy(os.environ)
1110
env['SERVER_SOFTWARE'] = self.version_string()
0 commit comments