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

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

Providing Active Directory authentication via Kerberos protocol in Apache

http://support.microsoft.com/kb/555092 Apache authentication against AD (via Kerberos). Really easy to do, but make sure you put your kerberos real all in UPPER CASE, i.e. MYDOMAIN.COM. If you are using something like MYDOMIAN, then put it into config as MYDOMAIN.LOCAL

[RUS] Юникс и другие » Blog Archive » Построение отказоустойчивого балансировщика нагрузки на базе Perlbal/Heartbeat

http://boombick.org/blog/posts/48 [RUSSIAN] How to configure Perlball + Heartbeat as HA load balancer with session support for app servers

Leisink Projects - Hiawatha [simple small secure web server ]

http://projects.leisink.org/hiawatha Hiawatha is a webserver for Unix. It has been writting with ‘being secure’ as its main goal.

Apache2::UploadProgress - Track the progress and give realtime feedback of file uploads - search.cpan.org

http://search.cpan.org/~ceeshek/Apache2-UploadProgress-0.2/lib/Apache2/UploadProgress.pm module that allows u to make upload progress bars

Os Bunce » SlideShare DBD::Gofer -- DBD Connection pool proxy

http://www.slideshare.net/oscon2007/os-bunce Slides for DBD::Gofer presentation – scalable DBD connection-pool proxy from people @ danga/lj

Building a Simple Calendar Server with Fedora and WebDAV - FedoraNEWS.ORG

http://fedoranews.org/mediawiki/index.php/Building_a_Simple_Calendar_Server_with_Fedora_and_WebDAV somewhat useful

MOD_REWRITE WIZARD // beta

http://www.mod-rewrite-wizard.com/ usful for quick mod_rewrite rules, altghough mod_rewrite rules are basically regex