From: Rich Bowen Date: Thu, 10 May 2012 23:43:24 +0000 (+0000) Subject: Rebuild a few things. X-Git-Tag: 2.5.0-alpha~6836 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d46fc11373e0d4e6143d5105e0245582887b161b;p=thirdparty%2Fapache%2Fhttpd.git Rebuild a few things. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1336963 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en index dd24dcceed8..f5dad752d54 100644 --- a/docs/manual/mod/core.html.en +++ b/docs/manual/mod/core.html.en @@ -2686,6 +2686,16 @@ 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 diff --git a/docs/manual/mod/core.xml.de b/docs/manual/mod/core.xml.de index 6beb692a1be..c9c57da49b7 100644 --- a/docs/manual/mod/core.xml.de +++ b/docs/manual/mod/core.xml.de @@ -1,7 +1,7 @@ - + + + diff --git a/docs/manual/mod/core.xml.ja b/docs/manual/mod/core.xml.ja index 8b3b33684c4..a5bf36e5e86 100644 --- a/docs/manual/mod/core.xml.ja +++ b/docs/manual/mod/core.xml.ja @@ -1,7 +1,7 @@ - + + + diff --git a/docs/manual/mod/mod_authn_file.xml.ja b/docs/manual/mod/mod_authn_file.xml.ja index 3d603f3e64a..2cd7d4e3e70 100644 --- a/docs/manual/mod/mod_authn_file.xml.ja +++ b/docs/manual/mod/mod_authn_file.xml.ja @@ -1,7 +1,7 @@ - + +