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 8AFAEC15B for ; Fri, 11 May 2012 00:32:48 +0000 (UTC) Received: (qmail 17555 invoked by uid 500); 11 May 2012 00:32:48 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 17343 invoked by uid 500); 11 May 2012 00:32:48 -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 17334 invoked by uid 99); 11 May 2012 00:32:48 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 May 2012 00:32:48 +0000 X-ASF-Spam-Status: No, hits=-1996.5 required=5.0 tests=ALL_TRUSTED,URIBL_BLACK 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; Fri, 11 May 2012 00:32:44 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 79CFB2388865; Fri, 11 May 2012 00:32:23 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: svn commit: r1336980 - in /httpd/httpd/trunk/docs/manual/mod: core.html.en core.xml.de core.xml.es core.xml.fr core.xml.ja core.xml.tr Date: Fri, 11 May 2012 00:32:23 -0000 To: cvs@httpd.apache.org From: rbowen@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120511003223.79CFB2388865@eris.apache.org> Author: rbowen Date: Fri May 11 00:32:22 2012 New Revision: 1336980 URL: http://svn.apache.org/viewvc?rev=1336980&view=rev Log: Rebuild Modified: httpd/httpd/trunk/docs/manual/mod/core.html.en 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.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=1336980&r1=1336979&r2=1336980&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/mod/core.html.en (original) +++ httpd/httpd/trunk/docs/manual/mod/core.html.en Fri May 11 00:32:22 2012 @@ -2686,16 +2686,6 @@ URLs -

You could also use this directive to configure a particular - handler for files with a particular file extension. For example:

- -
-<FilesMatch \.php$>
-    SetHandler application/x-httpd-php
-</FilesMatch>
-    
- -

Note about / (slash)

The slash character has special meaning depending on where in a URL it appears. People may be used to its behavior in the filesystem @@ -4085,6 +4075,16 @@ handler +

You could also use this directive to configure a particular + handler for files with a particular file extension. For example:

+ +
+<FilesMatch \.php$>
+    SetHandler application/x-httpd-php
+</FilesMatch>
+    
+ +

You can override an earlier defined SetHandler directive by using the value None.

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=1336980&r1=1336979&r2=1336980&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/mod/core.xml.de (original) +++ httpd/httpd/trunk/docs/manual/mod/core.xml.de Fri May 11 00:32:22 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=1336980&r1=1336979&r2=1336980&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] Fri May 11 00:32:22 2012 @@ -1,7 +1,7 @@ - + +