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:jslive@xxxxxxxxx] Sent: Tuesday, November 29, 2005 8:15 PM To: users@xxxxxxxxxxxxxxxx Subject: Re: [users@httpd] Mod_disk_cache| Struggling to configure On 11/29/05, Arindam Bhattacharjee <arbhattacharjee@xxxxxxxxxxx> 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: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx --------------------------------------------------------------------- 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: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx