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 c124ae9 commit 0bfb3baCopy full SHA for 0bfb3ba
Lib/http/server.py
@@ -1098,7 +1098,7 @@ def run_cgi(self):
1098
"CGI script is not executable (%r)" % scriptname)
1099
return
1100
1101
- # Reference: http://hoohoo.ncsa.uiuc.edu/cgi/env.html
+ # Reference: https://www6.uniovi.es/~antonio/ncsa_httpd/cgi/env.html
1102
# XXX Much of the following could be prepared ahead of time!
1103
env = copy.deepcopy(os.environ)
1104
env['SERVER_SOFTWARE'] = self.version_string()
0 commit comments