Apache 1.3 API Documentation

Routine ap_create_environment

Definition:

char **ap_create_environment(pool *p, table *t);
     

Usage example:

ap_add_cgi_vars(r);
env = ap_create_environment(r->pool, r->subprocess_env);
child_pid = ap_call_exec(r, pinfo, s, env), 1);
     

No documentation available.


Previous: ap_cpystrn Next: ap_create_mutex

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