From: Vincent Bray Date: Sun, 2 Sep 2007 17:37:47 +0000 (+0000) Subject: Backport r572048 (Exponential typo [Luciene Gentis]) X-Git-Tag: 2.2.6~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6955219803911eed1858170ef5776c8322166674;p=thirdparty%2Fapache%2Fhttpd.git Backport r572048 (Exponential typo [Luciene Gentis]) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@572049 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/caching.html.en b/docs/manual/caching.html.en index da535b1c06f..c8893ad8a2b 100644 --- a/docs/manual/caching.html.en +++ b/docs/manual/caching.html.en @@ -569,7 +569,7 @@ CacheDirLength 1 to ensure that multiple URLs do not collide.

Each character may be any one of 64-different characters, which mean - that overall there are 22^64 possible hashes. For example, a URL might + that overall there are 64^22 possible hashes. For example, a URL might be hashed to xyTGxSMO2b68mBCykqkp1w. This hash is used as a prefix for the naming of the files specific to that URL within the cache, however first it is split up into directories as per diff --git a/docs/manual/caching.xml b/docs/manual/caching.xml index 5fd02c05fc5..26268eaecdb 100644 --- a/docs/manual/caching.xml +++ b/docs/manual/caching.xml @@ -629,7 +629,7 @@ CacheDirLength 1 to ensure that multiple URLs do not collide.

Each character may be any one of 64-different characters, which mean - that overall there are 22^64 possible hashes. For example, a URL might + that overall there are 64^22 possible hashes. For example, a URL might be hashed to xyTGxSMO2b68mBCykqkp1w. This hash is used as a prefix for the naming of the files specific to that URL within the cache, however first it is split up into directories as per