PHP-FPM support
-
- Posts: 33
- Joined: Sun Oct 05, 2014 7:53 am
Re: PHP-FPM support
when it will be released?imperio wrote:Ready, but not released yet
Re: PHP-FPM support
When using the fastcgid web template in Vesta CP options for Web server, it uses the php-fpm template. You can see it in the running processes.
Ex: ps aux|grep php
root 1965 0.0 0.0 136540 2920 ? Ss Sep02 0:02 php-fpm: master process (/usr/local/vesta/php/etc/php-fpm.conf)
;;;;;;;;;;;;;;;;;;;;;
; FPM Configuration ;
;;;;;;;;;;;;;;;;;;;;;
[www]
; The address on which to accept FastCGI requests.
; Valid syntaxes are:
; 'ip.add.re.ss:port' - to listen on a TCP socket to a specific address on
; a specific port;
; 'port' - to listen on a TCP socket to all addresses on a
; specific port;
; '/path/to/unix/socket' - to listen on a unix socket.
; Note: This value is mandatory.
;listen = 127.0.0.1:9000
listen = /var/run/vesta-php.sock
Seems related to what Steven mentions.
Ex: ps aux|grep php
root 1965 0.0 0.0 136540 2920 ? Ss Sep02 0:02 php-fpm: master process (/usr/local/vesta/php/etc/php-fpm.conf)
;;;;;;;;;;;;;;;;;;;;;
; FPM Configuration ;
;;;;;;;;;;;;;;;;;;;;;
[www]
; The address on which to accept FastCGI requests.
; Valid syntaxes are:
; 'ip.add.re.ss:port' - to listen on a TCP socket to a specific address on
; a specific port;
; 'port' - to listen on a TCP socket to all addresses on a
; specific port;
; '/path/to/unix/socket' - to listen on a unix socket.
; Note: This value is mandatory.
;listen = 127.0.0.1:9000
listen = /var/run/vesta-php.sock
Seems related to what Steven mentions.
Re: PHP-FPM support
Sorry, but we cant help youBotrax wrote:When using the fastcgid web template in Vesta CP options for Web server, it uses the php-fpm template. You can see it in the running processes.
Ex: ps aux|grep php
root 1965 0.0 0.0 136540 2920 ? Ss Sep02 0:02 php-fpm: master process (/usr/local/vesta/php/etc/php-fpm.conf)
;;;;;;;;;;;;;;;;;;;;;
; FPM Configuration ;
;;;;;;;;;;;;;;;;;;;;;
[www]
; The address on which to accept FastCGI requests.
; Valid syntaxes are:
; 'ip.add.re.ss:port' - to listen on a TCP socket to a specific address on
; a specific port;
; 'port' - to listen on a TCP socket to all addresses on a
; specific port;
; '/path/to/unix/socket' - to listen on a unix socket.
; Note: This value is mandatory.
;listen = 127.0.0.1:9000
listen = /var/run/vesta-php.sock
Seems related to what Steven mentions.
Nginx + php-fpm is not released yet
Code: Select all
/usr/local/vesta/php/etc/php-fpm.conf