Skip to content

Commit 832a691

Browse files
[3.13] Docs: Replace dead hyperlink for CGI environment variables (GH-132137) (#132150)
Docs: Replace dead hyperlink for CGI environment variables (GH-132137) (cherry picked from commit 0a10b45) Co-authored-by: Srinivas Reddy Thatiparthy (తాటిపర్తి శ్రీనివాస్ రెడ్డి) <[email protected]>
1 parent d9def7a commit 832a691

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
@@ -1104,7 +1104,7 @@ def run_cgi(self):
11041104
"CGI script is not executable (%r)" % scriptname)
11051105
return
11061106

1107-
# Reference: http://hoohoo.ncsa.uiuc.edu/cgi/env.html
1107+
# Reference: https://www6.uniovi.es/~antonio/ncsa_httpd/cgi/env.html
11081108
# XXX Much of the following could be prepared ahead of time!
11091109
env = copy.deepcopy(os.environ)
11101110
env['SERVER_SOFTWARE'] = self.version_string()

0 commit comments

Comments
 (0)