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

/httpd/modules/cluster/
H A Dmod_heartbeat.c216 "Address to send heartbeat requests"),
220 AP_DECLARE_MODULE(heartbeat) = { variable
/httpd/modules/proxy/balancers/
H A Dmod_lbmethod_heartbeat.c23 #include "heartbeat.h"
26 /* If we haven't seen a heartbeat in the last N seconds, don't count this IP
42 * path: path of the file where the heartbeat information is stored.
355 static const proxy_balancer_method heartbeat = variable
357 "heartbeat",
404 ap_register_provider(p, PROXY_LBMETHOD, "heartbeat", "0", &heartbeat);
454 "Path to read heartbeat data."),

Completed in 28 milliseconds