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 5670610C2D for ; Sun, 9 Nov 2014 17:16:20 +0000 (UTC) Received: (qmail 54482 invoked by uid 500); 9 Nov 2014 17:16:20 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 54418 invoked by uid 500); 9 Nov 2014 17:16:20 -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 54409 invoked by uid 99); 9 Nov 2014 17:16:19 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 09 Nov 2014 17:16:19 +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; Sun, 09 Nov 2014 17:16:18 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 8FD9A23889D5; Sun, 9 Nov 2014 17:15:27 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: svn commit: r1637697 - in /httpd/httpd/trunk/docs/manual: expr.html.fr sections.html.fr sections.xml.ja sections.xml.ko sections.xml.tr ssl/ssl_howto.html.fr ssl/ssl_howto.xml.meta Date: Sun, 09 Nov 2014 17:15:27 -0000 To: cvs@httpd.apache.org From: lgentis@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20141109171527.8FD9A23889D5@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: lgentis Date: Sun Nov 9 17:15:26 2014 New Revision: 1637697 URL: http://svn.apache.org/r1637697 Log: Rebuild. Modified: httpd/httpd/trunk/docs/manual/expr.html.fr httpd/httpd/trunk/docs/manual/sections.html.fr httpd/httpd/trunk/docs/manual/sections.xml.ja httpd/httpd/trunk/docs/manual/sections.xml.ko httpd/httpd/trunk/docs/manual/sections.xml.tr httpd/httpd/trunk/docs/manual/ssl/ssl_howto.html.fr httpd/httpd/trunk/docs/manual/ssl/ssl_howto.xml.meta Modified: httpd/httpd/trunk/docs/manual/expr.html.fr URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/expr.html.fr?rev=1637697&r1=1637696&r2=1637697&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/expr.html.fr (original) +++ httpd/httpd/trunk/docs/manual/expr.html.fr Sun Nov 9 17:15:26 2014 @@ -492,7 +492,8 @@ listfunction ::= listfuncname "( Effectue un hashage SHA1 de la chaîne, puis encode le hash avec un codage hexadécimal file - Lit le contenu d'un fichieroui + Lit le contenu d'un fichier (fins de lignes incluses, si + elles existent)oui filesize Renvoie la taille d'un fichier (ou 0 si le fichier n'existe pas ou ne correspond pas à un fichier @@ -551,7 +552,12 @@ listfunction ::= listfuncname "( # travail <Directory "/foo/bar/business"> Require expr %{TIME_HOUR} -gt 9 && %{TIME_HOUR} -lt 17 -</Directory> +</Directory> + +# Vérifie si un en-tête HTTP correspond à une des valeurs d'une liste +<If "%{HTTP:X-example-header} in { 'foo', 'bar', 'baz'}"> + La définition de l'en-tête correspond à une des valeurs recherchées +</If>
top
@@ -561,7 +567,7 @@ listfunction ::= listfuncname "( - +
NomAlternative Description
-in inchaîne contenue dans une liste de chaînes
chaîne contenue dans une liste de mots
/regexp/ m#regexp# Expression rationnelle (la seconde forme permet de spécifier Modified: httpd/httpd/trunk/docs/manual/sections.html.fr URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/sections.html.fr?rev=1637697&r1=1637696&r2=1637697&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/sections.html.fr (original) +++ httpd/httpd/trunk/docs/manual/sections.html.fr Sun Nov 9 17:15:26 2014 @@ -295,7 +295,7 @@ chemins de fichiers et d'URLs depuis une mod_rewrite.

<DirectoryMatch ^/var/www/combined/(?<SITENAME>[^/]+)>
-    require ldap-group cn=%{env:SITENAME},ou=combined,o=Example
+    require ldap-group cn=%{env:MATCH_SITENAME},ou=combined,o=Example
 </DirectoryMatch>
Modified: httpd/httpd/trunk/docs/manual/sections.xml.ja URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/sections.xml.ja?rev=1637697&r1=1637696&r2=1637697&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/sections.xml.ja [utf-8] (original) +++ httpd/httpd/trunk/docs/manual/sections.xml.ja [utf-8] Sun Nov 9 17:15:26 2014 @@ -1,7 +1,7 @@ - + + +