Re: fpm problem

2018-07-26 Thread Georgi Naplatanov
On 07/26/2018 04:56 PM, Gokan Atmaca wrote: >> >> My advice is : >> >> - try to use TCP/IP for communication between FPM and NginX > > I read that UNIX socket is better. Unix socket is faster than TCP/IP but in your case the OS may require additional tuning. Therefor I proposed TCP/IP. > > On

Re: fpm problem

2018-07-26 Thread Jens Sauer
Am Donnerstag, den 26.07.2018, 16:38 +0300 schrieb Gokan Atmaca: > > Could it be that starting 4000 fpm processes eats up all your > > resources > > and starting the fpm-master process fails? Can you please check if > > the > > php7.2-fpm service is running? > > Yes , services running... > > >

Re: fpm problem

2018-07-26 Thread Gokan Atmaca
> > My advice is : > > - try to use TCP/IP for communication between FPM and NginX I read that UNIX socket is better. On Thu, Jul 26, 2018 at 4:05 PM, Georgi Naplatanov wrote: > On 07/26/2018 03:37 PM, Gokan Atmaca wrote: >>> Can you attach your PHP-FPM configuration file and NginX virtual

Re: fpm problem

2018-07-26 Thread Gokan Atmaca
> Could it be that starting 4000 fpm processes eats up all your resources > and starting the fpm-master process fails? Can you please check if the > php7.2-fpm service is running? Yes , services running... > Can you try something like this? > > pm = dynamic > pm.max_children = 250 >

Re: fpm problem

2018-07-26 Thread Georgi Naplatanov
On 07/26/2018 03:37 PM, Gokan Atmaca wrote: >> Can you attach your PHP-FPM configuration file and NginX virtual host >> section for the site? > > Hello > > Debian stable (strech). > > packages: > php7.2-fpm > 7.2.6-1+0~20180611145758.22+stretch~1.gbpe20e8b amd64 > server-side,

Re: fpm problem

2018-07-26 Thread Jens Sauer
Am Donnerstag, den 26.07.2018, 15:37 +0300 schrieb Gokan Atmaca: > > Can you attach your PHP-FPM configuration file and NginX virtual > > host > > section for the site? > > Hello > > Debian stable (strech). > > packages: >  php7.2-fpm > 7.2.6-1+0~20180611145758.22+stretch~1.gbpe20e8b amd64

Re: fpm problem

2018-07-26 Thread Gokan Atmaca
> Can you attach your PHP-FPM configuration file and NginX virtual host > section for the site? Hello Debian stable (strech). packages: php7.2-fpm 7.2.6-1+0~20180611145758.22+stretch~1.gbpe20e8b amd64 server-side, HTML-embedded scripting language (FPM-CGI binary) nginx

Re: fpm problem

2018-07-26 Thread Georgi Naplatanov
On 07/26/2018 12:45 PM, Gokan Atmaca wrote: >> What happened after you did what the warning message suggested to do? > > 502 gateway timeout Can you attach your PHP-FPM configuration file and NginX virtual host section for the site? Which Debian branch are you using - stable, testing or

Re: fpm problem

2018-07-26 Thread Gokan Atmaca
> What happened after you did what the warning message suggested to do? 502 gateway timeout On Thu, Jul 26, 2018 at 11:50 AM, Markus Schönhaber wrote: > Gokan Atmaca, Do 26 Jul 2018 08:46:46 CEST: > >> we are receiving an error as below. what is the cause of the problem? >> (32g ram , 240g ssd

Re: fpm problem

2018-07-26 Thread Markus Schönhaber
Gokan Atmaca, Do 26 Jul 2018 08:46:46 CEST: > we are receiving an error as below. what is the cause of the problem? > (32g ram , 240g ssd , xeon 8 cor cpu) > > WARNING: [pool www] seems busy (you may need to increase > pm.start_servers, or pm.min/max_spare_servers), spawning 32 children, > there

Re: fpm problem

2018-07-26 Thread Gokan Atmaca
> we are receiving an error as below. what is the cause of the problem? > (32g ram , 240g ssd , xeon 8 cor cpu) nginx 1.10 version and php7.2-fpm... On Thu, Jul 26, 2018 at 9:46 AM, Gokan Atmaca wrote: > Hello > > we are receiving an error as below. what is the cause of the problem? > (32g ram

Re: fpm problem

2018-07-26 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, Jul 26, 2018 at 09:46:46AM +0300, Gokan Atmaca wrote: > Hello > > we are receiving an error as below. what is the cause of the problem? > (32g ram , 240g ssd , xeon 8 cor cpu) > > WARNING: [pool www] seems busy (you may need to increase >

fpm problem

2018-07-26 Thread Gokan Atmaca
Hello we are receiving an error as below. what is the cause of the problem? (32g ram , 240g ssd , xeon 8 cor cpu) WARNING: [pool www] seems busy (you may need to increase pm.start_servers, or pm.min/max_spare_servers), spawning 32 children, there are 1 idle, and 143 total children