"Fetched static page data from supercache file using PHP" bu using mod_rewrite
-
When I check the headers of my site, I always get “Fetched static page data from supercache file using PHP” regardless of using mod_rewrite to serve cache files.
I have also made known users anonymous so they’re served supercached static files.
Server logs don’t show any errors, when I enable debugging from wp-super-cache I get the next:
Removing auth from $_COOKIE to allow caching for logged in user (wordpress_logged_in_c4c368ebee8e92d62e2a889efb9e2b52) supercache dir: /var/www/xxx.com/wp-content/cache/supercache/www.xxx.com/ Fetched static page data from supercache file using PHP. File: /var/www/xxx.com/wp-content/cache/supercache/www.xxx.com/index-https.html
Basically same information I get from checking the headers. The static files are being generated, this works well. I can see them in my “/var/www/xxx.com/wp-content/cache/supercache/www.xxx.com/” folder.
Any idea how to fix it? I swear it stopped working suddenly, no wordpres of wp-super-cache updates, but PHP get’s now hit instead just apache serving static files ?? Any information or ideas welcomed.
- The topic ‘"Fetched static page data from supercache file using PHP" bu using mod_rewrite’ is closed to new replies.