How can view php-fpm status?

kapaweb

Verified User
Joined
Apr 22, 2021
Messages
27
Hello,
Is there any way to see the traffic (IP, domain etc) that exists via php-fmp like apache server-status?

ex. server-status
0-13881611/0/0W0.0034000.00.000.00216.117.171.48http/1.1www.domain.com:443GET /%E1%BC%A1-%CE%B4%CE%BF%CF%85%CE%BB%CE%B5%CE%B9%CE%AC-%CF%8
1-13881620/1/1_0.21229290.00.010.01157.55.39.137http/1.1www.domain.com:443GET /en/solar-products/flood-light-2700ma-36v HTTP/
1-13881620/1/1_0.044075750.00.010.01185.44.146.163http/1.1www.domain.com:443GET /image/cache/data/IMG_20170113x228.jpg

My web server is apache with multiple php 5.6, 7.1, 7.4.

Thank you!
 
Last edited:
Thank you for reply!
I've seen these instructions but they don't mention that I can do this for all the php-fpm versions I have. ex. php-fpm56, php-fpm73. php-fpm74

With the apache server status I can track both the IP and where the attack is happening so I can stop it.

How can I identify where the attack is coming from and what url the attacker is calling ?

Thank you!
 
Hello!
Unfortunately as I have mentioned I don't have nginx but apache webserver. The problem with the apache logs is not all in one file but one for each domain name.
 
Back
Top