Jump to content

LiveG

Clients
  • Posts

    420
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Where are the instructions?
  2. Hello, Trying to connect my forum via Api And faild. Should i do something with the .htaccess file? where this file located?
  3. Update: it 100% DDOS attack. we will resolve it in our security infrastructure.
  4. Thank you everyone. At this moment it looks like DDOS attack. i will update.
  5. From the last crash: [31-Mar-2024 18:13:54] WARNING: [pool www] seems busy (you may need to increase pm.start_servers, or pm.min/max_spare_servers), spawning 8 children, there are 999 idle, and 1010 total children I increase it all values dramatically, and the site still crashing..i dont understand what is going on
  6. I have total 10240 MB of RAM. [31-Mar-2024 15:00:33] WARNING: [pool www] seems busy (you may need to increase pm.start_servers, or pm.min/max_spare_servers), spawning 32 children, there are 0 idle, and 57 total children [31-Mar-2024 15:28:46] NOTICE: exiting, bye-bye! Something i don't understand, the command you gave me show this path: /etc/php/8.0/fpm/php-fpm.conf But when i want to edit this file - i don't see all the parameter option to edit https://ibb.co/THYjxVV i can see only process.max ( i have enlarge it from 128 to 640) On the other and, when i enter /etc/php/8.0/fpm/php-fpm.conf /pool.d/wwwconf i Can see all the parameter to edit https://ibb.co/tc7vmpJ Which file should i edit?
  7. @Randy Calvert Thank you. This is are the parameter: pm.max_children = 50000 pm.start_servers = 2 pm.min_spare_servers = 3 pm.max_spare_servers = 3 pm.max_requests = 500 How should i know the recommended value?
  8. We start to believe its an some kind of attack
  9. Thank you @Randy Calvert Log for php8.0-fpm in the last crash, i need to take care of it, HOPE IT WILL HELP [29-Mar-2024 22:31:09] WARNING: [pool www] seems busy (you may need to increase pm.start_servers, or pm.min/max_spare_servers), spawning 8 children, there are 0 idle, and 6 total children [29-Mar-2024 22:31:26] WARNING: [pool www] seems busy (you may need to increase pm.start_servers, or pm.min/max_spare_servers), spawning 16 children, there are 0 idle, and 7 total children [29-Mar-2024 22:31:48] WARNING: [pool www] seems busy (you may need to increase pm.start_servers, or pm.min/max_spare_servers), spawning 32 children, there are 0 idle, and 8 total children [29-Mar-2024 22:32:04] WARNING: [pool www] seems busy (you may need to increase pm.start_servers, or pm.min/max_spare_servers), spawning 32 children, there are 0 idle, and 9 total children [29-Mar-2024 22:32:06] WARNING: [pool www] seems busy (you may need to increase pm.start_servers, or pm.min/max_spare_servers), spawning 32 children, there are 0 idle, and 10 total children [29-Mar-2024 22:32:10] WARNING: [pool www] seems busy (you may need to increase pm.start_servers, or pm.min/max_spare_servers), spawning 32 children, there are 0 idle, and 11 total children [29-Mar-2024 22:32:13] WARNING: [pool www] seems busy (you may need to increase pm.start_servers, or pm.min/max_spare_servers), spawning 32 children, there are 0 idle, and 12 total children [29-Mar-2024 22:32:23] WARNING: [pool www] seems busy (you may need to increase pm.start_servers, or pm.min/max_spare_servers), spawning 32 children, there are 0 idle, and 13 total children [29-Mar-2024 22:32:49] WARNING: [pool www] seems busy (you may need to increase pm.start_servers, or pm.min/max_spare_servers), spawning 32 children, there are 0 idle, and 14 total children [29-Mar-2024 22:54:45] WARNING: [pool www] seems busy (you may need to increase pm.start_servers, or pm.min/max_spare_servers), spawning 8 children, there are 0 idle, and 6 total children
  10. These .gz record real-time logs? Another update: the forum doesn't crash when it is in maintenance mode all day (dark for community) ; only when I open it to public it crash after couple of hours. I think this is related to the latest software version IPB has been released.
  11. After many investigations, my server resources (CPU and RAM) suddenly skyrocketed and crashed the server. I want to record logs to a text file for investigation purposes, Please help me better understand which log I should record for the root cause undersatnding. Is it dmesg (displays kernel-related messages) ?
  12. Is it safe to share them here? Which log in the picture attached should i tail -f when my site crashes in order to see the root cause? https://ibb.co/6XSWF6y
  13. yes File systemphp version 8.0 Only when the forum is up Can anyone explain to me how to Capturing errors messages from the server (Linux) into log file? As i understood it could to the root cause of the periodic crashes
  14. Something use all of the memory in once https://ibb.co/h9M2169
×
×
  • Create New...