Loading docs/manual/expr.xml +8 −0 Original line number Diff line number Diff line Loading @@ -495,4 +495,12 @@ listfunction ::= listfuncname "<strong>(</strong>" word "<strong>)</strong>" </section> <section id="sslrequire"> <title>Comparison with SSLRequire</title> <p>The <em>ap_expr</em> syntax is mostly a superset of the syntax of the deprecated <directive module="mod_ssl">SSLRequire</directive> directive. The differences are described in <directive module="mod_ssl">SSLRequire</directive>'s documentation.</p> </section> </manualpage> docs/manual/mod/mod_ssl.xml +1 −1 Original line number Diff line number Diff line Loading @@ -1391,7 +1391,7 @@ a superset of the syntax of <code>SSLRequire</code>, with the following exception:</p> <p>In <code>SSLRequire</code>, the comparison operators <code><</code>, <code><=</code>, ... completely equivalent to the operators <code><=</code>, ... are completely equivalent to the operators <code>lt</code>, <code>le</code>, ... and work in a somewhat pecular way that first compares the length of two strings and then the lexical order. On the other hand, <a href="../expr.html">ap_expr</a> has two sets of Loading Loading
docs/manual/expr.xml +8 −0 Original line number Diff line number Diff line Loading @@ -495,4 +495,12 @@ listfunction ::= listfuncname "<strong>(</strong>" word "<strong>)</strong>" </section> <section id="sslrequire"> <title>Comparison with SSLRequire</title> <p>The <em>ap_expr</em> syntax is mostly a superset of the syntax of the deprecated <directive module="mod_ssl">SSLRequire</directive> directive. The differences are described in <directive module="mod_ssl">SSLRequire</directive>'s documentation.</p> </section> </manualpage>
docs/manual/mod/mod_ssl.xml +1 −1 Original line number Diff line number Diff line Loading @@ -1391,7 +1391,7 @@ a superset of the syntax of <code>SSLRequire</code>, with the following exception:</p> <p>In <code>SSLRequire</code>, the comparison operators <code><</code>, <code><=</code>, ... completely equivalent to the operators <code><=</code>, ... are completely equivalent to the operators <code>lt</code>, <code>le</code>, ... and work in a somewhat pecular way that first compares the length of two strings and then the lexical order. On the other hand, <a href="../expr.html">ap_expr</a> has two sets of Loading