Searched refs:failed (Results 1 - 2 of 2) sorted by relevance

/httpd/modules/proxy/
H A Dmod_proxy_connect.c213 int failed, rc; local
258 "failed to resolve hostname '%s'", connectname);
297 failed = ap_proxy_connect_to_backend(&sock, "CONNECT", nexthop,
301 if (failed) {
353 "pre_connection setup failed (%d)", rc);
/httpd/server/
H A Dmain.c303 const char *failed = "apr_app_initialize()"; local
307 failed = "apr_pool_create()";
323 fprintf(stderr, "[%s] [crit] (%d) %s: %s failed "
325 ctimebuff, stat, (*argv)[0], failed);
658 NULL, APLOGNO(00013) "Pre-configuration failed");
676 NULL, APLOGNO(00014) "Configuration check failed");
697 /* If our config failed, deal with that here. */
758 APLOGNO(00017) "Pre-configuration failed, exiting");
777 APLOGNO(00018) "Configuration check failed, exiting");
811 "MPM run failed, exitin
[all...]

Completed in 2994 milliseconds