Application that runs a CGI script.
This object acts as a proxy to a CGI application. You pass in the script path (script), an optional path to search for the script (if the name isn’t absolute) (path). If you don’t give a path, then $PATH will be used.
Raised when the CGI script can’t be found or doesn’t act like a proper CGI script.
Paste Deploy interface for CGIApplication
This object acts as a proxy to a CGI application. You pass in the script path (script), an optional path to search for the script (if the name isn’t absolute) (path). If you don’t give a path, then $PATH will be used.