From: Stefan Fritsch Date: Sat, 1 Oct 2011 20:41:30 +0000 (+0000) Subject: grammar fix X-Git-Tag: 2.3.15~182 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f184e2562789b5c46d3752f0770472083fadfe8c;p=thirdparty%2Fapache%2Fhttpd.git grammar fix point to SSLRequire docs git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1178088 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/expr.xml b/docs/manual/expr.xml index 7a28a4e2eb8..7726736f8da 100644 --- a/docs/manual/expr.xml +++ b/docs/manual/expr.xml @@ -495,4 +495,12 @@ listfunction ::= listfuncname "(" word ")" +
+ Comparison with SSLRequire +

The ap_expr syntax is mostly a superset of the syntax of the + deprecated SSLRequire directive. + The differences are described in SSLRequire's documentation.

+
+ diff --git a/docs/manual/mod/mod_ssl.xml b/docs/manual/mod/mod_ssl.xml index 9a9b4a96fef..3b342b47bfc 100644 --- a/docs/manual/mod/mod_ssl.xml +++ b/docs/manual/mod/mod_ssl.xml @@ -1391,7 +1391,7 @@ a superset of the syntax of SSLRequire, with the following exception:

In SSLRequire, the comparison operators <, -<=, ... completely equivalent to the operators +<=, ... are completely equivalent to the operators lt, le, ... and work in a somewhat pecular way that first compares the length of two strings and then the lexical order. On the other hand, ap_expr has two sets of