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

Function log_perms_failure

server/util_mutex.c:398–404  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

396
397#ifdef AP_NEED_SET_MUTEX_PERMS
398static void log_perms_failure(apr_status_t rv, server_rec *s, const char *type)
399{
400 ap_log_error(APLOG_MARK, APLOG_EMERG, rv, s, APLOGNO(00024)
401 "Couldn't set permissions on the %s mutex; "
402 "check User and Group directives",
403 type);
404}
405#endif
406
407AP_DECLARE(apr_status_t) ap_global_mutex_create(apr_global_mutex_t **mutex,

Callers 2

ap_global_mutex_createFunction · 0.85
ap_proc_mutex_createFunction · 0.85

Calls 1

ap_log_errorFunction · 0.50

Tested by

no test coverage detected