Questions tagged [fpm]

3 questions
2
votes
1 answer

How can I enable streaming (flush/ob_flush) in CentOS 8 stream with PHP-FPM?

I have a new install of CentOS 8 Stream with Apache and PHP-FPM setup using all defaults (this defaults to PHP 7.2.24 FPM/FastCGI). My application uses Server Sent events using JavaScripts EventSource object. To have that working I need the…
Bart Friederichs
  • 1,876
  • 6
  • 25
  • 43
1
vote
1 answer

OOM killing my PHP FPM after upgrading LTS Ubuntu version

Yesterday I performed a release upgrade which included the upgrade from PHP 7.4 to 8.2. At first, I thought that the problem could come from the PHP version (because was php8.2-fpm the service that kept dying), so I reverted back to php7.4-fpm, but…
SirLouen
  • 105
0
votes
1 answer

php-fpm and nginx security isolation not working....or may be my understanding is not correct

I followed the following tutorial to do isolation of my two websites. https://www.vultr.com/docs/use-php-fpm-pools-to-secure-multiple-web-sites/ Here is what I did: Created two users and then assigned them permissions. $ sudo useradd site1 $ sudo…