From 6e8c2406ccc68352af7685d1bb9f7774eda48cdc Mon Sep 17 00:00:00 2001
From: Christophe Jaillet
Date: Sun, 26 Aug 2018 20:29:47 +0000
Subject: [PATCH] Add missing space (r1839245 on trunk)
+ remove some trailling spaces to synch with trunk
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1839246 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/mod/mod_heartmonitor.xml | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/docs/manual/mod/mod_heartmonitor.xml b/docs/manual/mod/mod_heartmonitor.xml
index 2d9fee1330..c6ee2dfde2 100644
--- a/docs/manual/mod/mod_heartmonitor.xml
+++ b/docs/manual/mod/mod_heartmonitor.xml
@@ -31,10 +31,10 @@
-mod_heartmonitor listens for server status messages generated
-by mod_heartbeat enabled origin servers and makes their status
-available to mod_lbmethod_heartbeat. This allows
-ProxyPass to use the "heartbeat"
+mod_heartmonitor listens for server status messages generated
+by mod_heartbeat enabled origin servers and makes their status
+available to mod_lbmethod_heartbeat. This allows
+ProxyPass to use the "heartbeat"
lbmethod inside of ProxyPass.
@@ -54,18 +54,18 @@ use mod_slotmem_shm.
HeartbeatListen
multicast address to listen for incoming heartbeat requests
-HeartbeatListenaddr:port
+HeartbeatListen addr:port
disabled
server config
The HeartbeatListen 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
mod_heartbeat-enabled servers. This
address will usually correspond to a configured HeartbeatAddress on an origin server.
-
+
HeartbeatListen 239.0.0.1:27999
@@ -90,7 +90,7 @@ use mod_slotmem_shm.
HeartbeatMaxServers
-Specifies the maximum number of servers that will be sending
+Specifies the maximum number of servers that will be sending
heartbeat requests to this server
HeartbeatMaxServers number-of-servers
HeartbeatMaxServers 10
--
2.50.1