]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Fix some docco.
authorKen Coar <coar@apache.org>
Wed, 23 Jun 1999 18:24:03 +0000 (18:24 +0000)
committerKen Coar <coar@apache.org>
Wed, 23 Jun 1999 18:24:03 +0000 (18:24 +0000)
Submitted by: Tony Finch <fanf@demon.net>
Reviewed by: Ken Coar

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

docs/manual/mod/mod_vhost_alias.html

index 9b86a07143bc2b1689f7c535d6456ac3ddea20a5..f477aa555401147229e033554d681e8c6b7b2610 100644 (file)
@@ -110,7 +110,7 @@ will be satisfied by the file
 A more even spread of files can be acheived by hashing from the end of
 the name, for example:
 <PRE>
-       VirtualDocumentRoot     /u/%3+/%2.-1/%2.-2/%2.-3/%2
+       VirtualDocumentRoot     /usr/local/apache/vhosts/%3+/%2.-1/%2.-2/%2.-3/%2
 </PRE>
 The example request would come from
 <CODE>/usr/local/apache/vhosts/isp.com/e/l/p/example/directory/file.html</CODE>.