]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Docs: Replace dead hyperlink for CGI environment variables (#132137)
authorSrinivas Reddy Thatiparthy (తాటిపర్తి శ్రీనివాస్ రెడ్డి) <thatiparthysreenivas@gmail.com>
Sun, 6 Apr 2025 08:12:48 +0000 (13:42 +0530)
committerGitHub <noreply@github.com>
Sun, 6 Apr 2025 08:12:48 +0000 (10:12 +0200)
Lib/http/server.py

index 8e36d09ba5e363e6e2c202b4673993d07b0e8749..a2aad4c9be3c51bcf71e543df38442da8e43cca5 100644 (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()