Skip to content

Commit 0bfb3ba

Browse files
[3.12] Docs: Replace dead hyperlink for CGI environment variables (GH-132137) (#132151)
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 c124ae9 commit 0bfb3ba

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
@@ -1098,7 +1098,7 @@ def run_cgi(self):
10981098
"CGI script is not executable (%r)" % scriptname)
10991099
return
11001100

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

0 commit comments

Comments
 (0)