From eb7679005ae5b18a135d836a99800bd7b06ae114 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Malo?=
Date: Wed, 9 Mar 2016 22:25:13 +0000
Subject: [PATCH] fix error in quickreference
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1734326 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/mod/mod_proxy_hcheck.xml | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/docs/manual/mod/mod_proxy_hcheck.xml b/docs/manual/mod/mod_proxy_hcheck.xml
index 8165fd48cb..cc72e38f93 100644
--- a/docs/manual/mod/mod_proxy_hcheck.xml
+++ b/docs/manual/mod/mod_proxy_hcheck.xml
@@ -136,7 +136,7 @@ not dynamically checked at all.
ProxyHCExpr
Creates a named condition expression to use to determine health of the backend based on its response.
-ProxyHCExpr name {ap_expr expression}
+ProxyHCExpr name {ap_expr expression}
server configvirtual host
@@ -154,7 +154,10 @@ ProxyPass "/apps" "http://backend.example.com/" hcexpr=ok234
- NOTE: The expression can use curly-parens ("{}") as quoting deliminators in addition to normal quotes.
+
+ The expression can use curly-parens ("{}") as
+ quoting deliminators in addition to normal quotes.
+
If using a health check method (eg: GET) which results in a response
body, that body itself can be checked via ap_expr using the hc()