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 35304102C0 for ; Mon, 7 Apr 2014 22:50:44 +0000 (UTC) Received: (qmail 60489 invoked by uid 500); 7 Apr 2014 22:50:42 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 60270 invoked by uid 500); 7 Apr 2014 22:50:40 -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 60255 invoked by uid 99); 7 Apr 2014 22:50:39 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Apr 2014 22:50:39 +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; Mon, 07 Apr 2014 22:50:37 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id C2DB423889B9; Mon, 7 Apr 2014 22:50:14 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1585611 - in /httpd/httpd/trunk/docs/manual/mod: mod_authz_core.xml mod_authz_core.xml.fr Date: Mon, 07 Apr 2014 22:50:14 -0000 To: cvs@httpd.apache.org From: breser@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140407225014.C2DB423889B9@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: breser Date: Mon Apr 7 22:50:14 2014 New Revision: 1585611 URL: http://svn.apache.org/r1585611 Log: Fix our documentation to not show the expression in Require expr as quoted. Since r1585609 the quoted syntax is ok, but it won't be as efficient so we probably shouldn't put that syntax in the documentation. Modified: httpd/httpd/trunk/docs/manual/mod/mod_authz_core.xml httpd/httpd/trunk/docs/manual/mod/mod_authz_core.xml.fr Modified: httpd/httpd/trunk/docs/manual/mod/mod_authz_core.xml URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_authz_core.xml?rev=1585611&r1=1585610&r2=1585611&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/mod/mod_authz_core.xml (original) +++ httpd/httpd/trunk/docs/manual/mod/mod_authz_core.xml Mon Apr 7 22:50:14 2014 @@ -190,7 +190,7 @@ SetEnvIf User-Agent ^KnockKnock/2\.0 let decisions on arbitrary expressions.

- Require expr "%{TIME_HOUR} -ge 9 && %{TIME_HOUR} -le 17" + Require expr %{TIME_HOUR} -ge 9 && %{TIME_HOUR} -le 17

The syntax is described in the ap_expr Modified: httpd/httpd/trunk/docs/manual/mod/mod_authz_core.xml.fr URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_authz_core.xml.fr?rev=1585611&r1=1585610&r2=1585611&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/mod/mod_authz_core.xml.fr (original) +++ httpd/httpd/trunk/docs/manual/mod/mod_authz_core.xml.fr Mon Apr 7 22:50:14 2014 @@ -186,7 +186,7 @@ SetEnvIf User-Agent ^KnockKnock/2\.0 let d'accès en fonction d'expressions arbitraires.

- Require expr "%{TIME_HOUR} -ge 9 && %{TIME_HOUR} -le 17" + Require expr %{TIME_HOUR} -ge 9 && %{TIME_HOUR} -le 17

La syntaxe de l'expression est décrite dans la documentation de