From 0a10b45dd16a8c971363d917b9ebd1266e65f710 Mon Sep 17 00:00:00 2001 From: "Srinivas Reddy Thatiparthy (తాటిపర్తి శ్రీనివాస్ రెడ్డి)" Date: Sun, 6 Apr 2025 13:42:48 +0530 Subject: Docs: Replace dead hyperlink for CGI environment variables (#132137) --- Lib/http/server.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/http/server.py') diff --git a/Lib/http/server.py b/Lib/http/server.py index 8e36d09ba5e..a2aad4c9be3 100644 --- a/Lib/http/server.py +++ b/Lib/http/server.py @@ -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() -- cgit v1.2.3