From: Rich Bowen Date: Sat, 24 Jan 2009 18:43:32 +0000 (+0000) Subject: Trivial change - Change /foo to /var/www/html/private. This serves two X-Git-Tag: 2.3.2~130 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a8572f2ac93c1956924bf0d971cb7a6138fde42e;p=apache Trivial change - Change /foo to /var/www/html/private. This serves two 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 --- diff --git a/docs/manual/mod/mod_authn_anon.html.en b/docs/manual/mod/mod_authn_anon.html.en index 8c4c116a02..219fddb600 100644 --- a/docs/manual/mod/mod_authn_anon.html.en +++ b/docs/manual/mod/mod_authn_anon.html.en @@ -91,7 +91,7 @@

Example

- <Directory /foo> + <Directory /var/www/html/private> AuthName "Use 'anonymous' & Email address for guest entry"
AuthType Basic
diff --git a/docs/manual/mod/mod_authn_anon.xml b/docs/manual/mod/mod_authn_anon.xml index 4f26560bfa..2f782f0d3b 100644 --- a/docs/manual/mod/mod_authn_anon.xml +++ b/docs/manual/mod/mod_authn_anon.xml @@ -81,7 +81,7 @@ Example - <Directory /foo> + <Directory /var/www/html/private> AuthName "Use 'anonymous' & Email address for guest entry"
AuthType Basic