The logs are showing me something like 
[Wed Nov 30 09:04:30 2005] [debug] mod_cache.c(506): cache:
/images/map/Transport_icon_Air.gif not cached. Reason: HTTP Status 304
Not Modified

Not sure what it means and what is the remedy. 

Regards,
Arindam Bhattacharjee
Phone: +91.80.5104.7255

-----Original Message-----
From: Joshua Slive [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, November 29, 2005 8:15 PM
To: users@httpd.apache.org
Subject: Re: [EMAIL PROTECTED] Mod_disk_cache| Struggling to configure

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]


---------------------------------------------------------------------
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