Lines Matching defs:path
642 if (!conf->url.path) {
643 conf->url.path = "/";
775 if (strcmp(key, "path") != 0) {
792 return "SerfCluster Heartbeat requires a path to the heartbeat information.";
839 static apr_status_t read_heartbeats(const char *path,
847 if (!path) {
851 rv = apr_file_open(&fp, path, APR_READ|APR_BINARY|APR_BUFFERED,
955 const char *path = apr_table_get(params, "path");
959 path = ap_server_root_relative(tpool, path);
962 rv = read_heartbeats(path, tmpservers, tpool);
966 "SerfCluster: Heartbeat unable to read '%s'", path);