On Jun 12, 7:18 pm, "Mike Orr" <[EMAIL PROTECTED]> wrote: > The cache argument ... With this I'm getting correct 304's, > Etags, and Cache-control on my static files, but it's still checking > the server each time.
As Phillip mentioned, it's the Expires header that will get the browser to not bother the server until the page "expires" date/time- wise. Apache's mod_expires does this easily if that's an option for you... dead-simple to setup by content-type as well (just set it for png/jpg/ gif's or whatever)... I feel like you must know this so sorry if I'm answering the wrong question... --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
