Top "Fpm" questions

FastCGI Process Manager - an alternative PHP FastCGI implementation with some additional features

Failed to restart php-fpm.service: Unit php-fpm.service not found

My site showing error 502 Bad Gateway . on checking error log file i found error - connect() to unix:/var/run/…

php linux ubuntu fpm
Php-fpm does not listen on ports

I have been trying to get php-fpm (w nginx) to work with the default port(9000) and it just does not …

php nginx centos fastcgi fpm
Combining PHP-fpm with nginx in one dockerfile

I have a need to combine the php-fpm with nginx in one dockerfile for production deployment. So is it better …

php docker nginx dockerfile fpm
php5-fpm.sock not found / created in /var/run

I fail to connect to php5-fpm.sock. I have tried many solutions but still getting this error: 2017/11/20 11:17:21 [crit] 9670#9670: *1 connect() …

php nginx fpm
Set up php-fpm status page with php7 and apache

I'm trying to set up and get php-fpm stats with a http call. I know it's possible to use the …

php apache fpm
How can I determine the current config of php-fpm?

I'd like to determine the current config that is 'loaded'. These would be all the values listed here: http://php.…

php fpm
Gateway timeout with traefik and php fpm

I have a problem with setting up mailcow with traefik, I encounter gateway timeouts. I also have this problem with …

fpm traefik nextcloud
Use PHP sendmail from Docker container to send through host Postfix

I want to send mail from my Alpine-PHP-Fpm container using my host postfix installation. RECAP PHP-Fpm Container -> Sendmail …

php docker sendmail postfix-mta fpm
how to set max_execution_time php-fpm docker image?

I am using docker image for php5.6-fpm from https://hub.docker.com/_/php/. When I check php.ini location …

php docker dockerfile fastcgi fpm
Laravel Valet logs

I'm using laravel valet to serve sites in my local dev env, which is great. However, there's only one file …

php laravel nginx fpm laravel-valet