You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ja...@apache.org on 2018/08/26 20:29:47 UTC

svn commit: r1839246 - /httpd/httpd/branches/2.4.x/docs/manual/mod/mod_heartmonitor.xml

Author: jailletc36
Date: Sun Aug 26 20:29:47 2018
New Revision: 1839246

URL: http://svn.apache.org/viewvc?rev=1839246&view=rev
Log:
Add missing space
(r1839245 on trunk)

+ remove some trailling spaces to synch with trunk

Modified:
    httpd/httpd/branches/2.4.x/docs/manual/mod/mod_heartmonitor.xml

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_heartmonitor.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_heartmonitor.xml?rev=1839246&r1=1839245&r2=1839246&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_heartmonitor.xml (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_heartmonitor.xml Sun Aug 26 20:29:47 2018
@@ -31,10 +31,10 @@
 
 <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>
 
@@ -54,18 +54,18 @@ use <module>mod_slotmem_shm</module>.</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>
@@ -90,7 +90,7 @@ use <module>mod_slotmem_shm</module>.</p
 
 <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>