By markushartel
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!
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>
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>.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.