ap_add_common_vars — set environment variables for subprograms
void ap_add_common_vars(request_rec *r)
Adds the environment variables common to all subprograms run as a
result of a request. Usually, ap_add_cgi_vars()
should be called as well. The only exception we are aware of is ISAPI
programs.