]> granicus.if.org Git - apache/commitdiff
Trivial change - Change /foo to /var/www/html/private. This serves two
authorRich Bowen <rbowen@apache.org>
Sat, 24 Jan 2009 18:43:32 +0000 (18:43 +0000)
committerRich Bowen <rbowen@apache.org>
Sat, 24 Jan 2009 18:43:32 +0000 (18:43 +0000)
purposes. I dislike the use of 'foo' in documentation. But also, it
aleviates some of the confusion that people have between /foo as a URI
and /foo as a directory path. Using /var/www/html/private makes this
much less ambiguous.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@737416 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_authn_anon.html.en
docs/manual/mod/mod_authn_anon.xml

index 8c4c116a02e24d3300d1d84a2829ababd1691a7f..219fddb6002ba30783beab9a042e9ae4b4e1f7e8 100644 (file)
@@ -91,7 +91,7 @@
     </ul>
 
     <div class="example"><h3>Example</h3><p><code>
-      &lt;Directory /foo&gt;
+      &lt;Directory /var/www/html/private&gt;
       <span class="indent">
         AuthName "Use 'anonymous' &amp; Email address for guest entry"<br />
         AuthType Basic<br />
index 4f26560bfa83e9aa382f49d35ce427a65a885af4..2f782f0d3bdb2f2d7d0fc3e8d29ba5a1ad57db97 100644 (file)
@@ -81,7 +81,7 @@
     </ul>
 
     <example><title>Example</title>
-      &lt;Directory /foo&gt;
+      &lt;Directory /var/www/html/private&gt;
       <indent>
         AuthName "Use 'anonymous' &amp; Email address for guest entry"<br />
         AuthType Basic<br />