From: Rich Bowen Date: Fri, 3 Jan 2020 19:28:53 +0000 (+0000) Subject: Reorder sections. X-Git-Tag: 2.5.0-alpha2-ci-test-only~1726 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8421ccffbb52be4459a7c9fbdbb27ab3791f9b8a;p=thirdparty%2Fapache%2Fhttpd.git Reorder sections. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1872294 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/expr.html.en b/docs/manual/expr.html.en index 23fb4e46bd3..0adbd00f96f 100644 --- a/docs/manual/expr.html.en +++ b/docs/manual/expr.html.en @@ -42,10 +42,10 @@
  • Binary operators
  • Unary operators
  • Functions
  • -
  • Example expressions
  • Other
  • Comparison with SSLRequire
  • Version History
  • +
  • Example expressions
  • See also

    top
    @@ -598,6 +598,54 @@ DIGIT ::= <any US-ASCII digit "0".."9">
    top
    +

    Other

    + + + + + + + + + + + + + + +
    NameAlternative Description
    -ininstring contained in list
    /regexp/m#regexp#Regular expression (the second form allows different + delimiters than /)
    /regexp/im#regexp#iCase insensitive regular expression
    $0 ... $9 + Regular expression backreferences
    + +

    Regular expression backreferences

    + +

    The strings $0 ... $9 allow to reference + the capture groups from a previously executed, successfully + matching regular expressions. They can normally only be used in the + same expression as the matching regex, but some modules allow special + uses.

    + + +
    top
    +
    +

    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.

    +
    top
    +
    +

    Version History

    + +

    The req_novary function + is available for versions 2.4.4 and later.

    +

    The SERVER_PROTOCOL_VERSION, + SERVER_PROTOCOL_VERSION_MAJOR and + SERVER_PROTOCOL_VERSION_MINOR + variables + are available for versions 2.5.0 and later.

    +
    top
    +

    Example expressions

    @@ -669,54 +717,6 @@ Require expr "IP Address:%{REMOTE_ADDR}" -in split/, /, join PeerExtList('subjec CustomLog logs/access-errors.log common "expr=%{REQUEST_STATUS} >= 400" CustomLog logs/access-errors-specific.log common "expr=%{REQUEST_STATUS} -in {'405','410'}" -
    top
    -
    -

    Other

    - - - - - - - - - - - - - - -
    NameAlternative Description
    -ininstring contained in list
    /regexp/m#regexp#Regular expression (the second form allows different - delimiters than /)
    /regexp/im#regexp#iCase insensitive regular expression
    $0 ... $9 - Regular expression backreferences
    - -

    Regular expression backreferences

    - -

    The strings $0 ... $9 allow to reference - the capture groups from a previously executed, successfully - matching regular expressions. They can normally only be used in the - same expression as the matching regex, but some modules allow special - uses.

    - - -
    top
    -
    -

    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.

    -
    top
    -
    -

    Version History

    - -

    The req_novary function - is available for versions 2.4.4 and later.

    -

    The SERVER_PROTOCOL_VERSION, - SERVER_PROTOCOL_VERSION_MAJOR and - SERVER_PROTOCOL_VERSION_MINOR - variables - are available for versions 2.5.0 and later.

    Available Languages:  en  | diff --git a/docs/manual/expr.xml b/docs/manual/expr.xml index 837865bfdd5..87f56f1d779 100644 --- a/docs/manual/expr.xml +++ b/docs/manual/expr.xml @@ -650,6 +650,58 @@ DIGIT ::= <any US-ASCII digit "0".."9"> +

    + Other + + + + + + + + + + + + + + + + + +
    NameAlternative Description
    -ininstring contained in list
    /regexp/m#regexp#Regular expression (the second form allows different + delimiters than /)
    /regexp/im#regexp#iCase insensitive regular expression
    $0 ... $9Regular expression backreferences
    + +
    + Regular expression backreferences +

    The strings $0 ... $9 allow to reference + the capture groups from a previously executed, successfully + matching regular expressions. They can normally only be used in the + same expression as the matching regex, but some modules allow special + uses.

    +
    + +
    + +
    + 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.

    +
    + +
    + Version History +

    The req_novary function + is available for versions 2.4.4 and later.

    +

    The SERVER_PROTOCOL_VERSION, + SERVER_PROTOCOL_VERSION_MAJOR and + SERVER_PROTOCOL_VERSION_MINOR + variables + are available for versions 2.5.0 and later.

    +
    +
    Example expressions @@ -725,56 +777,4 @@ CustomLog logs/access-errors-specific.log common "expr=%{REQUEST_STATUS} -in {'4
    -
    - Other - - - - - - - - - - - - - - - - - -
    NameAlternative Description
    -ininstring contained in list
    /regexp/m#regexp#Regular expression (the second form allows different - delimiters than /)
    /regexp/im#regexp#iCase insensitive regular expression
    $0 ... $9Regular expression backreferences
    - -
    - Regular expression backreferences -

    The strings $0 ... $9 allow to reference - the capture groups from a previously executed, successfully - matching regular expressions. They can normally only be used in the - same expression as the matching regex, but some modules allow special - uses.

    -
    - -
    - -
    - 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.

    -
    - -
    - Version History -

    The req_novary function - is available for versions 2.4.4 and later.

    -

    The SERVER_PROTOCOL_VERSION, - SERVER_PROTOCOL_VERSION_MAJOR and - SERVER_PROTOCOL_VERSION_MINOR - variables - are available for versions 2.5.0 and later.

    -
    -