I'm having a problem with the varnish cache, where it is never updating some file-types.
I changed an HTML page a few weeks ago, and was frustrated that it hadn't updated after around 30 minutes. I followed the help topic on disabling it, but ultimately figured "it will update sooner or later."
After trying to update quite a few other files today, and most not updating, I decided to test it by deleting every file, except a single .htaccess containing:
A few hours later, I'm still seeing the old files (including the now weeks old HTML file).
I have tried clearing browser cache, using a different browser, using a different computer, etc., I'm fairly confident that the server is still serving these (now nonexistent) files. Particularly, js and php files are returning 404, while others (html, css, svg) are returning content.
Something else, possibly related: I've had a few paths that would return a 404 even while I'm looking at the file in ftp/cpanel. Changing the name ("a.html" -> "aa.html") always fixed the problem, but this probably shouldn't have been happening.
Is there something on my end I can/should do to fix this? Otherwise, could an admin please take a look at my account?
I changed an HTML page a few weeks ago, and was frustrated that it hadn't updated after around 30 minutes. I followed the help topic on disabling it, but ultimately figured "it will update sooner or later."
After trying to update quite a few other files today, and most not updating, I decided to test it by deleting every file, except a single .htaccess containing:
Code:
Header set Cache-Control "max-age=0, private, no-cache, no-store, must-revalidate"
I have tried clearing browser cache, using a different browser, using a different computer, etc., I'm fairly confident that the server is still serving these (now nonexistent) files. Particularly, js and php files are returning 404, while others (html, css, svg) are returning content.
Something else, possibly related: I've had a few paths that would return a 404 even while I'm looking at the file in ftp/cpanel. Changing the name ("a.html" -> "aa.html") always fixed the problem, but this probably shouldn't have been happening.
Is there something on my end I can/should do to fix this? Otherwise, could an admin please take a look at my account?