From f184e2562789b5c46d3752f0770472083fadfe8c Mon Sep 17 00:00:00 2001 From: Stefan Fritsch Date: Sat, 1 Oct 2011 20:41:30 +0000 Subject: [PATCH] grammar fix point to SSLRequire docs git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1178088 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/expr.xml | 8 ++++++++ docs/manual/mod/mod_ssl.xml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/manual/expr.xml b/docs/manual/expr.xml index 7a28a4e2eb..7726736f8d 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 9a9b4a96fe..3b342b47bf 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 -- 2.40.0