On 04/09/07, Ben Spencer <ben.spencer@xxxxxxxxx> wrote: > Question: > Can apache cache everything for an undefined amount of time > (days/months/years) without concern of the backend server's headers? With > some playing, we got this to work by removing headers, but, this seemed > overly complicated and not foolproof. The first non-cached request also > responded with some of the backend server headers while cached responses > responded with the appropriate Apache headers. It sounds like you're on the right track. I can only really advise you to look carefully at the headers sent by your backend, make sure you're using apache 2.2.x, set LogLevel debug in apache (very helpful during cache configuration), and see the CacheIgnore* directives. http://httpd.apache.org/docs/2.2/mod/mod_cache.html http://wiki.apache.org/httpd/WatchingHttpHeaders -- noodl --------------------------------------------------------------------- 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