Skip to main content

Load on Server Issue

Comments

4 comments

  • Italo Duarte
    By doing the query with the following code the same returns me the list of connected IPS:
    netstat -anp |grep 'tcp\|udp' | awk '{print $5}' | cut -d: -f1 | sort | uniq -c | sort -n
    The return shows more than 329 connections without IP and when this number exceeds 100 Apache stops working and the sites are down! What can it be? - Removed -
    0
  • cPanelMichael
    Hello, The following thread is a good place to start when troubleshooting high resource usage: Troubleshooting high server loads on Linux servers As far as the Apache issue, do you notice any specific output to /usr/local/apache/logs/error_log when Apache stops responding? Thank you.
    0
  • Italo Duarte
    By checking the output of the above command I am trying a flurry of logs showing that the mod_security commands are not being processed. Being print
    0
  • cPanelMichael
    Hello, You can find discussion of the "Rule Processing Failed" messages on the following thread: ModSecurity: Rule processing failed. Thank you.
    0

Please sign in to leave a comment.