Centos-web panel (CWP) Services, Logs and Configuration files

Centos-web panel (CWP) Services, Logs and Configuration files

CWP Login Logs: /var/log/cwp_login.log or /var/log/cwp_client_login.log
cwpsrv Logs:
        /usr/local/cwpsrv/logs
        /usr/local/cwp/php71/var/log/

Apache:
Logs
        Global Access and Error logs: /var/log/httpd/
        Domain logs: /usr/local/apache/logs
Services
        Stop: service httpd stop
        Start: service httpd start
        Restart: service httpd restart
        Status: service postfix status
Configuration
        /etc/httpd/conf/httpd.conf
        /etc/httpd/conf.d/

suPHP Log: /var/log/suphp.log

PHP Rebuild Log (PHP Switcher): /var/log/php-rebuild.log

Nginx:
Logs: /var/log/nginx/error.log

Services
        Stop: service nginx stop
        Start: service nginx start
        Restart: service nginx restart
        Status: service postfix status
Configuration
        /etc/nginx/nginx.conf

FTP log: /var/log/messages

MySQL logs:
        /var/lib/mysql/HOSTNAME.err

Postfix:
Logs path:
        /usr/local/psa/var/log/maillog
Services:
        Stop Services: service postfix stop
        Start services: service postfix start
        Restart services: service postfix restart
        Status: service postfix status
Configuration:
        /etc/postfix/master.cf
        /etc/postfix/main.cf

Dovecot:
Logs:
    Logs can be found using the /usr/sbin/dovecot log find command
        # /usr/sbin/dovecot log find
        Debug: /var/log/dovecot-debug.log
        Info: /var/log/dovecot-info.log
        Warning: /var/log/dovecot.log
        Error: /var/log/dovecot.log
        Fatal: /var/log/dovecot.log
Services:
        Stop: service dovecot stop
        Start: service dovecot start
        Restart: service dovecot restart
        Status: service dovecot status
Configuration:
        /etc/dovecot/dovecot.conf
        /etc/sysconfig/dovecot (CentOS/RHEL)
        /etc/dovecot/conf.d/11-plesk-security-ssl.conf

Roundcube log: /usr/local/cwpsrv/var/services/roundcube/logs/sendmail

BIND:
Logs
        /var/log/messages
Services
        Stop: service named stop
        Start: service named start
        Restart: service named restart
        Status: service named status
Configuration
        /etc/named.conf
       
CSF & LFD firewall logs: /var/log/lfd-log

SSH logs: /var/log/secure
Yum logs: /var/log/yum.log   


    • Related Articles

    • Plesk services logs and configuration files

      Plesk services logs and configuration files Plesk Logs Error log: /var/log/sw-cp-server/error_log Access log: /var/log/plesk/httpsd_access_log Panel log: /var/log/plesk/panel.log Configuration PHP config on RHEL-based: ...
    • How to install CentOS Web Panel (CWP)

      Steps to follow to install CWP Panel from CLI Step 1: Download and Install the CWP Panel from CLI 1. Login to your server as root or as any other user with sudo privilege and run the following commands in the terminal. # cd /usr/local/src # wget ...
    • How to check Cpanel Logs

      How to check Cpanel Logs Reference KB: https://docs.cpanel.net/knowledge-base/cpanel-product/the-cpanel-log-files/ Website Raw Access Log Website Error Logs FTP Access Log FTP Login Logs Cpanel Access Log Maillog Website Raw Access Log Option1: To ...
    • Available automated scripts at centos web panel (CWP) with the latest version

      Restart HTTPD service: # sh /usr/local/cwpsrv/htdocs/resources/scripts/restart_httpd Install or update ioncube loader PHP addons (you will need to restart httpd and cwpsrv): # sh /usr/local/cwpsrv/htdocs/resources/scripts/update_ioncube Upgrade ...
    • Plesk Custom File Extension Support

      Plesk Custom File Extension Support Issue: Problem with the ".htaccess" file and the "include" function, resulting in the top panel and footer not appearing on the website as the include files are not processed in the web server Step 1: Navigate to ...