Is it possible, to set up apache to serve a combination of headers so that client (browser) will:
- see that the content is flagged to be valid (for example image expires 10 years from now)
- has the content in it's cache
- doesn't ask server 'is that content valid' - as it will always get http 304 status
basically, is it possible to tell browser "don't ask server if that image is valid, if you have it in your cache it means its valid, no exceptions!"?