Apache2 + PHP5-FPM + FastCGI + APC on Debian Wheezy
Make sure to read this post before continue: Package ‘libapache2-mod-fastcgi’ has no installation candidate Install all the required packages: apt-get install apache2-mpm-worker libapache2-mod-fastcgi php5-fpm php-apcapt-get install apache2-mpm-worker libapache2-mod-fastcgi php5-fpm php-apc Enable needed Apache modules: a2enmod actions alias fastcgi rewritea2enmod actions alias fastcgi rewrite Create the file /etc/apache2/conf.d/php5-fpm with this content: # Configure all that stuff […]