Comments on Running WordPress On Nginx (LEMP) On Debian Squeeze/Ubuntu 11.04

Running WordPress On Nginx (LEMP) On Debian Squeeze/Ubuntu 11.04 This tutorial shows how you can install and run a WordPress blog on a Debian Squeeze or Ubuntu 11.04 system that has nginx installed instead of Apache (LEMP = Linux + nginx (pronounced "engine x") + MySQL + PHP). In addition to that I will also show you how you can use the WordPress plugins WP Super Cache and W3 Total Cache with nginx. nginx is a HTTP server that uses much less resources than Apache and delivers pages a lot of faster, especially static files.

2 Comment(s)

Add comment

Please register in our forum first to comment.

Comments

By: Al-Jedidiah Aquino

Just in case you expect a massive spike in traffic on your WordPress blog, here's a good redis WordPress cache that you can implement and test out.

The WP install runs on nginx which scales to a certain extent, the redis cache layer increases further the volume of hits the server can take.

WP redis cache is still limited in terms of feature but it's fast, stable and shows the potential of redis as a caching system.

 

By: Pihu

Hello Sir, 

First of all thank you for posting this Article about W3 Total Cache Plugin. Now Please Help Me This is My Site - https://refernloot.com/ i.e. Hosted on Digitalcean.

Firstly I just create droplet then follow installing LEMP process and then also install nginx. 

 

Now When I'm following this Command - chown -R www-data:www-data /var/www/www.refernloot.com/web

Recevied a Error Showing that - chown: cannot access '/var/www/www.refernloot.com/': No such file or directory

Please help me Out Sir...

Thanks