Return-Path: X-Original-To: apmail-httpd-cvs-archive@www.apache.org Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id AFC0111638 for ; Sat, 26 Apr 2014 21:51:24 +0000 (UTC) Received: (qmail 10188 invoked by uid 500); 26 Apr 2014 21:51:22 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 10118 invoked by uid 500); 26 Apr 2014 21:51:22 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 10111 invoked by uid 99); 26 Apr 2014 21:51:22 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 26 Apr 2014 21:51:22 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 26 Apr 2014 21:51:21 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 3A2D2238890D; Sat, 26 Apr 2014 21:51:01 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1590308 - in /httpd/httpd/branches/2.4.x/docs/manual/mod: core.html.en core.xml Date: Sat, 26 Apr 2014 21:51:01 -0000 To: cvs@httpd.apache.org From: jailletc36@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140426215101.3A2D2238890D@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: jailletc36 Date: Sat Apr 26 21:51:00 2014 New Revision: 1590308 URL: http://svn.apache.org/r1590308 Log: s/=/==/ as spotted in comment in online doc Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/core.html.en httpd/httpd/branches/2.4.x/docs/manual/mod/core.xml Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/core.html.en URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/core.html.en?rev=1590308&r1=1590307&r2=1590308&view=diff ============================================================================== --- httpd/httpd/branches/2.4.x/docs/manual/mod/core.html.en (original) +++ httpd/httpd/branches/2.4.x/docs/manual/mod/core.html.en Sat Apr 26 21:51:00 2014 @@ -1898,7 +1898,7 @@ satisfied by a request at runtimewould match HTTP/1.0 requests without a Host: header. Expressions may contain various shell-like operators for string - comparison (=, !=, <, ...), + comparison (==, !=, <, ...), integer comparison (-eq, -ne, ...), and others (-n, -z, -f, ...). It is also possible to use regular expressions,

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/core.xml URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/core.xml?rev=1590308&r1=1590307&r2=1590308&view=diff ============================================================================== --- httpd/httpd/branches/2.4.x/docs/manual/mod/core.xml (original) +++ httpd/httpd/branches/2.4.x/docs/manual/mod/core.xml Sat Apr 26 21:51:00 2014 @@ -1892,7 +1892,7 @@ satisfied by a request at runtimewould match HTTP/1.0 requests without a Host: header. Expressions may contain various shell-like operators for string - comparison (=, !=, <, ...), + comparison (==, !=, <, ...), integer comparison (-eq, -ne, ...), and others (-n, -z, -f, ...). It is also possible to use regular expressions,