Searched refs:reason (Results 1 - 18 of 18) sorted by relevance

/httpd/modules/aaa/
H A Dmod_authz_owner.c44 char *reason = NULL; local
48 reason = "'Require file-owner' is not supported on this platform.";
50 "Authorization of user %s to access %s failed, reason: %s",
51 r->user, r->uri, reason ? reason : "unknown");
62 reason = "no filename available";
64 "Authorization of user %s to access %s failed, reason: %s",
65 r->user, r->uri, reason ? reason : "unknown");
71 reason
[all...]
H A Dmod_authnz_ldap.c599 user, r->uri, ldc->reason, ldap_err2string(result));
606 user, r->uri, ldc->reason, ldap_err2string(result));
688 "auth_ldap authorise: User DN not found, %s", ldc->reason);
789 ldc->reason, ldap_err2string(result));
811 ldc->reason, ldap_err2string(result));
969 ent[i].name, ldc->reason, result,
978 t, ent[i].name, ldc->reason, result,
990 t, ldc->reason, result, ldap_err2string(result));
1005 ent[i].name, ldc->reason, result,
1015 t, ldc->reason, en
[all...]
/httpd/modules/ldap/
H A Dutil_ldap.c303 if (NULL == ldc->reason) {
304 ldc->reason = "LDAP: ldap initialization failed";
310 ldc->reason = result->reason;
318 if (NULL == ldc->reason) {
319 ldc->reason = "LDAP: ldap initialization failed";
322 ldc->reason = result->reason;
336 ldc->reason = "LDAP: Unable to add rebind cross reference entry.";
350 ldc->reason
[all...]
/httpd/modules/cache/
H A Dmod_cache.c822 const char *reason, **eh; local
841 reason = NULL;
1033 reason = apr_psprintf(p, "Response status %d", r->status);
1037 if (reason) {
1042 reason = apr_pstrcat(p, "Broken expires header: ", exps, NULL);
1047 reason = "Expires header already expired; not cacheable";
1054 reason
1062 reason = "Query string present but no explicit expiration time";
1069 reason = "HTTP Status 304 Not Modified";
1081 reason
1765 cache_status(cache_handle_t *h, request_rec *r, apr_table_t *headers, ap_cache_status_e status, const char *reason) argument
[all...]
H A Dmod_cache.h184 const char *reason))
/httpd/modules/mappers/
H A Dmod_speling.c442 const char *reason; local
444 reason = sp_reason_str[(int) (variant[i].quality)];
454 *(const char **)apr_array_push(v) = reason;
462 *(const char **)apr_array_push(t) = reason;
/httpd/modules/ssl/
H A Dssl_engine_ocsp.c196 int reason = -1, status; local
200 &reason, NULL, &thisup, &nextup);
239 result, status, reason);
H A Dssl_util_stapling.c325 int status, reason; local
351 if (!OCSP_resp_find_status(bs, cinf->cid, &status, &reason, &rev,
H A Dssl_engine_io.c389 /* The reason I'm not offering brigade_consume yet
865 char *reason = "reason unknown"; local
869 reason = "likely due to failed renegotiation";
875 len - (apr_size_t)res, len, reason);
H A Dmod_ssl_ct.c927 static void daemon_maint(int reason, void *data, apr_wait_t status) argument
933 switch (reason) {
/httpd/modules/dav/main/
H A Dutil.c858 const char *reason = NULL; local
1110 reason =
1122 reason =
1148 reason =
1191 reason =
1236 reason =
1250 reason =
1354 if (reason == NULL) {
1365 "failure is because: %s", reason));
/httpd/include/
H A Dutil_ldap.h126 const char *reason; /* Reason for an error failure */ member in struct:util_ldap_connection_t
/httpd/support/
H A Drotatelogs.c105 static void usage(const char *argv0, const char *reason) argument
107 if (reason) {
108 fprintf(stderr, "%s\n", reason);
265 fprintf(stderr, "File rotation needed, reason: %s\n", ROTATE_REASONS[status->rotateReason]);
/httpd/server/
H A Dcore_filters.c453 * reason to do a blocking write yet, try reading the bucket. If its
518 char *reason = APR_BUCKET_IS_FLUSH(bucket) ? local
525 "will flush because of %s", reason);
H A Dlog.c1638 static void piped_log_maintenance(int reason, void *data, apr_wait_t status);
1695 static void piped_log_maintenance(int reason, void *data, apr_wait_t status) argument
1701 switch (reason) {
/httpd/modules/session/
H A Dmod_session_crypto.c431 "The crypto library '%s' could not be loaded: %s (%s: %d)", conf->library, err->msg, err->reason, err->rc);
/httpd/modules/filters/
H A Dmod_deflate.c470 * So the only reason for Z_BUF_ERROR is that the internal libz
654 const char *reason = local
660 "Not compressing (%s)", reason);
/httpd/modules/generators/
H A Dmod_cgid.c279 static void cgid_maint(int reason, void *data, apr_wait_t status) argument
285 switch (reason) {

Completed in 300 milliseconds