Bingo! Apparently files were getting cached in memory because the document root was on a network share. Setting EnableMMAP and EnableSendfile both "off" fixed the issue. Thanks for the suggestion.

(All the files showed up correctly in the access log, even though the content of the files being accessed wasn't the same as the versions on the disk.)

Chris

*****************************************
Chris L Peterson
Cloudbait Observatory
http://www.cloudbait.com


----- Original Message ----- From: "Eric Covener" <cove...@gmail.com>
To: <users@httpd.apache.org>
Sent: Tuesday, February 03, 2009 8:28 AM
Subject: Re: [us...@httpd] Re: Can't figure out where data is being cached


On Tue, Feb 3, 2009 at 10:24 AM, Chris Peterson <c...@alumni.caltech.edu> wrote:

Does Apache ever cache anything, maybe just in memory, if the mod_cache
extension isn't enabled? Is there a mechanism for examining its memory
cache?

It won't cache like that.  Do requests to these "cached" CSS files end
up in your access log? Is there perhaps some intermediate cache
misbehaving?

Can you try EnableSendfile off or use mod_expires to set some short
default expiration time?


---------------------------------------------------------------------
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-unsubscr...@httpd.apache.org
  "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to