aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/http/server.py
diff options
context:
space:
mode:
authorSrinivas Reddy Thatiparthy (తాటిపర్తి శ్రీనివాస్ రెడ్డి) <thatiparthysreenivas@gmail.com>2025-04-06 13:42:48 +0530
committerGitHub <noreply@github.com>2025-04-06 10:12:48 +0200
commit0a10b45dd16a8c971363d917b9ebd1266e65f710 (patch)
tree7d4df8dd13cf2f12e90dd42340d2979241095424 /Lib/http/server.py
parent86804003ed70acbf8a2531c6784895d750c50456 (diff)
downloadcpython-0a10b45dd16a8c971363d917b9ebd1266e65f710.tar.gz
cpython-0a10b45dd16a8c971363d917b9ebd1266e65f710.zip
Docs: Replace dead hyperlink for CGI environment variables (#132137)
Diffstat (limited to 'Lib/http/server.py')
-rw-r--r--Lib/http/server.py2
1 files changed, 1 insertions, 1 deletions
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()