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()