You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by er...@apache.org on 2005/01/07 18:30:24 UTC

svn commit: r124547 - /httpd/httpd/branches/2.0.x/docs/manual/mod/core.html.de /httpd/httpd/branches/2.0.x/docs/manual/mod/core.html.en /httpd/httpd/branches/2.0.x/docs/manual/mod/core.xml /httpd/httpd/branches/2.0.x/docs/manual/mod/core.xml.de

Author: erikabele
Date: Fri Jan  7 09:30:22 2005
New Revision: 124547

URL: http://svn.apache.org/viewcvs?view=rev&rev=124547
Log:
Change 'directory' to 'resource': just the word 'directory' led some
users to the wrong assumption that Require isn't allowed in <Files>
sections.


Modified:
   httpd/httpd/branches/2.0.x/docs/manual/mod/core.html.de
   httpd/httpd/branches/2.0.x/docs/manual/mod/core.html.en
   httpd/httpd/branches/2.0.x/docs/manual/mod/core.xml
   httpd/httpd/branches/2.0.x/docs/manual/mod/core.xml.de

Modified: httpd/httpd/branches/2.0.x/docs/manual/mod/core.html.de
Url: http://svn.apache.org/viewcvs/httpd/httpd/branches/2.0.x/docs/manual/mod/core.html.de?view=diff&rev=124547&p1=httpd/httpd/branches/2.0.x/docs/manual/mod/core.html.de&r1=124546&p2=httpd/httpd/branches/2.0.x/docs/manual/mod/core.html.de&r2=124547
==============================================================================
--- httpd/httpd/branches/2.0.x/docs/manual/mod/core.html.de	(original)
+++ httpd/httpd/branches/2.0.x/docs/manual/mod/core.html.de	Fri Jan  7 09:30:22 2005
@@ -2461,8 +2461,8 @@
 <tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Core</td></tr>
 <tr><th><a href="directive-dict.html#Module">Modul:</a></th><td>core</td></tr>
 </table>
-    <p>Die Direktive w�hlt aus, welche authentisierten Benutzer auf ein
-    Verzeichnis zugreifen d�rfen. Folgende Syntax ist erlaubt:</p>
+    <p>Die Direktive w�hlt aus, welche authentisierten Benutzer auf eine
+    Ressource zugreifen d�rfen. Folgende Syntax ist erlaubt:</p>
 
     <dl>
       <dt><code>Require user <var>User-ID</var> [<var>User-ID</var>]
@@ -2489,7 +2489,7 @@
 
     <div class="example"><p><code>
        AuthType Basic<br />
-       AuthName "gesch�tztes Verzeichnis"<br />
+       AuthName "Gesch�tzte Ressource"<br />
        AuthUserFile /web/users<br />
        AuthGroupFile /web/groups<br />
        Require group admin

Modified: httpd/httpd/branches/2.0.x/docs/manual/mod/core.html.en
Url: http://svn.apache.org/viewcvs/httpd/httpd/branches/2.0.x/docs/manual/mod/core.html.en?view=diff&rev=124547&p1=httpd/httpd/branches/2.0.x/docs/manual/mod/core.html.en&r1=124546&p2=httpd/httpd/branches/2.0.x/docs/manual/mod/core.html.en&r2=124547
==============================================================================
--- httpd/httpd/branches/2.0.x/docs/manual/mod/core.html.en	(original)
+++ httpd/httpd/branches/2.0.x/docs/manual/mod/core.html.en	Fri Jan  7 09:30:22 2005
@@ -2331,7 +2331,7 @@
 <tr><th><a href="directive-dict.html#Module">Module:</a></th><td>core</td></tr>
 </table>
     <p>This directive selects which authenticated users can access
-    a directory. The allowed syntaxes are:</p>
+    a resource. The allowed syntaxes are:</p>
 
     <dl>
       <dt><code>Require user <var>userid</var> [<var>userid</var>]
@@ -2354,7 +2354,7 @@
 
     <div class="example"><p><code>
        AuthType Basic<br />
-       AuthName "Restricted Directory"<br />
+       AuthName "Restricted Resource"<br />
        AuthUserFile /web/users<br />
        AuthGroupFile /web/groups<br />
        Require group admin

Modified: httpd/httpd/branches/2.0.x/docs/manual/mod/core.xml
Url: http://svn.apache.org/viewcvs/httpd/httpd/branches/2.0.x/docs/manual/mod/core.xml?view=diff&rev=124547&p1=httpd/httpd/branches/2.0.x/docs/manual/mod/core.xml&r1=124546&p2=httpd/httpd/branches/2.0.x/docs/manual/mod/core.xml&r2=124547
==============================================================================
--- httpd/httpd/branches/2.0.x/docs/manual/mod/core.xml	(original)
+++ httpd/httpd/branches/2.0.x/docs/manual/mod/core.xml	Fri Jan  7 09:30:22 2005
@@ -2311,7 +2311,7 @@
 
 <usage>
     <p>This directive selects which authenticated users can access
-    a directory. The allowed syntaxes are:</p>
+    a resource. The allowed syntaxes are:</p>
 
     <dl>
       <dt><code>Require user <var>userid</var> [<var>userid</var>]
@@ -2335,7 +2335,7 @@
 
     <example>
        AuthType Basic<br />
-       AuthName "Restricted Directory"<br />
+       AuthName "Restricted Resource"<br />
        AuthUserFile /web/users<br />
        AuthGroupFile /web/groups<br />
        Require group admin

Modified: httpd/httpd/branches/2.0.x/docs/manual/mod/core.xml.de
Url: http://svn.apache.org/viewcvs/httpd/httpd/branches/2.0.x/docs/manual/mod/core.xml.de?view=diff&rev=124547&p1=httpd/httpd/branches/2.0.x/docs/manual/mod/core.xml.de&r1=124546&p2=httpd/httpd/branches/2.0.x/docs/manual/mod/core.xml.de&r2=124547
==============================================================================
--- httpd/httpd/branches/2.0.x/docs/manual/mod/core.xml.de	(original)
+++ httpd/httpd/branches/2.0.x/docs/manual/mod/core.xml.de	Fri Jan  7 09:30:22 2005
@@ -2432,8 +2432,8 @@
 <override>AuthConfig</override>
 
 <usage>
-    <p>Die Direktive w&auml;hlt aus, welche authentisierten Benutzer auf ein
-    Verzeichnis zugreifen d&uuml;rfen. Folgende Syntax ist erlaubt:</p>
+    <p>Die Direktive w&auml;hlt aus, welche authentisierten Benutzer auf eine
+    Ressource zugreifen d&uuml;rfen. Folgende Syntax ist erlaubt:</p>
 
     <dl>
       <dt><code>Require user <var>User-ID</var> [<var>User-ID</var>]
@@ -2461,7 +2461,7 @@
 
     <example>
        AuthType Basic<br />
-       AuthName "gesch&uuml;tztes Verzeichnis"<br />
+       AuthName "Gesch&uuml;tzte Ressource"<br />
        AuthUserFile /web/users<br />
        AuthGroupFile /web/groups<br />
        Require group admin