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
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>.