MCPcopy Create free account
hub / github.com/apache/httpd / log_provider_info

Function log_provider_info

modules/aaa/mod_authnz_fcgi.c:125–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123}
124
125static void log_provider_info(const fcgi_provider_conf *conf, request_rec *r)
126{
127 ap_log_rerror(APLOG_MARK, APLOG_DEBUG, 0, r,
128 APLOGNO(02496) "name %s, backend %s, host %s, port %d, "
129 "first address %pI, %c%c",
130 conf->name,
131 conf->backend,
132 conf->host,
133 (int)conf->port,
134 conf->backend_addrs,
135 conf->is_authn ? 'N' : '_',
136 conf->is_authz ? 'Z' : '_');
137}
138
139static void setupenv(request_rec *r, const char *password, const char *apache_role)
140{

Callers 3

fcgi_check_authnFunction · 0.85
fcgi_check_passwordFunction · 0.85
fcgi_authz_checkFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected