Apache Logging

From Hostek.com Wiki
Jump to: navigation, search

This document describes the cPanel Apache logging details and issues for Linux VPS.

Apache Logs

User domain logs:
/usr/local/apache/domlogs/
Error log:
/usr/local/apache/logs/error_log
General access log:
/usr/local/apache/logs/access_log
suPHP log:
/usr/local/apache/logs/suphp_log
suExec log:
/usr/local/apache/logs/suexec_log
Mail Log:
/var/log/maillog

Checking Mail Logs

To check the mail logs on your Linux/cPanel VPS you can log in via SSH and run the following command:

grep yourdomainnamehere.com /var/log/exim_mainlog

Piped Logging

Piped logging is by default disabled. If your Apache processes are using up a lot of memory you could reduce that by enabling piped logging. When piped logging is not enabled, Apache has to be restarted every time the logs are rotated. When this happens you will see entries like this in the error_log:
[Tue Apr 09 12:06:23 2013] [notice] Graceful restart requested, doing restart
.

Enabling piped logging

  1. Log into WHM
  2. Go to Service Configuration > Apache Configuration > Piped Log Configuration
  3. Enable piped Apache logging, save it and let WHM rebuild the configuration