|
Apache HTTPD
|
Classes | |
| struct | cgi_exec_info_t |
Enumerations | |
| enum | prog_types { RUN_AS_SSI , RUN_AS_CGI } |
Functions | |
| APR_DECLARE_OPTIONAL_FN (apr_status_t, ap_cgi_build_command,(const char **cmd, const char ***argv, request_rec *r, apr_pool_t *p, cgi_exec_info_t *e_info)) | |
| APR_DECLARE_OPTIONAL_FN | ( | apr_status_t | , |
| ap_cgi_build_command | , | ||
| (const char **cmd, const char ***argv, request_rec *r, apr_pool_t *p, cgi_exec_info_t *e_info) | |||
| ) |
Registerable optional function to override CGI behavior; Reprocess the command and arguments to execute the given CGI script.
| cmd | Pointer to the command to execute (may be overridden) |
| argv | Pointer to the arguments to pass (may be overridden) |
| r | The current request |
| p | The pool to allocate correct cmd/argv elements within. |
| e_info | pass e_info.cmd_type (Set to APR_SHELLCMD or APR_PROGRAM on entry) and e_info.detached (Should the child start in detached state?) |