Apache Module mod_heartmonitor
listens for server status messages generated by mod_heartmonitor
to use the "heartbeat" ProxyPasslbmethod inside of
This module uses the services of
when available instead of flat-file storage. No configuration is required to use modslotmemshm
must be either a static modules or, if a dynamic module, it must be loaded before mod_heartmonitor
HeartbeatListen 239.0.0.1:27999
This module is inactive until this directive is used.
HeartbeatStorage logs/hb.dat
Modules | Directives | FAQ | Glossary | Sitemap
Apache HTTP Server Version 2.4
Apache Module mod_heartmonitor
Available Languages: en | fr
HeartbeatListen Directive
The HeartbeatListen directive specifies the multicast address on which the server will listen for status information from mod_heartbeat-enabled servers. This address will usually correspond to a configured HeartbeatAddress on an origin server.
HeartbeatMaxServers Directive
The HeartbeatMaxServers directive specifies the maximum number of servers that will be sending requests to this monitor server. It is used to control the size of the shared memory allocated to store the heartbeat info when mod_slotmem_shm is in use.
HeartbeatStorage Directive
The HeartbeatStorage directive specifies the path to store heartbeat data. This flat-file is used only when mod_slotmem_shm is not loaded.