ziadmm0
- Total activity 31
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 5
Comments
Recent activity by ziadmm0-
This problem comes immediately after i copied a folder have more than 50000 files to another folder.
-
The reason for the high load can be anything - not exactly FPM. High number indicates there are many active processes, so if PHP processes is locked in memory for some reason - it will add extra n...
-
My message was deleted not sure why, guess your SOL. Do you know how to fix it?
-
I disabled PHP-FPM now and I got [Mon Oct 07 15:37:44.059871 2019] [:error] [pid 19248:tid 47142920025856] [client 151.255.14.183:20502] SoftException in Application.cpp:267: File "/home/xx/public_...
-
Use 'cat' to print out the entire access log, then scroll up to the time the issue was occuring. You can pipe it through less so you can use page up / page down to scroll through. cat access.log...
-
Did you check the access logs yet? I see it now, but it just view the last hour and everything seems normal The problem was at this morning
-
Yes you are right .. I didn't change bob ::)
-
[root@ ~]# /scripts/restartsrv_apache_php_fpm apache_php_fpm restarted successfully. Now it works I will see what will happen This is the first time i see the load reach 300. maybe it is ddos? ...
-
When I entered this code /scripts/restartsrv_apache_php_fpm I got Service Error (XID 5c2fjf) The "apache_php_fpm" service failed to restart because the restart script exited with an error...
-
Enable slow PHP logging, it can in most cases narrow down the problematic scripts. Modify: /opt/cpanel/ea-php*/root/etc/php-fpm.d/domain.conf You can leave the asterisk next to php if you don't ...