]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
xforms
authorEric Covener <covener@apache.org>
Wed, 22 Apr 2015 17:27:13 +0000 (17:27 +0000)
committerEric Covener <covener@apache.org>
Wed, 22 Apr 2015 17:27:13 +0000 (17:27 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1675433 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/core.html.en
docs/manual/mod/core.xml.de
docs/manual/mod/core.xml.es
docs/manual/mod/core.xml.ja
docs/manual/mod/core.xml.tr
docs/manual/mod/mod_mime.html.en
docs/manual/mod/mod_mime.xml.fr
docs/manual/mod/mod_mime.xml.ja

index 163c62474f353cab805ef99d968c2c7deffa8034..1f16b4888e14c42a3c50850aa79e4bff27eb2528 100644 (file)
@@ -1866,6 +1866,20 @@ media type in the HTTP Content-Type header field</td></tr>
     static files, where the generator of the response typically specifies
     a Content-Type, this directive has no effect.</p>
 
+    <div class="note"><h3>Note</h3>
+    <p>When explicit directives such as
+    <code class="directive"><a href="#sethandler">SetHandler</a></code> or
+    <code class="directive"><a href="../mod/mod_mime.html#addhandler">AddHandler</a></code> do not apply
+    to the current request, the internal handler name normally set by those
+    directives is set to match the content type specified by this directive.
+    This is a historical behavior that some third-party modules
+    (such as mod_php) may use "magic" content types used only to signal the
+    module to take responsibility for the matching request.  Configurations
+    that rely on such "magic" types should be avoided by the use of
+    <code class="directive"><a href="#sethandler">SetHandler</a></code> or
+    <code class="directive"><a href="../mod/mod_mime.html#addhandler">AddHandler</a></code>. </p>
+    </div>
+
 
 </div>
 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
index a00988ec9762c7cc0e5e391f451d44c32508a5bf..dbae269f80c3c23725bf76a00ea5bba427871af3 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.de.xsl"?>
-<!-- English Revision: 344972:1673860 (outdated) -->
+<!-- English Revision: 344972:1675432 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index b4a726b0825356a9d9533a8b755d6b239237e98a..9cc7869525a342879d5ccefd302e947c47eb4b25 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
-<!-- English Revision: 1040494:1673860 (outdated) -->
+<!-- English Revision: 1040494:1675432 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index f8b05e5c455e65c0e6aa5555647fe43d62320987..50b68be057c98395461fa49384cccc820d52bbdf 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
-<!-- English Revision: 669847:1673860 (outdated) -->
+<!-- English Revision: 669847:1675432 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 10e69aef9f00c04edf9836e40f055be2be7c5ee4..8b087fb31024c3f4c8b75b918fb511ecbb99d040 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.tr.xsl"?>
-<!-- English Revision: 1647230:1673860 (outdated) -->
+<!-- English Revision: 1647230:1675432 (outdated) -->
 <!-- =====================================================
  Translated by: Nilgün Belma Bugüner <nilgun belgeler.gen.tr>
    Reviewed by: Orhan Berent <berent belgeler.gen.tr>
index 3e6c0f91e4064a648710e90d63c04c19feef2746..d446352d0bee2a53552c0a7d2e2d2d8caeae1db1 100644 (file)
@@ -596,6 +596,21 @@ type</td></tr>
     a Content-Type, this directive has no effect.</p>
 
 
+    <div class="note"><h3>Note</h3>
+    <p>When explicit directives such as 
+    <code class="directive"><a href="../mod/core.html#sethandler">SetHandler</a></code> or 
+    <code class="directive"><a href="#addhandler">AddHandler</a></code> do not apply 
+    to the current request, the internal handler name normally set by those
+    directives is set to match the content type specified by this directive.  
+    This is a historical behavior that some third-party modules 
+    (such as mod_php) may use "magic" content types used only to signal the 
+    module to take responsibility for the matching request.  Configurations
+    that rely on such "magic" types should be avoided by the use of 
+    <code class="directive"><a href="../mod/core.html#sethandler">SetHandler</a></code> or 
+    <code class="directive"><a href="#addhandler">AddHandler</a></code>. </p>
+    </div>
+
+
 <h3>See also</h3>
 <ul>
 <li><code class="directive"><a href="../mod/core.html#forcetype">ForceType</a></code></li>
index 31d17ca63b5e6f4b7c782b22bd4ca1f9b8158755..48e7148b938ca97ddebb05a0ad52bd49fe600a38 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
-<!-- English Revision: 1421892:1674131 (outdated) -->
+<!-- English Revision: 1421892:1675432 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 
index 9a3efa41cd84cc3dad4195bbb99589b71c03f6b5..0a7cc3ac5eabde85314c253ce8b1c7493186da47 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
-<!-- English Revision: 659902:1674131 (outdated) -->
+<!-- English Revision: 659902:1675432 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more