Results 1 to 9 of 9

Thread: Know cPanel logs in detail !

  1. #1
    Join Date
    Aug 2006
    Location
    Nasik / Pune / Mumbai :)
    Posts
    31

    Lightbulb Know cPanel logs in detail !

    Applications can log the system activity in two ways, one being according to their autonomous logic & the other through the system's log daemon, well know as syslog..

    The syslog daemon's configuration file /etc/syslog.conf contains all the necessary paths/locations as to where the logs are stored.

    Usually the directory /var/log/ is used for the system logs but other applications use the applications specified directories to store their log files...
    Many distributions provide tools to manage and analyze the system logs.

    Logrotate is a well known log rotation tool which usually is configured in the /etc/logrotate.conf file.
    It may also have additional package-defined configurations in the /etc/logrotate.d/ directory..
    In order to understand what's happening on the system a brief analysis of /etc/syslog.conf is mandatory for checking the main logs positions.

    Here are some basic log files, their locations & a brief description which can be found in Linux distros [mostly in cPanel ]:

    General:

    cPanel/WHM Initial Installation Errors:
    Location : /var/log/cpanel*install*
    Description : These log files contain cPanel installation logs & should be referenced first for any issues resulting from new cPanel installations..
    Cpanel/WHM Service Status Logs:
    Location : /var/log/chkservd.log
    Description :The service monitoring demon (chkservd) logs all service checks here. Failed service are represented with a [-] and active services are represented by [+].
    Cpanel/WHM Accounting Logs:
    Location : /var/cpanel/accounting.log
    Description : Contains a list of accounting functions performed through WHM, including account removal and creation..

    cPanel/WHM
    Specific Requests and Errors:
    cPanel error logs:
    Location : /usr/local/cpanel/logs/error_log
    Description : cPanel logs any error it incurs here. This should be checked when you encounter errors or strange behavior in cPanel/WHM...
    cPanel License Error Logs:
    Location : /usr/local/cpanel/logs/license_log
    Description : All license update attempts are logged here. If you run into any errors related to license when logging in, check here.
    Stats Daemon Logs:
    Location : /usr/local/cpanel/logs/stats_log
    Description : The stats daemon (cpanellogd) logs the output from all stats generators (Awstats, Webalizer, Analog) here.
    Client Information, Requested URL Logs:
    Location : /usr/local/cpanel/logs/access_log
    Description : General information related to access cPanel requests is logged here.
    cPanel/WHM Update Logs:
    Location : /var/cpanel/updatelogs/update-[TIMESTAMP].log
    Description : Contains all output from each cPanel update [upcp]. It's named with the timestamp at which the upcp process was initiated..
    Bandwidth Logs:
    Location : /var/cpanel/bandwidth
    Description : Files contain a list of the bandwidth history for each account. Each named after their respective user.
    Tailwatchd [New]:
    Location : /usr/local/cpanel/logs/tailwatchd_log
    Description : Logs for daemon configuired under tailwatchd ie. cPBandwd, Eximstats, Antirelayd.

    Apache Logs:

    General Error and Auditing Logs:
    Location : /usr/local/apache/logs/error_log
    Description : All exceptions caught by httpd along with standard error output from CGI applications are logged here..
    The first place you should look when httpd crashes or you incur errors when accessing website.
    Apache SuExec Logs:
    Location : /usr/local/apache/logs/suexec_log
    Description : Auditing information reported by suexec each time a CGI application is executed. Useful for debugging internal server errors, with no relevant information being reported to the Apache error_log, check here for potential suexec policy violations...
    Domain Access Logs:
    Location : /usr/local/apache/domlogs/domain.com
    Description : General access log file for each domain configured with cPanel.
    Apache Access Logs:
    Location : /usr/local/apache/logs/access_log
    Description : Complete web server access log records all requests processed by the server.
    Exim :
    Message Reception and Delivery:
    Location : /var/log/exim_mainlog or /var/log/exim/mainlog
    Description : Receives an entry every time a message is received or delivered.
    Exim ACLs/Policies based RejectLog :
    Location : /var/log/exim_rejectlog
    Description : An entry is written to this log every time a message is rejected based on either ACLs or other policies eg: aliases configured to :fail
    Unexpected or Fatal Errors:
    Location : /var/log/exim_paniclog
    Description : Logs any entries exim doesn’t know how to handle. It's generally a really bad thing when log entries are being written here, and they should be properly investigated..
    IMAP/POP/SpamAssassin General Logging and Errors:
    Location : /var/log/maillog & /var/log/messages
    Description : The IMAP, POP, and SpamAssassin services all log here. This includes all general logging information (login attempts, transactions, spam scoring), along with fatal errors.

    FTP:

    FTP Logins and General Errors:
    Location : /var/log/messages
    Description : General information and login attempts are logged here..
    FTP Transactions logging:
    Location : /var/log/xferlog or /var/log/messages
    Description : Is a symbolic link in most cases to /usr/local/apache/domlogs/ftpxferlog, which contains a history of the transactions made by FTP users...

    MySQL:

    MySQL General Information and Errors :
    Location : /var/lib/mysql/$(hostname).err
    Description : This path could vary, but is generally located in /var/lib/mysql. Could also be located at /var/log/mysqld.log

    Security:

    Authentication attempts:
    Location : /var/log/secure
    Description : Logs all daemons which requires PAM Authentication.
    Tracking all Bad Logins and Logouts:
    Location : /var/log/btmp
    Description : Log of all attempted bad logins to the system. Accessed via the lastb command..
    Tracking all Logins and Logouts:
    Location : /var/log/wtmp
    Description : The wtmp file records all logins and logouts.
    Last Logins:
    Location : /var/log/lastlog
    Description : Database times of previous user logins. The lastlog file is a database which contains info on the last login of each user.
    WebDav or WebDisk Log :
    Location : /usr/local/cpanel/logs/cpdavd_error_log
    Description : The cpdavd daemon is "WebDav" (better known as "WebDisk") which was introduced in cPanel 11 to allow users to mount their home directory on their personal computer, always having access to the files and content...
    Cphulkd Logs:
    Location : /usr/local/cpanel/logs/cphulkd_errors.log
    Description : cPHulk Brute Force Protection prevents malicious forces from trying to access your server's services by guessing the login password for that service....
    It blacklists IPs that it thinks are trying to run a brute force attack.
    Failure Logging:
    Location : /var/log/faillog
    Description : Faillog formats the contents of the failure log from /var/log/faillog database. It also can be used for maintains failure counters and limits. Run faillog without arguments display only list of user faillog records who have ever had a login failure.
    Startup/Boot, Kernel & Hardware error messages :
    Location : /var/log/dmesg
    Description : dmesg is a "window" into the kernels ring-buffer. It's a message buffer of the kernel. The content of this file is referred to by the dmesg command. It shows bootlog and the hardware errors..

    Tomcat:

    General Startup, Shutdown & Error Logs:
    Location : /usr/local/jakarta/tomcat/logs/catalina.err and /usr/local/jakarta/tomcat/logs/catalina.out
    Description : Logs for Tomcat and all tomcat based applications...
    Happy Logging
    Viraj Nevase
    8007711009

  2. #2
    Join Date
    Aug 2006
    Location
    Nasik / Pune / Mumbai :)
    Posts
    31

    Smile

    /var/log/secure also logs actions performed in cPanel that require privilege escalation.

    11.23.6 added Log Rotation for cPanel specific logs. Newer versions of CentOS/RHEL 5 can use rsyslog instead of syslog.

    A number of logs are rotated when cpanellogd executes.
    Viraj Nevase
    8007711009

  3. #3
    Join Date
    Sep 2008
    Posts
    5

    Default

    Hey Viraj nice post and very helpful, keep it up.

    Keep it updated with cpanel's help

  4. #4

    Default

    WoW, what a masterpeice of information shared with all of us. Viraj, you simply Rock when its related to the Servers.You are a knowledge powerhouse.

  5. #5
    Join Date
    Aug 2006
    Location
    Nasik / Pune / Mumbai :)
    Posts
    31

    Default

    Quote Originally Posted by Richie D View Post
    WoW, what a masterpeice of information shared with all of us. Viraj, you simply Rock when its related to the Servers.You are a knowledge powerhouse.
    Thank you for your kind words, Richie
    Viraj Nevase
    8007711009

  6. #6
    Join Date
    Feb 2009
    Posts
    1

    Default

    Hi i am new here otherwise a regular to the internet
    vast information which is found no where is available here.helpful piece of writing, first-class
    one question: do you accept ads or banners for posting over here in exchange of backlinks or your ads??
    i have a game site with over 500 uniq visitors per day.

    Sachin Marathe
    Last edited by sachin; 02-14-2009 at 01:57 PM.

  7. #7
    Join Date
    Aug 2006
    Location
    Nasik / Pune / Mumbai :)
    Posts
    31

    Thumbs up

    Thank you Sachin Welcome to the forums.. Have a nice time here..

    Regarding the backlinks or ads, kindly contact our Sales Dept over live chat support available on our main page.. I'm sure they're going help you with this..
    Viraj Nevase
    8007711009

  8. #8
    Join Date
    Jan 2010
    Posts
    4

    Default

    Discussion is too good and thanx for sharing
    Dedicated Linux Server Hosting

  9. #9
    Join Date
    Aug 2006
    Location
    Nasik / Pune / Mumbai :)
    Posts
    31

    Wink

    Quote Originally Posted by meganjo View Post
    Discussion is too good and thanx for sharing
    Yep, long but useful, for sure
    Viraj Nevase
    8007711009

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •