Docs: Replace dead hyperlink for CGI environment variables (#132137)

This commit is contained in:
Srinivas Reddy Thatiparthy (తాటిపర్తి శ్రీనివాస్ రెడ్డి) 2025-04-06 13:42:48 +05:30 committed by GitHub
parent 86804003ed
commit 0a10b45dd1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1154,7 +1154,7 @@ class CGIHTTPRequestHandler(SimpleHTTPRequestHandler):
"CGI script is not executable (%r)" % scriptname)
return
# Reference: http://hoohoo.ncsa.uiuc.edu/cgi/env.html
# Reference: https://www6.uniovi.es/~antonio/ncsa_httpd/cgi/env.html
# XXX Much of the following could be prepared ahead of time!
env = copy.deepcopy(os.environ)
env['SERVER_SOFTWARE'] = self.version_string()