The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
426 views

Apache Caching and Expires configuration

I'm looking for a best possible caching/expires configuration for my specific situation. I realize that some sites have advocated turning etags off: Header unset ETag, FileETag None I know that I ...
1
vote
2answers
69 views

Looking for a “file/dir modification tracker” software for linux [closed]

I am looking for a tool that could ease tracking of file modification times of a number of files/directories placed on NFS mounts. The idea is that in a multi-user environment where some files are ...
0
votes
1answer
141 views

How to setup Apache 2.2.3 to send “last modified” etc

and to tell browser to reload an object (and/or a page... everything on the site) only if is been modified since last visit time??? htaccess, httpd.conf... have you a ready directive right for my ...
0
votes
1answer
158 views

How to re-save web.config using command prompt

I'm using a simple cmd batch file to deploy my Asp.net MVC web application to server network share. The problem I'm having is that my DLLs can't be simply replaced by new files since existing ones ...
1
vote
2answers
616 views

Why, sometimes the full content is returned unchanged, while If-Modified-Since is set?

my php-generated thumbnail files and combined javascript and css files (all having their expiration dates anc cache=public set etc) return the full content sometimes, other times they load from proxy ...
0
votes
1answer
85 views

Optimizing my site - eTags

ySlow is saying I have 30 misconfigured etages on http://www.diablo-source.com/ and I'm not sure what that means or how to fix it. After a quick Google search it appears to be the same thing as a ...