In file cgi.c:

int init_cgi(request * req)

Called for GET/POST requests that refer to ScriptAlias directories or application/x-httpd-cgi files

Documentation

Called for GET/POST requests that refer to ScriptAlias directories or application/x-httpd-cgi files. Ties stdout to socket, stdin to data if POST, and execs CGI.
Returns:
0 for error or NPH (either way the socket is closed), and 1 for success

Alphabetic index Hierarchy of classes



This page was generated with the help of DOC++.