Report this

What is the reason for this report?

Wordpress Super Cache Ubuntu 12.10

Posted on November 5, 2013

I successfully installed the canned wordpress/Ubuntu 12.10 and did a few minor tweaks according to http://wycks.wordpress.com/2013/06/16/moving-wordpress-to-digital-ocean/

so far, so good… the blog part of the site seems to have trouble with WP Super Cache and shows blank pages, or shows pages after multiple refresh cycles only, even in the admin panel… I wonder what the issue is and if there is a fix?

I do have a hunch that it has to do with permissions.



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Check the <code>owner:group</code> attributes. What’s the output of <br><pre>ls -la /path/to/WordPress/installation/</pre> <br>If you see <code>root:root</code> sprinkled in there, execute <br><pre>sudo chown -R www-data:www-data /path/to/WordPress/installation/</pre>

owner for everything is wordpress

Did you add Apache to the WordPress group (Apache traditionally runs as <code>www-data</code>)? Otherwise, check out <a href=“https://www.digitalocean.com/community/articles/how-to-install-wordpress-on-ubuntu-12-04”>How To Install Wordpress on Ubuntu 12.04</a>; although, you’ll get A LOT better performance with Nginx (especially if you’re using a caching plugin) over Apache. <i>See</i> <a href=“http://kbeezie.com/caching-wordpress/”>The Importance of Caching WordPress</a>. Then, check out <a href=“https://www.digitalocean.com/community/articles/how-to-install-wordpress-nginx-php-and-varnish-on-ubuntu-12-04”>How To Install Wordpress, Nginx, PHP, and Varnish on Ubuntu 12.04</a>.

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.