mirror of
https://github.com/apache/httpd.git
synced 2026-01-06 09:01:14 +03:00
fix error in quickreference
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1734326 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -136,7 +136,7 @@ not dynamically checked at all.</p>
|
||||
<directivesynopsis>
|
||||
<name>ProxyHCExpr</name>
|
||||
<description>Creates a named condition expression to use to determine health of the backend based on its response.</description>
|
||||
<syntax>ProxyHCExpr name {<a href="../expr.html">ap_expr</a> expression}</syntax>
|
||||
<syntax>ProxyHCExpr name {ap_expr expression}</syntax>
|
||||
<contextlist><context>server config</context><context>virtual host</context>
|
||||
</contextlist>
|
||||
|
||||
@@ -154,7 +154,10 @@ ProxyPass "/apps" "http://backend.example.com/" hcexpr=ok234
|
||||
</highlight>
|
||||
</example>
|
||||
|
||||
<p><em>NOTE:</em> The expression can use curly-parens ("{}") as quoting deliminators in addition to normal quotes.</p>
|
||||
<note>
|
||||
The <a href="../expr.html">expression</a> can use curly-parens ("{}") as
|
||||
quoting deliminators in addition to normal quotes.
|
||||
</note>
|
||||
|
||||
<p>If using a health check method (eg: <code>GET</code>) which results in a response
|
||||
body, that body itself can be checked via <code>ap_expr</code> using the <code>hc()</code>
|
||||
|
||||
Reference in New Issue
Block a user