I am currently using apache 'httpd-2.0.52'. I can't change the version for some reasons. Tried to hit the application from another machine and a different browser. Tried to hit different pages too. Still I am getting the same log pattern. Another pattern that I get, looks something like : not cached. Reason: Query string present but no expires header. Tried in conjunction with ExpiresDefault "access plus 1 second" Just to see things caching but not of any help. Any clues ? Arindam Bhattacharjee Phone: +91.80.5104.7255 -----Original Message----- From: Joshua Slive [mailto:jslive@xxxxxxxxx] Sent: Wednesday, November 30, 2005 9:19 AM To: users@xxxxxxxxxxxxxxxx Subject: Re: [users@httpd] Mod_disk_cache| Struggling to configure On 11/29/05, Arindam Bhattacharjee <arbhattacharjee@xxxxxxxxxxx> wrote: > 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. I'm not an expert in this, but it looks like your browser did a conditional if-modified-since request, and since the file had not been modified, apache responded as such. Since there was no content sent back, there was nothing to cache. Try with a file you have never before requested. (Also, you don't mention what version of apache you are using. The latest 2.1/2.2 is highly recommended when working with mod_cache.) 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