Here’s a nice post on setting up Nginx with PHP-FPM, Xcache on Debian Etch. This set up interestingly serves around three times more requests per second than apache2 mod_php xcache.Nginx PHP-FPM… more →
Hone Watson Bookmarkspurab wrote 4 days ago: I you aware with apache “mod_gzip and mod deflate” Web page compression is not a new tec … more →
purab wrote 4 days ago: Use following code for setting up Nginx for rails. http { include /etc/nginx/mime.types; defa … more →
purab wrote 4 days ago: I am using wordpressmu 2.6.5, quite old version. Three month back i moved our site Apache to Nginx. … more →
Author wrote 6 days ago: user nobody; worker_processes 20; error_log logs/error.log; pid logs/nginx.pid; events { w … more →
Niranjan Prithviraj wrote 2 weeks ago: I have worked with Apache and understand how the server files are all organized and what everything … more →
purab wrote 2 weeks ago: I am using Fedora 10 so for that linux version i used these commands for setting up my server. Insta … more →
Maurício Linhares wrote 3 weeks ago: There are many ways to deploy and run Ruby applications with the Ruby on Rails framework but it’s un … more →
Sam916 wrote 1 month ago: Over the weekend I decided to try out Passenger’s module for nginx. Little did I know Passeng … more →
nineowls wrote 2 months ago: nginx is a solid web server with fewer resource requirements that allows me to get working “th … more →
paragasu wrote 2 months ago: redirect url with www to non www. edit /etc/nginx/nginx.conf or /etc/nginx/sites-enabled/default if … more →
chrisjpowers wrote 2 months ago: There are well over 100GB of image assets in the production deployment of the Web app I am currently … more →
Jacob wrote 2 months ago: Writing web apps with Django can be a lot of fun, but deploying them can be a chore, even if you … more →
Mike Gunderloy wrote 2 months ago: Gonna be an interesting week to write about edge Rails. RubyPAN – New searchable gem indexin … more →
Bryan Bell wrote 2 months ago: As I outlined in my previous post on using Mono with FastCGI and Nginx, I’m hosting multiple A … more →
gaquay wrote 3 months ago: Nginx is a popular lightweight server for those who do not need the bulk and extra services that Apa … more →
grantmichaels wrote 3 months ago: My resolution for doubling output and using Ruby 80% of the time this year has been both successful … more →
cheeyeo wrote 3 months ago: This is a re-deux of an earlier article I wrote on how to install nginx on os x via macports. It has … more →
Jason Adams wrote 4 months ago: A couple months ago, Daniel Tunkelang posted an algorithm on his blog that attempts to emulate PageR … more →
mudy wrote 4 months ago: After reading some recent benchmark reguarding tcmalloc performance on mysql. I decide to rebuild m … more →