Searched defs:cluster (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/proxy/
H A Dmod_serf.c421 if (strcmp(conf->url.scheme, "cluster") == 0) {
424 serf_cluster_t *cluster; local
430 * pointers to the right cluster inside the conf structure?
432 cluster = apr_hash_get(ctx->clusters,
435 if (!cluster) {
437 "SerfCluster: unable to find cluster %s", conf->url.hostname);
441 cp = ap_lookup_provider(AP_SERF_CLUSTER_PROVIDER, cluster->provider, "0");
445 "SerfCluster: unable to find provider %s", cluster->provider);
451 "SerfCluster: %s is missing list servers provider.", cluster->provider);
457 cluster
670 serf_cluster_t *cluster = NULL; local
[all...]

Completed in 1540 milliseconds