Home
last modified time | relevance | path

Searched refs:cgi_directories (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Doc/library/
Dcgihttpserver.rst47 somewhere below the ``cgi_directories`` path.
52 .. attribute:: cgi_directories
/external/python/cpython2/Lib/
DCGIHTTPServer.py90 if head in self.cgi_directories:
95 cgi_directories = ['/cgi-bin', '/htbin'] variable in CGIHTTPRequestHandler
/external/python/cpython3/Lib/http/
Dserver.py1010 if head in self.cgi_directories:
1016 cgi_directories = ['/cgi-bin', '/htbin'] variable in CGIHTTPRequestHandler
/external/python/cpython3/Doc/library/
Dhttp.server.rst449 somewhere below the ``cgi_directories`` path.
453 .. attribute:: cgi_directories
/external/python/cpython2/Misc/NEWS.d/
D2.7a1.rst3135 within the url properly before looking in cgi_directories.