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 19F05177B9 for ; Sat, 13 Jun 2015 15:09:59 +0000 (UTC) Received: (qmail 29285 invoked by uid 500); 13 Jun 2015 15:09:59 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 29218 invoked by uid 500); 13 Jun 2015 15:09:59 -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 29208 invoked by uid 99); 13 Jun 2015 15:09:58 -0000 Received: from eris.apache.org (HELO hades.apache.org) (140.211.11.105) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 13 Jun 2015 15:09:58 +0000 Received: from hades.apache.org (localhost [127.0.0.1]) by hades.apache.org (ASF Mail Server at hades.apache.org) with ESMTP id A0F2EAC0553 for ; Sat, 13 Jun 2015 15:09:58 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: svn commit: r1685268 - /httpd/httpd/trunk/docs/manual/mod/mod_alias.xml.fr Date: Sat, 13 Jun 2015 15:09:58 -0000 To: cvs@httpd.apache.org From: lgentis@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20150613150958.A0F2EAC0553@hades.apache.org> Author: lgentis Date: Sat Jun 13 15:09:58 2015 New Revision: 1685268 URL: http://svn.apache.org/r1685268 Log: XML update. Modified: httpd/httpd/trunk/docs/manual/mod/mod_alias.xml.fr Modified: httpd/httpd/trunk/docs/manual/mod/mod_alias.xml.fr URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_alias.xml.fr?rev=1685268&r1=1685267&r2=1685268&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/mod/mod_alias.xml.fr (original) +++ httpd/httpd/trunk/docs/manual/mod/mod_alias.xml.fr Sat Jun 13 15:09:58 2015 @@ -1,7 +1,7 @@ - + @@ -197,7 +197,9 @@ Alias "/image" "/ftp/pub/image" module="core">Location ou LocationMatch, chemin URL est omis et chemin fichier est interprété en utilisant la syntaxe des expressions.

+ href="../expr.html">syntaxe des expressions.
+ Cette syntaxe est disponible à partir de la version 2.4.13 du + serveur HTTP Apache.

<Location "/image"> @@ -295,7 +297,7 @@ en faisant intervenir les expressions ra différents :

- AliasMatch "^/image/(.*)\.jpg$" "/fichiers/jpg.images/$1.jpg"
+ AliasMatch "^/image/(.*)\.jpg$" "/fichiers/jpg.images/$1.jpg" AliasMatch "^/image/(.*)\.gif$" "/fichiers/gif.images/$1.gif"
@@ -422,18 +424,20 @@ Redirect 303 "/three" "http://example.co module="core">Location ou LocationMatch et si l'argument chemin URL est omis, l'argument URL sera interprété en - utilisant la syntaxe des expressions.

+ utilisant la syntaxe des expressions.
+ Cette syntaxe est disponible à partir de la version 2.4.13 du + serveur HTTP Apache.

<Location "/one"> Redirect permanent "http://example.com/two" -</Location>
+</Location> <Location "/three"> Redirect 303 "http://example.com/other" -</Location>
+</Location> <LocationMatch "/error/(?<NUMBER>[0-9]+)"> Redirect permanent "http://example.com/errors/%{env:MATCH_NUMBER}.html" -</LocationMatch>
+</LocationMatch>
@@ -593,7 +597,9 @@ Alias "/cgi-bin/" "/web/cgi-bin/" module="core">Location ou LocationMatch et si l'argument chemin URL est omis, l'argument URL sera interprété en - utilisant la syntaxe des expressions.

+ utilisant la syntaxe des expressions.
+ Cette syntaxe est disponible à partir de la version 2.4.13 du + serveur HTTP Apache.

<Location "/cgi-bin"> @@ -601,7 +607,7 @@ Alias "/cgi-bin/" "/web/cgi-bin/" </Location> <LocationMatch "/cgi-bin/errors/(?<NUMBER>[0-9]+)"> ScriptAlias "/web/cgi-bin/errors/%{env:MATCH_NUMBER}.cgi" -</LocationMatch>
+</LocationMatch>