On 11/29/05, Arindam Bhattacharjee <[EMAIL PROTECTED]> wrote:
> I am new to configuring disk cache. Here are the directives I am using.
>
> <IfModule mod_cache.c>
>
>         #LoadModule disk_cache_module modules/mod_disk_cache.so
>
>         <IfModule mod_disk_cache.c>
>
>                 CacheEnable disk /
>
>                 CacheRoot "/var/apps/cache"
>
>                 CacheDirLevels 5
>
>                 CacheDirLength 3
>
>         </IfModule>
>
> </IfModule>

>
> However, if I look into the cacheroot, I do not find anything under there.
>
> Looks like I am doing something silly. Can anyone help?

Start by removing all the <IfModule> lines, which just hide useful
error messages.

Then set LogLevel to debug and look at your error log when making requests.

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to