Definition:
void ap_add_cgi_vars(request_rec *r);
Usage example:
request_rec *r;
ap_add_cgi_vars(r);
Sets CGI script related variables in the subprocess (child) environment
by setting them in the request_rec's subprocess_env
table. Variables set are:
GATEWAY_INTERFACEPATH_INFO (added if and only if there is path-info in
the request URI)PATH_TRANSLATEDQUERY_STRINGREQUEST_METHODREQUEST_URISCRIPT_NAMESERVER_PROTOCOL
Previous: ap_acquire_mutex
Next: ap_add_common_vars
Table of Contents
(Routines,
Structures,
Data Cells,
Constants)