-
Notifications
You must be signed in to change notification settings - Fork 271
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
Fixes #35870 - Ensure mod_expires is loaded #1101
Conversation
This somehow implies our tests don't run with Edit: no, it's set?!
Edit2: oh no, that's just for acceptance! |
I just noticed this yesterday on my own server, but I'll do some more digging next week. And it does indicate an incompatibility, which is actually good to know about: we have to choose one or the other. Now I'm reminded about puppetlabs/puppetlabs-apache#2288, which I started but didn't have a discussion. |
cf7b267
to
319f2e7
Compare
No code change, but I opened https://projects.theforeman.org/issues/35870 so we don't lose track of this. |
FWIW, the regression is there also before #33956 The original "disable default modules" change triggered that and I see the headers missing on a 3.3 installation that does not yet have the "assets via apache" part. |
In case only minimal Apache modules are loaded then mod_expires may not be present. The result is that assets are sent without headers that allow browsers to cache it.
319f2e7
to
5984503
Compare
I ended up working around |
In case only minimal Apache modules are loaded then mod_expires may not be present. The result is that assets are sent without headers that allow browsers to cache it.