From: André Malo
Date: Wed, 9 Mar 2016 22:25:13 +0000 (+0000)
Subject: fix error in quickreference
X-Git-Tag: 2.5.0-alpha~1928
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb7679005ae5b18a135d836a99800bd7b06ae114;p=thirdparty%2Fapache%2Fhttpd.git
fix error in quickreference
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1734326 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/mod_proxy_hcheck.xml b/docs/manual/mod/mod_proxy_hcheck.xml
index 8165fd48cbf..cc72e38f937 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()