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

/httpd/modules/proxy/
H A Dmod_serf.c1008 if (strcmp(key, "hosts") != 0 &&
1038 if (apr_table_get(params, "hosts") == NULL) {
1039 return "SerfCluster Static requires at least a hosts parameter";
1053 const char *hosts = apr_table_get(params, "hosts"); local
1058 ip = apr_strtok(apr_pstrdup(r->pool, hosts), ",", &strtok_state);

Completed in 14 milliseconds