How create this?

gr[e]y

Verified User
Joined
Oct 27, 2014
Messages
5
How create this:

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
 
CustomBuild 2.0 does not support PHP 5.2. I'd recommend using CloudLinux PHP selector for that (it works fine with CustomBuild 2.0).
 
Back
Top