HTTPD Stopped with High Bandwidth IN
My server has been down several times.
The sys admin only says that the HTTPD service is stop running.
I have check every where, but only found that in KVMPanel the "Bandwidth IN" is always in 98% while bandwidth OUT is only 2%.
I have checked in WHM terminal using commands
a. tail /usr/local/cpanel/logs/error_log
b. grep -E "2024-10-25" /usr/local/cpanel/logs/error_log
But I could not found the culprit..
How to identify the real problem?
-
Hey there! I wouldn't expect searching the cPanel log to show anything related to the Apache service going offline. The Apache log you mentioned *should* show details on why the system crashed, although using "tail" would only show new entries in the log while you are watching in real-time. You'd need to open it with a text editor to explore the file.
A better area to check may be the live Apache status:
apachectl status
or
apachectl fullstatus
as that will show what Apache is doing in real-time on the machine and may help you identify the cause of the traffic.
0
Please sign in to leave a comment.
Comments
1 comment