]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
update transformation
authorAndré Malo <nd@apache.org>
Thu, 26 Aug 2004 22:45:17 +0000 (22:45 +0000)
committerAndré Malo <nd@apache.org>
Thu, 26 Aug 2004 22:45:17 +0000 (22:45 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@104847 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.meta

index 4e855c71924e6d118e00bad9684bd828b45dbf65..6ce845bb23562836690b3af33596cca93d4c0689 100644 (file)
@@ -24,6 +24,9 @@
 <p><span>Verfügbare Sprachen: </span><a href="../de/mod/core.html" title="Deutsch">&nbsp;de&nbsp;</a> |
 <a href="../en/mod/core.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a></p>
 </div>
+<div class="outofdate">Diese Übersetzung ist möglicherweise
+            nicht mehr aktuell. Bitte prüfen Sie die englische Version auf
+            die neuesten Änderungen.</div>
 <table class="module"><tr><th><a href="module-dict.html#Description">Beschreibung:</a></th><td>Ständig verfügbare Kernfunktionen des Apache HTTP
 Servers</td></tr>
 <tr><th><a href="module-dict.html#Status">Status:</a></th><td>Core</td></tr></table>
index 75560f5ffa4152b56a0cef908d9d29450c6cbbaa..07b6e39ed1286549d00c24aa8448e73fd8a090e3 100644 (file)
@@ -2501,6 +2501,8 @@ user authentication</td></tr>
 <tr><th><a href="directive-dict.html#Override">Override:</a></th><td>AuthConfig</td></tr>
 <tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Core</td></tr>
 <tr><th><a href="directive-dict.html#Module">Module:</a></th><td>core</td></tr>
+<tr><th><a href="directive-dict.html#Compatibility">Compatibility:</a></th><td>Influenced by <code class="directive"><a href="#limit">&lt;Limit&gt;</a></code> and <code class="directive"><a href="#limitexcept">&lt;LimitExcept&gt;</a></code> in version 2.0.51 and
+later</td></tr>
 </table>
     <p>Access policy if both <code class="directive"><a href="../mod/mod_access.html#allow">Allow</a></code> and <code class="directive"><a href="#require">Require</a></code> used. The parameter can be
     either <code>All</code> or <code>Any</code>. This directive is only
@@ -2525,6 +2527,8 @@ user authentication</td></tr>
       Satisfy Any
     </code></p></div>
 
+    <p>Since version 2.0.51 <code class="directive">Satisfy</code> directives can
+    be restricted to particular methods by <code class="directive"><a href="#limit">&lt;Limit&gt;</a></code> and <code class="directive"><a href="#limitexcept">&lt;LimitExcept&gt;</a></code> sections.</p>
 
 <h3>See also</h3>
 <ul>
index 1969321e616c20066f6080acd036411dd5ddf136..fe73f849f2dc82a165f588430c77b2057f3af696 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: 1.46.2.37 -->
+<!-- English Revision: 1.46.2.37 (outdated: 1.46.2.38) -->
 
 <!--
  Copyright 2003-2004 The Apache Software Foundation
index ee601d200c5f9b68b26d56da430588e93d5aabaf..ff45c47395d459ac64268c650478447e16d14d8c 100644 (file)
@@ -6,7 +6,7 @@
   <relpath>..</relpath>
 
   <variants>
-    <variant>de</variant>
+    <variant outdated="yes">de</variant>
     <variant>en</variant>
   </variants>
 </metafile>