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 C855E9F8F for ; Wed, 4 Jul 2012 08:37:07 +0000 (UTC) Received: (qmail 66811 invoked by uid 500); 4 Jul 2012 08:37:07 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 66627 invoked by uid 500); 4 Jul 2012 08:37:07 -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 66602 invoked by uid 99); 4 Jul 2012 08:37:06 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Jul 2012 08:37:06 +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; Wed, 04 Jul 2012 08:37:04 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id A7AAB2388978; Wed, 4 Jul 2012 08:36:44 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: svn commit: r1357170 - in /httpd/httpd/trunk/docs/manual/mod: core.html.en core.html.fr core.xml.de core.xml.es core.xml.fr core.xml.ja core.xml.meta core.xml.tr Date: Wed, 04 Jul 2012 08:36:42 -0000 To: cvs@httpd.apache.org From: humbedooh@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120704083644.A7AAB2388978@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: humbedooh Date: Wed Jul 4 08:36:40 2012 New Revision: 1357170 URL: http://svn.apache.org/viewvc?rev=1357170&view=rev Log: xforms Modified: httpd/httpd/trunk/docs/manual/mod/core.html.en httpd/httpd/trunk/docs/manual/mod/core.html.fr httpd/httpd/trunk/docs/manual/mod/core.xml.de httpd/httpd/trunk/docs/manual/mod/core.xml.es httpd/httpd/trunk/docs/manual/mod/core.xml.fr httpd/httpd/trunk/docs/manual/mod/core.xml.ja httpd/httpd/trunk/docs/manual/mod/core.xml.meta httpd/httpd/trunk/docs/manual/mod/core.xml.tr Modified: httpd/httpd/trunk/docs/manual/mod/core.html.en URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/core.html.en?rev=1357170&r1=1357169&r2=1357170&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/mod/core.html.en (original) +++ httpd/httpd/trunk/docs/manual/mod/core.html.en Wed Jul 4 08:36:40 2012 @@ -1725,8 +1725,18 @@ filenames

The filename argument should include a filename, or a wild-card string, where ? matches any single character, - and * matches any sequences of characters. - Regular expressions + and * matches any sequences of characters.

+
+<Files "cat.html">
+    # Insert stuff that applies to cat.html here
+</Files>
+
+<Files "?at.*">
+    # This would apply to cat.html, bat.html, hat.php and so on.
+</Files>
+
+ +

Regular expressions can also be used, with the addition of the ~ character. For example:

Modified: httpd/httpd/trunk/docs/manual/mod/core.html.fr URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/core.html.fr?rev=1357170&r1=1357169&r2=1357170&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/mod/core.html.fr (original) +++ httpd/httpd/trunk/docs/manual/mod/core.html.fr Wed Jul 4 08:36:40 2012 @@ -31,6 +31,8 @@  ja  |  tr 

+
Cette traduction peut être périmée. Vérifiez la version + anglaise pour les changements récents.
Description:Fonctionnalités de base du serveur HTTP Apache toujours disponibles
Statut:Core
Modified: httpd/httpd/trunk/docs/manual/mod/core.xml.de URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/core.xml.de?rev=1357170&r1=1357169&r2=1357170&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/mod/core.xml.de (original) +++ httpd/httpd/trunk/docs/manual/mod/core.xml.de Wed Jul 4 08:36:40 2012 @@ -1,7 +1,7 @@ - + + + Modified: httpd/httpd/trunk/docs/manual/mod/core.xml.ja URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/core.xml.ja?rev=1357170&r1=1357169&r2=1357170&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/mod/core.xml.ja [utf-8] (original) +++ httpd/httpd/trunk/docs/manual/mod/core.xml.ja [utf-8] Wed Jul 4 08:36:40 2012 @@ -1,7 +1,7 @@ - + +