On 04/09/07, Ben Spencer <[EMAIL PROTECTED]> 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: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to