Labels

Tuesday, August 21, 2012

Steps to check Apache connection and error log ?

Below is the details.

date;netstat -ant | grep 80 | grep TIME_WAIT | wc -l

cat /etc/httpd/conf/httpd.conf | grep MaxClients

head /var/log/httpd/error_log

No comments:

Post a Comment