I have an issue where mod expires is not working for any of my websites.
I have it enabled it globally in HTPPD.conf
<IfModule mod_expires.c>
ExpiresActive On
ExpiresDefault A0
FileETag None
<FilesMatch "\.(gif|jpg|jpeg|png|js|css|ico|JPG)$">
ExpiresDefault "access plus 10 days"
Header append Cache-Control "public"
</FilesMatch>
</IfModule>
As well as in Litespeed configuration
Enable Expires Yes
Expires Default Not Set
Expires By Type image/*=A604800, text/css=A604800, application/x-javascript=A604800, application/javascript=A604800
Using PHP suEXEC and Litespeed dedicatedly with Load Apache Configuration set to Yes.
I have it enabled it globally in HTPPD.conf
<IfModule mod_expires.c>
ExpiresActive On
ExpiresDefault A0
FileETag None
<FilesMatch "\.(gif|jpg|jpeg|png|js|css|ico|JPG)$">
ExpiresDefault "access plus 10 days"
Header append Cache-Control "public"
</FilesMatch>
</IfModule>
As well as in Litespeed configuration
Enable Expires Yes
Expires Default Not Set
Expires By Type image/*=A604800, text/css=A604800, application/x-javascript=A604800, application/javascript=A604800
Using PHP suEXEC and Litespeed dedicatedly with Load Apache Configuration set to Yes.