Author Topic: manual install php fpm  (Read 6035 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
manual install php fpm
« on: February 24, 2020, 08:55:37 AM »
who can write steps how install php fpm?
for example php72-fpm, php7.3-fpm for nginx+apache
 google samples not match because of different config paths in cwp

Offline
****
Re: manual install php fpm
« Reply #1 on: February 24, 2020, 02:41:16 PM »
CWP builds PHP from source, which is why they can choose where to install it, and specifically what mods to compile.  If you want that ability, spend the $12/year and get pro.

Otherwise, follow the google directions, and pray for the best.
Google Hangouts:  rcschaff82@gmail.com

Offline
*****
Re: manual install php fpm
« Reply #2 on: February 24, 2020, 07:32:54 PM »
we have fpm option in php switcher.

Offline
*
Re: manual install php fpm
« Reply #3 on: February 24, 2020, 07:40:30 PM »
we have fpm option in php switcher.

I checked it but phpinfo show CGI/FastCGI

Offline
*
Re: manual install php fpm
« Reply #4 on: February 24, 2020, 07:41:08 PM »
here is log

Configure Command   './configure' '--with-config-file-path=/usr/local/php' '--with-config-file-scan-dir=/usr/local/php/php.d' '--with-zlib=/usr' '--enable-mbstring' '--enable-zip' '--enable-bcmath' '--enable-pcntl' '--enable-ftp' '--enable-exif' '--enable-calendar' '--enable-sysvmsg' '--enable-sysvsem' '--enable-sysvshm' '--enable-wddx' '--with-tidy' '--with-curl' '--with-iconv' '--with-gmp' '--with-pspell' '--with-gd' '--with-jpeg-dir=/usr' '--with-freetype-dir=/usr' '--with-png-dir=/usr' '--enable-gd-jis-conv' '--with-webp-dir=/usr' '--with-zlib-dir=/usr' '--with-xpm-dir=/usr' '--with-openssl' '--with-pdo-mysql=mysqlnd' '--with-gettext=/usr' '--with-bz2=/usr' '--with-recode=/usr' '--with-mysqli' '--enable-soap' '--enable-phar' '--with-xsl' '--with-xmlrpc' '--with-kerberos' '--enable-posix' '--enable-sockets' '--with-pcre-regex' '--with-libdir=lib64' '--with-mysql-sock=/var/lib/mysql/mysql.sock' '--enable-intl' '--with-icu-dir=/usr' '--enable-fpm'
Server API   CGI/FastCGI