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
</ul>
<div class="example"><h3>Example</h3><p><code>
- <Directory /foo>
+ <Directory /var/www/html/private>
<span class="indent">
AuthName "Use 'anonymous' & Email address for guest entry"<br />
AuthType Basic<br />
</ul>
<example><title>Example</title>
- <Directory /foo>
+ <Directory /var/www/html/private>
<indent>
AuthName "Use 'anonymous' & Email address for guest entry"<br />
AuthType Basic<br />