]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
update transformation
authorAndré Malo <nd@apache.org>
Sun, 25 Apr 2004 11:59:38 +0000 (11:59 +0000)
committerAndré Malo <nd@apache.org>
Sun, 25 Apr 2004 11:59:38 +0000 (11:59 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103515 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 7d3c8594fa403bdccb6dc7e533e096ac121cebe5..85bf39601bcee5fc511ba1b19a364cbc73a97e75 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 b4b6d0a56a68fa3c8022e66ea781c9ea9c9f8f00..cb31655ef2d974bc88ef416a802763a655f3c000 100644 (file)
@@ -353,7 +353,8 @@ be passed through</td></tr>
     <div class="note"><h3>Only available in &lt;Directory&gt; sections</h3>
     <code class="directive">AllowOverride</code> is valid only in
     <code class="directive"><a href="#directory">&lt;Directory&gt;</a></code>
-    sections, not in <code class="directive"><a href="#location">&lt;Location&gt;</a></code> or <code class="directive"><a href="#files">&lt;Files&gt;</a></code> sections.
+    sections specified without regular expressions, not in <code class="directive"><a href="#location">&lt;Location&gt;</a></code>, <code class="directive"><a href="#directorymatch">&lt;DirectoryMatch&gt;</a></code> or
+    <code class="directive"><a href="#files">&lt;Files&gt;</a></code> sections.
     </div>
 
     <p>When this directive is set to <code>None</code>, then
@@ -416,6 +417,10 @@ be passed through</td></tr>
       AllowOverride AuthConfig Indexes
     </code></p></div>
 
+    <p>In the example above all directives that are neither in the group
+    <code>AuthConfig</code> nor <code>Indexes</code> cause an internal
+    server error.</p>
+
 <h3>See also</h3>
 <ul>
 <li><code class="directive"><a href="#accessfilename">AccessFileName</a></code></li>
index 936d44c7dce02e1442da6939aae22fad7c4c317f..e544c669e4e4bf7d341f205615aaf2fb4a519ac5 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.34 -->
+<!-- English Revision: 1.46.2.34 (outdated: 1.46.2.35) -->
 
 <!--
  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>