Apache 1.3 API Documentation

Routine ap_add_common_vars

Definition:

void ap_add_common_vars(request_rec *r);
     

Usage example:

request_rec *r;
ap_add_common_vars(r);
     

Adds common variables to the subprocess (child) environment by inserting them into a request_rec's subprocess_env table. Variables placed there are:

If the request is the result of an error redirect, the following will also be set:

The following are also added in when Apache is running in a Windows environment:


Previous: ap_add_cgi_vars Next: ap_add_loaded_module

Table of Contents (Routines, Structures, Data Cells, Constants)