diff --git a/Lib/http/server.py b/Lib/http/server.py index ca6240d9a921e6..0f2f3f6eec3bda 100644 --- a/Lib/http/server.py +++ b/Lib/http/server.py @@ -1098,7 +1098,7 @@ def run_cgi(self): "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()