public marks

PUBLIC MARKS from ghis with tags web & apache

August 2010

High Scalability - High Scalability - 6 Ways to Kill Your Servers - Learning How to Scale the Hard Way

(via)
Interesting article about scaling a website : caching, alternative webserver, replication, take care of not messing the filesystem, ... The comments are interesting too.

July 2010

Apache et symfony: optimisation

Optimisation d'apache pour l'utilisation de Symfony : réduction de bande passante, suppression de logs, etc.

June 2010

NGINX + PHP-FPM + APC = Awesome

by 2 others (via)
nginx + php + apc is faster than mod_php apache mode. Here is how to install and setup it up.