Skip to content

Commit 0a10b45

Browse files
Docs: Replace dead hyperlink for CGI environment variables (#132137)
1 parent 8680400 commit 0a10b45

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://www6.uniovi.es/~antonio/ncsa_httpd/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)