Apache passenger vs nginx mongrel | Matt-Darby.com

http://blog.matt-darby.com/posts/697-apache-passenger-vs-nginx-mongrel comparing 2 popular ways to deploy ruby-on-rails app

Joshua Zhu’s Blog » Creating a Hello World! Nginx Module

http://blog.zhuzhaoyuan.com/2009/08/creating-a-hello-world-nginx-module/ blog post with a source of “hello world” nginx module

Joshua Zhu’s Blog » Nginx Internals (Slides & Video)

http://blog.zhuzhaoyuan.com/2009/09/nginx-internals-slides-video/ very good presentation slides explaining nginx internals, such as main architecture, main event loops, core modules, processing pipelines, etc. Also there is a video of the talk , but it is mandarin, so YMMV :-)

Watching nginx upstreams with collectd | Be the signal

http://bethesignal.org/blog/2009/07/22/watching-nginx-upstreams-with-collectd/ tells how to monitor nginx by tailing it’s logs using collectd. ( same can also be done with munin)

Experiences using nginx to front-end apache

http://forum.nginx.org/read.php?2,2073 some notes about keep-alive proxy setup for apache

[nginx forum post] Centralized logging for multiple servers

http://forum.nginx.org/read.php?2,1008,page=1 post on nginx forum that provides some insights about central logging / log collections

Nginx Wiki

http://wiki.codemongers.com/Main main source of Nginx info in English. Documentation, config examples, code cross-reference info.

[russian] DDOS - что делать. Если сервер только один - Linux с Apache. | DDoS - what to do? if you have 1 server linux+apache

http://hostinghelp.biz/content/ddos-%D1%87%D1%82%D0%BE-%D0%B4%D0%B5%D0%BB%D0%B0%D1%82%D1%8C-%D0%B5%D1%81%D0%BB%D0%B8-%D1%81%D0%B5%D1%80%D0%B2%D0%B5%D1%80-%D1%82%D0%BE%D0%BB%D1%8C%D0%BA%D0%BE-%D0%BE%D0%B4%D0%B8%D0%BD-linux-%D1%81-apache article describes some recipes to counter DDoS using iptables limit and string matching filters. Useful

Don't use Pound for load balancing - Optimize Prime [use Ngnix]

http://blog.emmettshear.com/post/2008/03/03/Dont-use-Pound-for-load-balancing another evidence that if u need a loadbalancer – ngnix is the answer these days [and maybe perlball]

Load Balancer Update « Barry on WordPress

http://barry.wordpress.com/2008/04/28/load-balancer-update/ an entry from wordpress.com sysadim about “So… A couple weeks ago we finished converting all our load balancers to Nginx. "