Searched refs:cgi_directories (Results 1 – 6 of 6) sorted by relevance
47 somewhere below the ``cgi_directories`` path.52 .. attribute:: cgi_directories
90 if head in self.cgi_directories:95 cgi_directories = ['/cgi-bin', '/htbin'] variable in CGIHTTPRequestHandler
1015 while dir_sep > 0 and not collapsed_path[:dir_sep] in self.cgi_directories:1024 cgi_directories = ['/cgi-bin', '/htbin'] variable in CGIHTTPRequestHandler
460 somewhere below the ``cgi_directories`` path.464 .. attribute:: cgi_directories
827 CGIHTTPRequestHandler.cgi_directories.append('/sub/dir/cgi-bin')833 CGIHTTPRequestHandler.cgi_directories.remove('/sub/dir/cgi-bin')
3135 within the url properly before looking in cgi_directories.