Searched refs:apache_role (Results 1 - 1 of 1) sorted by relevance
/httpd/modules/aaa/ |
H A D | mod_authnz_fcgi.c | 139 static void setupenv(request_rec *r, const char *password, const char *apache_role) argument 144 if (apache_role) { 145 apr_table_setn(r->subprocess_env, "FCGI_APACHE_ROLE", apache_role); 699 const char *password, const char *apache_role, 717 setupenv(r, password, apache_role); 698 req_rsp(request_rec *r, const fcgi_provider_conf *conf, const char *password, const char *apache_role, char *rspbuf, apr_size_t *rspbuflen) argument
|
Completed in 28 milliseconds