]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
update transformation
authorAndré Malo <nd@apache.org>
Sat, 1 Jan 2011 00:24:14 +0000 (00:24 +0000)
committerAndré Malo <nd@apache.org>
Sat, 1 Jan 2011 00:24:14 +0000 (00:24 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1054180 13f79535-47bb-0310-9956-ffa450edef68

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

index 6f3a4e32dfc8357595f9639f0ab9afc909768411..f14abf46346807fc2fe5f308086576637c5c035d 100644 (file)
@@ -417,7 +417,11 @@ erlaubt sind.</td></tr>
       Dokumenttypen (<code class="directive"><a href="#defaulttype">DefaultType</a></code>, <code class="directive"><a href="#errordocument">ErrorDocument</a></code>, <code class="directive"><a href="#forcetype">ForceType</a></code>, <code class="directive"><a href="../mod/mod_negotiation.html#languagepriority">LanguagePriority</a></code>,
       <code class="directive"><a href="#sethandler">SetHandler</a></code>, <code class="directive"><a href="#setinputfilter">SetInputFilter</a></code>, <code class="directive"><a href="#setoutputfilter">SetOutputFilter</a></code>, und
       <code class="module"><a href="../mod/mod_mime.html">mod_mime</a></code>-Direktiven Add* und Remove*
-      <em>usw.</em>).</dd>
+      <em>usw.</em>), Metadaten (<code class="directive"><a href="../mod/mod_headers.html#header">Header</a></code>, <code class="directive"><a href="../mod/mod_headers.html#requestheader">RequestHeader</a></code>, <code class="directive"><a href="../mod/mod_setenvif.html#setenvif">SetEnvIf</a></code>, <code class="directive"><a href="../mod/mod_setenvif.html#setenvifnocase">SetEnvIfNoCase</a></code>, <code class="directive"><a href="../mod/mod_setenvif.html#browsermatch">BrowserMatch</a></code>, <code class="directive"><a href="../mod/mod_usertrack.html#cookieexpires">CookieExpires</a></code>, <code class="directive"><a href="../mod/mod_usertrack.html#cookiedomain">CookieDomain</a></code>, <code class="directive"><a href="../mod/mod_usertrack.html#cookiestyle">CookieStyle</a></code>, <code class="directive"><a href="../mod/mod_usertrack.html#cookietracking">CookieTracking</a></code>, <code class="directive"><a href="../mod/mod_usertrack.html#cookiename">CookieName</a></code>),
+      <code class="module"><a href="../mod/mod_rewrite.html">mod_rewrite</a></code>-Direktiven <code class="directive"><a href="../mod/mod_rewrite.html#rewriteengine">RewriteEngine</a></code>, <code class="directive"><a href="../mod/mod_rewrite.html#rewriteoptions">RewriteOptions</a></code>, <code class="directive"><a href="../mod/mod_rewrite.html#rewritebase">RewriteBase</a></code>, <code class="directive"><a href="../mod/mod_rewrite.html#rewritecond">RewriteCond</a></code>, <code class="directive"><a href="../mod/mod_rewrite.html#rewriterule">RewriteRule</a></code>) und
+      <code class="directive"><a href="../mod/mod_actions.html#action">Action</a></code> aus
+      <code class="module"><a href="../mod/mod_actions.html">mod_actions</a></code>.
+      </dd>
 
       <dt>Indexes</dt>
 
@@ -896,6 +900,8 @@ Dateien an den Client auszuliefern</td></tr>
     <li>Unter Linux löst die Verwendung von <code>sendfile</code>
     in Verbindung mit bestimmten Netzwerkkarten und IPv6
     TCP-Checksummenfehler aus.</li>
+    <li>Unter Linux auf Itanium-Systemen kommt sendfile unter Umständen
+    nicht mit Dateien größer als 2GB klar.</li>
     </ul>
 
     <p>Bei Serverkonfigurationen, die für dieses Problam
@@ -2444,6 +2450,12 @@ bestimmten Verzeichnis verf
     mit vorangestelltem <code>-</code> wird aus den derzeit gültigen
     Optionen entfernt.</p>
 
+    <div class="warning"><h3>Warnung</h3>
+    <p>Die Vermischung von Optionen mit <code>+</code> oder <code>-</code> mit
+    Optionen ohne diese (Zeichen) ist keine gültige Syntax und führt
+    mit hoher Wahrscheinlichkeit zu unerwarteten Effekten.</p>
+    </div>
+
     <p>So wird zum Beispiel ohne die Zeichen <code>+</code> und
     <code>-</code></p>
 
@@ -3016,6 +3028,10 @@ einen Handler</td></tr>
     <p>Sie können eine zuvor definierte
     <code class="directive">SetHandler</code>-Anweisung aufheben, indem Sie den Wert
     <code>None</code> verwenden.</p>
+    <p><strong>Hinweis:</strong> SetHandler setzt die Standard-Handler
+    außer Kraft und unterdrückt gewohnte Verhaltensweisen, wie
+    beispielsweise die Behandlung von URLs, die auf einen Schrägstrich
+    (/) enden als Verzeichnisse oder (die Auslieferung von) Index-Dateien.</p>
 
 <h3>Siehe auch</h3>
 <ul>
index 7182eb05946e7735b6d1f4d853220318bac53fbf..2a83d4edf31089d3591b610507bb7b7bc8ae34eb 100644 (file)
@@ -909,8 +909,8 @@ version 2.3.9.</td></tr>
     support.</li>
     <li>On Linux the use of sendfile triggers TCP-checksum
     offloading bugs on certain networking cards when using IPv6.</li>
-    <li>On Linux on Itanium, sendfile may be unable to handle files
-    over 2GB in size.</li>
+    <li>On Linux on Itanium, <code>sendfile</code> may be unable to handle
+    files over 2GB in size.</li>
     <li>With a network-mounted <code class="directive"><a href="#documentroot">DocumentRoot</a></code> (e.g., NFS, SMB, CIFS, FUSE),
     the kernel may be unable to serve the network file through
     its own cache.</li>
@@ -3661,9 +3661,10 @@ handler</td></tr>
 
     <p>You can override an earlier defined <code class="directive">SetHandler</code>
     directive by using the value <code>None</code>.</p>
-    <p><strong>Note:</strong> because SetHandler overrides default handlers,
+
+    <div class="note">Because <code class="directive">SetHandler</code> overrides default handlers,
     normal behaviour such as handling of URLs ending in a slash (/) as
-    directories or index files is suppressed.</p>
+    directories or index files is suppressed.</div>
 
 <h3>See also</h3>
 <ul>
index 21a9879ad446f9849fcbf3551b35ec6b0f91add9..20f96946d96c44a276adf7ae3ab1023ff547b291 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: 330409:1053666 (outdated) -->
+<!-- English Revision: 330409:1054179 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index f19012c532412f6875e4097d83c9535ad30ce0ce..6a40097d661d1650e29da291ba1b777d9caf6bf8 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:1053666 (outdated) -->
+<!-- English Revision: 669847:1054179 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index ea306e3f252d0f651594c6b7a81ad1da578da854..2278a20afc9d484e6a575d072145d3ecd7d4b49e 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: 813376:1053666 (outdated) -->
+<!-- English Revision: 813376:1054179 (outdated) -->
 <!-- =====================================================
  Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
    Reviewed by: Orhan Berent <berent belgeler.org>