]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Backport r572048 (Exponential typo [Luciene Gentis])
authorVincent Bray <noodl@apache.org>
Sun, 2 Sep 2007 17:37:47 +0000 (17:37 +0000)
committerVincent Bray <noodl@apache.org>
Sun, 2 Sep 2007 17:37:47 +0000 (17:37 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@572049 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/caching.html.en
docs/manual/caching.xml

index da535b1c06fedeb483962c9cfe09a916c96461ca..c8893ad8a2b1c9163c37d2308f2673e061ef0063 100644 (file)
@@ -569,7 +569,7 @@ CacheDirLength 1</pre></div>
       to ensure that multiple URLs do not collide.</p>
 
       <p>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 <code>xyTGxSMO2b68mBCykqkp1w</code>. 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
index 5fd02c05fc5473b75c6d84507b77a476730d6bbe..26268eaecdb1e3f3e7fa90b0ff78b5af29ef66b5 100644 (file)
@@ -629,7 +629,7 @@ CacheDirLength 1</pre>
       to ensure that multiple URLs do not collide.</p>
 
       <p>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 <code>xyTGxSMO2b68mBCykqkp1w</code>. 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