No longer any apache log entries being made.
I noticed that for the past couple of days, there are no longer any entries being made to the Apache error log:
/usr/local/apache/logs/error_log
Anyone know why this would happen?
-
What are the output of those commands? egrep -i 'loglevel' /usr/local/apache/conf/httpd.conf egrep -i 'errorlog' /usr/local/apache/conf/httpd.conf stat /usr/local/apache/logs/error_log0 -
Hello, Try restarting syslogd or rsyslogd (depending on which one your server is running). This will usually solve the issue. 0
Please sign in to leave a comment.
Comments
2 comments