Skip to content

Commit f97d5c1

Browse files
committed
Use web.archive.org url since server's IP address cannot be found
1 parent bfc292a commit f97d5c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/http/server.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1154,7 +1154,7 @@ def run_cgi(self):
11541154
"CGI script is not executable (%r)" % scriptname)
11551155
return
11561156

1157-
# Reference: http://hoohoo.ncsa.uiuc.edu/cgi/env.html
1157+
# Reference: https://web.archive.org/web/20090420032228/http://hoohoo.ncsa.uiuc.edu/cgi/env.html
11581158
# XXX Much of the following could be prepared ahead of time!
11591159
env = copy.deepcopy(os.environ)
11601160
env['SERVER_SOFTWARE'] = self.version_string()

0 commit comments

Comments
 (0)