#include "mod_include.h"Include dependency graph for mod_cgi.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Defines | |
| #define | _MOD_CGI_H 1 |
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)) | |
|
|
|
|
|
|
|
||||||||||||||||
|
Registerable optional function to override CGI behavior; Reprocess the command and arguments to execute the given CGI script.
|