Commands Linux CentOS Tips & Tricks
FINDING OUT APACHE CONTINUOUS DOWN PROBLEM
May 19, 2015
0
,

You can check the apache logs using the following command via ssh.

##################################
tail -f /usr/local/apache/logs/error_log
##################################

Please use the following commands for checking which all processes are taking a lot of resources.
##################################
ps aux
nice top -c
ps aux | grep arzerin — command for checking the processes running under the user “arzerin”
##################################

About author

ZERIN

CEO & Founder (BdBooking.com - Online Hotel Booking System), CEO & Founder (TaskGum.com - Task Managment Software), CEO & Founder (InnKeyPro.com - Hotel ERP), Software Engineer & Solution Architect

How To Setup a Subdomain with SSL on Amazon Linux 2 AMI

I assume that you can login to Amazon Linux 2 AMI ...

Read more

MySQL “Order By Clause” Not Working with “SELECT DISTINCT and ORDER BY” after MySQL Update to 5.7

I have recently updated our MySQL server to MySQL ...

Read more

WHM:: PHP Mail is Not Working-Showing Its Disable

When your mail does not work, one example could be...

Read more

There are 0 comments

Leave a Reply

Your email address will not be published. Required fields are marked *