Re: RFC: replace r->subprocess_env was Re: Patch for implementing ap_document_root as a hook

2007-04-25 Thread Jakob Goldbach
Thoughts? I like it. I prefer this generel env. API rather than making ap_add_{common,cgi}_vars hook'able. /Jakob

RFC: replace r->subprocess_env was Re: Patch for implementing ap_document_root as a hook

2007-04-23 Thread Akins, Brian
This idea has been rattling around in my head off and on for a while. What is we replaced all the r->subprocess_env with something a little more interesting... General "environment" API: /* "directly" set an env variable. Will always show up in env list */ apr_status_t ap_set_env(request_rec *r,