> Sounds like a small bug. But it also sounds like it could be fixed
> simply by reversing the order of the two directives in the config
> file.
>
How about this config
CacheDirLevels 11
CacheDirLength 1
Though nobody wouldn't config like that.
> Incidentally, why do you want to fool around
On 11/3/05, Xuekun Hu <[EMAIL PROTECTED]> wrote:
> I looked at the source code and unstood why this error was happened
> because when first setting CacheDirLength value, CacheDirLevels wasn't
> be set, and used the default value 3. So 7*3 is higher than 20.
>
> Now in my instance, the DirLength has
I have been puzzled by the help doc of mod_disk_cache config that "
CacheDirLevels*CacheDirLength value must not be higher than 20".
When I set this value
CacheRoot /usr/local/apache/cache/
CacheDirLength 7
CacheDirLevels 2
This error "CacheDirLevels*CacheDirLength value must not be high