diff options
author | Vincent Bray <noodl@apache.org> | 2007-09-02 19:35:10 +0200 |
---|---|---|
committer | Vincent Bray <noodl@apache.org> | 2007-09-02 19:35:10 +0200 |
commit | 704d9893cd3bc6190b59cd409b9f724029dfe4cf (patch) | |
tree | ed2ebe03ca10f72f9e787030aa1532e5ea9ccef7 /docs/manual/caching.html.en | |
parent | Exponential typo [Lucien Gentis] (diff) | |
download | apache2-704d9893cd3bc6190b59cd409b9f724029dfe4cf.tar.xz apache2-704d9893cd3bc6190b59cd409b9f724029dfe4cf.zip |
buildfluff
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@572048 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/caching.html.en')
-rw-r--r-- | docs/manual/caching.html.en | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/caching.html.en b/docs/manual/caching.html.en index 3914692a74..9226cc083d 100644 --- a/docs/manual/caching.html.en +++ b/docs/manual/caching.html.en @@ -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 |