Lines Matching refs:CGI
444 This class is used to serve either files or output of CGI scripts from the
450 CGI scripts run by the :class:`CGIHTTPRequestHandler` class cannot execute
452 sent prior to execution of the CGI script. This pre-empts the status
455 The class will however, run the CGI script, instead of serving it as a file,
456 if it guesses it to be a CGI script. Only directory-based CGI are used ---
458 denoting CGI scripts.
460 The :func:`do_GET` and :func:`do_HEAD` functions are modified to run CGI scripts
469 treat as containing CGI scripts.
475 This method serves the ``'POST'`` request type, only allowed for CGI
476 scripts. Error 501, "Can only POST to CGI scripts", is output when trying
477 to POST to a non-CGI url.
479 Note that CGI scripts will be run with UID of user nobody, for security
480 reasons. Problems with the CGI script will be translated to error 403.