Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

php fpm stops accepting requests #1323

Closed
slushpuppy opened this issue Aug 3, 2022 · 1 comment
Closed

php fpm stops accepting requests #1323

slushpuppy opened this issue Aug 3, 2022 · 1 comment
Labels
question Usability question, not directly related to an error with the image

Comments

@slushpuppy
Copy link

slushpuppy commented Aug 3, 2022

Hi
I got a collection of docker containers running a variety of versions from php 7.4 to 8.1. I have encountered an intermittent problem where sometimes nginx cannot connect to the fastcgi worker with the error recv() failed (104: Connection reset by peer). The only solution is to restart the container. I am able to bash exec into the container. What debugging steps should I perform next?

@wglambert wglambert added the question Usability question, not directly related to an error with the image label Aug 3, 2022
@wglambert
Copy link

You might be hitting memory or other resource limits on the php container? It should have logs for any errors.
If you want phpdbg it's a simple derivative Dockerfile to install it in the image #1260 (comment)

You could also try asking over at the Docker Community Forums, Docker Community Slack, or Stack Overflow. Since these repos aren't really a user-help forum

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Usability question, not directly related to an error with the image
Projects
None yet
Development

No branches or pull requests

2 participants