]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
fix error in quickreference
authorAndré Malo <nd@apache.org>
Wed, 9 Mar 2016 22:25:13 +0000 (22:25 +0000)
committerAndré Malo <nd@apache.org>
Wed, 9 Mar 2016 22:25:13 +0000 (22:25 +0000)
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

index 8165fd48cbfeeba75d93ea1194465aafbcfa5d72..cc72e38f937853741c79c65942b9e25f8f1944ae 100644 (file)
@@ -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>