Hi,
In Apache 2.2
forward all request that
point to phisical .php file to PHP-FPM
is as follow:
LoadModule fastcgi_module
modules/mod_fastcgi.so
FastCGIExternalServer /usr/sbin/php-fpm -socket
/usr/local/php/lib/php.sock -idle-timeout 900AddHandler php-fastcgi
.phpAction php-fastcgi /usr/sbin/php-fpm.fcgiScriptAlias
/usr/sbin/php-fpm.fcgi /usr/sbin/php-fpm
But in Apache 2.4
is different, I'm
following the tutorial in Apache Wiki
but