Refringe
Forum Replies Created
-
Hey Kuba,
As the author of the SSH plugin recommended, I put in a support ticket with WP Rocket. They, in turn, created a GitHub ticket and you can see what they did you resolve the issue here:
https://github.com/wp-media/wp-rocket/issues/2455
https://github.com/wp-media/wp-rocket/pull/2457/files
Can something like this be done with your plugin as well?
All the best,
TylerWill do. Thank you, David!
Sorry Dave, I changed those paths in my comment to trim down length, but I can see now that it just makes things less clear.
By root I meant site’s public folder:
sudo getfacl /srv/www/blog.website.ca/public
# file: public # owner: www-data # group: www-data # flags: -s- user::rwx group::rwx group:webteam:rwx mask::rwx other::--- default:user::rwx default:group::rwx default:group:webteam:rwx default:mask::rwx default:other::---
As you can see the public folder where the root of the site is located is writeable by the www-data user and group.
Additionally, this was the full command that was run to test write permissions:
sudo -H -u www-data bash -c 'touch /srv/www/blog.website.ca/public/testing.txt'
Thanks!
Forum: Fixing WordPress
In reply to: WP Super Cache – How do I know it’s working?@donnche
I think I have a related problem. I don’t know if the plugin is loading the cached pages or not.
The cached files are being created in the cache folder, but at the bottom of every page, this is what it says:
<!-- Dynamic Page Served (once) in 0.236 seconds --> <!-- Cached page generated by WP-Super-Cache on 2008-12-22 16:43:20 --> <!-- Compression = gzip -->
I can never get it to say this line:
<!-- Cached page served by WP-Super-Cache -->
There’s no errors in the PHP or Apache log files and full error reporting is turned on; still nothing. I’m not logged in. I don’t know what else to do.