PHP-FPM status page returns curl: (56) Recv failure
-1
votes
2
answers
147
views
I have
PHP-FPM
pool with such configuration blocks:
...
listen = 0.0.0.0:9000
...
pm.status_path = /status
...
I'm getting
curl: (56) Recv failure: Connection reset by peer
while trying
curl 0.0.0.0:9000/status
.
PHP-FPM
instance I try to interact with is containerized and curl
action I do from docker container.
Asked by Aleksey
(57 rep)
Jun 10, 2025, 08:51 AM
Last activity: Jun 11, 2025, 10:25 AM
Last activity: Jun 11, 2025, 10:25 AM