Most voted "php-fpm" questions
PHP-FPM (Fastcgi Manager Process) is a PHP Fastcgi alternative implementation with some useful additional features for websites of any size, especially busier websites.
Learn more…12 questions
Sort by count of
-
25
votes1
answer19287
viewsHow does PHP-FPM work?
Guys, I have a question related to the concept of PHP-FPM. From what I understand from the documentation, it is a module of PHP that manages requests to the server to avoid high loads, or am I…
-
4
votes1
answer9659
views502 Bad Gateway - Linux, php7, Nginx. How to resolve this error?
I am having a 502 error that represents some configuration on the server, when I try to open a site using linux, Nginx and php7. Researching some other POSTS, link about the same error I see that…
-
4
votes1
answer2870
viewsBetter PHP-FPM configuration for 4gb ram?
I need help setting up my PHP-FPM I have EC2 on Amazon C4.large 3.75 GB RAM 2 CORE On my server I only have PHP-fpm,NGINX and an ftp server connected, Mysql is on a RDS. My current php-fpm…
-
3
votes1
answer280
viewsHow do I show the path of the php script running under the linux ps command?
How do I find the script path (eg: /var/www/html/script.php ) of PID PHP by the command ps linux? I’m in big trouble, have some PHP script consuming a lot of memory and cpu, when I give the command…
-
1
votes2
answers960
viewsHow to make Nginx display error messages on screen in the same way as Apache does instead of '502 bad gateway'
Nginx and Apache present errors differently when there is a problem running a PHP script. Apache, when configured to display on screen, displays exactly the error, with file and line where it…
-
1
votes2
answers897
viewsProblem using CODEIGNITER on Nginx server
My site was hosted at UOLHOST and worked perfectly with the following . htaccess RewriteEngine on RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond $1…
-
1
votes1
answer577
viewsPHP process stops working after multiple/simultaneous requests in Ngnix
The problem I created a process using PHP to work with Nginx like this: @echo off echo Starting PHP FastCGI... set PATH=C:\nginx\php;%PATH% C:\nginx\php\php-cgi.exe -b 127.0.0.1:9000 -c…
-
1
votes0
answers11
viewsNginx disconnecting two subdominios
Hello, I’m having problems with two subdominios, I checked Tail found this error: 2018/06/15 13:02:11 [error] 13456#13456: *807 connect() to Unix:/var/run/php7.1-fpm-esf.Sock failed (11: Resource…
-
1
votes1
answer357
viewsHow to use the "php_admin_value" flag in virtualhost via PHP-FPM on a specific Virtual Host?
I decided to replace Apache2handler with PHP-FPM on my server. After this change, I tried running sudo apache2ctl configtest and I got the following mistake: AH00526: Syntax error on line 53 of…
-
1
votes1
answer171
views -
0
votes1
answer378
viewsI can’t install PHP-FPM on Ubuntu
When I try to turn the remote sudo apt install php5.6-fpm, I’m getting the following message: Some packages could not be installed. This may mean that you requested an impossible situation or, if…
-
-1
votes2
answers2170
viewsDocker mysql Error: Connection refused
Hi ! I’m creating my Docker development environment. But I’m having some problems: I can connect to the mysql container by an SGBD, but I can’t connect through php-fpm, it generates an error :…