<summary>
<p>
-<module>mod_heartmonitor</module> listens for server status messages generated
-by <module>mod_heartbeat</module> enabled origin servers and makes their status
-available to <module>mod_lbmethod_heartbeat</module>. This allows
-<directive module="mod_proxy">ProxyPass</directive> to use the "heartbeat"
+<module>mod_heartmonitor</module> listens for server status messages generated
+by <module>mod_heartbeat</module> enabled origin servers and makes their status
+available to <module>mod_lbmethod_heartbeat</module>. This allows
+<directive module="mod_proxy">ProxyPass</directive> to use the "heartbeat"
<em>lbmethod</em> inside of <directive module="mod_proxy">ProxyPass</directive>.
</p>
<directivesynopsis>
<name>HeartbeatListen</name>
<description>multicast address to listen for incoming heartbeat requests </description>
-<syntax>HeartbeatListen<var>addr:port</var></syntax>
+<syntax>HeartbeatListen <var>addr:port</var></syntax>
<default>disabled</default>
<contextlist><context>server config</context></contextlist>
<usage>
<p>The <directive>HeartbeatListen</directive> directive specifies the
- multicast address on which the server will listen for status information from
+ multicast address on which the server will listen for status information from
<module>mod_heartbeat</module>-enabled servers. This
address will usually correspond to a configured <directive
module="mod_heartbeat">HeartbeatAddress</directive> on an origin server.
</p>
-
+
<highlight language="config">
HeartbeatListen 239.0.0.1:27999
</highlight>
<directivesynopsis>
<name>HeartbeatMaxServers</name>
-<description>Specifies the maximum number of servers that will be sending
+<description>Specifies the maximum number of servers that will be sending
heartbeat requests to this server</description>
<syntax>HeartbeatMaxServers <var>number-of-servers</var></syntax>
<default>HeartbeatMaxServers 10</default>