データ構造 | |
| struct | cgi_exec_info_t |
マクロ定義 | |
| #define | _MOD_CGI_H 1 |
列挙型 | |
| enum | prog_types { RUN_AS_SSI, RUN_AS_CGI } |
関数 | |
| 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. | |
| process_cgi | Set true if processing r->filename and r->args as a CGI invocation, otherwise false | |
| type | Set to APR_SHELLCMD or APR_PROGRAM on entry, may be changed to invoke the program with alternate semantics. | |
| detach | Should the child start in detached state? Default is no. |
1.4.7