Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cache control ignored? #35

Open
alphanull opened this issue Jun 9, 2015 · 0 comments
Open

Cache control ignored? #35

alphanull opened this issue Jun 9, 2015 · 0 comments

Comments

@alphanull
Copy link

Hi,

have this mod up and running and it works great! But one issue remains: if I understand correctly, this mod also should respect cache control set via .htaccess. So I have the following:

<FilesMatch "\.(png|jpg|mp3)$">
    FileETag None
    Header unset ETag
    Header set Cache-Control "max-age=604800, public"
</FilesMatch>

But in my actual response I get this:

Etag    "dd9ae4-2695-515603e21cec0"

Etag should be disabled and no "Cache-Control" Header as expected. Maybe I am missing something, but what? Any help appreciated!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant