This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author corona10
Recipients corona10, kkangshawn
Date 2019-11-20.17:29:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1574270998.18.0.899908874497.issue38863@roundup.psfhosted.org>
In-reply-to
Content
Yes, IMHO, but this code is related to the http.server.CGIHTTPRequestHandler.
This code looks like to be executed on the http.server.CGIHTTPRequestHandler not the apache server.

According to docs,
This defaults to ['/cgi-bin', '/htbin'] and describes directories to treat as containing CGI scripts.

reference: https://docs.python.org/3.9/library/http.server.html?highlight=cgihttprequesthandler#http.server.CGIHTTPRequestHandler.cgi_directories
History
Date User Action Args
2019-11-20 17:29:58corona10setrecipients: + corona10, kkangshawn
2019-11-20 17:29:58corona10setmessageid: <1574270998.18.0.899908874497.issue38863@roundup.psfhosted.org>
2019-11-20 17:29:58corona10linkissue38863 messages
2019-11-20 17:29:58corona10create