mod_cgi
[Apache Modules]


データ構造

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.
意見:
This callback may be registered by the os-specific module to correct the command and arguments for apr_proc_create invocation on a given os. mod_cgi will call the function if registered.


Apacheに対してSun Jul 19 22:05:28 2009に生成されました。  doxygen 1.4.7