We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f97d5c1 commit d2e3359Copy full SHA for d2e3359
Lib/http/server.py
@@ -1154,7 +1154,7 @@ def run_cgi(self):
1154
"CGI script is not executable (%r)" % scriptname)
1155
return
1156
1157
- # Reference: https://web.archive.org/web/20090420032228/http://hoohoo.ncsa.uiuc.edu/cgi/env.html
+ # Reference: https://www6.uniovi.es/~antonio/ncsa_httpd/cgi/env.html
1158
# XXX Much of the following could be prepared ahead of time!
1159
env = copy.deepcopy(os.environ)
1160
env['SERVER_SOFTWARE'] = self.version_string()
0 commit comments