How create this:
apache+nginx
php-fpm
changing php in .htaccess as:
apache+nginx
php-fpm
changing php in .htaccess as:
PHP:
5.2 (CGI)
activate CGI for domain, save file 755 in cgi-bin and paste in .htaccess: AddHandler application/x-httpd-php-5.2 .php
5.3 (PHP-FPM)
.htaccess: AddHandler application/x-httpd-php-5.3 .php
5.5 (PHP-FPM)
.htaccess: AddHandler application/x-httpd-php-5.5 .php
5.6 (PHP-FPM)
.htaccess: AddHandler application/x-httpd-php-5.6 .php