
Awstats and Webalizer weblogs not working on cPanel server
Solution Perform the following: 1) SSH to server as root and run the following commands: echo “” > /scripts/runweblogs /scripts/fixwebalizer Or issue the following commands; …

Solution Perform the following: 1) SSH to server as root and run the following commands: echo “” > /scripts/runweblogs /scripts/fixwebalizer Or issue the following commands; …

Solution The stunnel binary listens on these ports and forwards the requests to cpsrvd (the web interface binary). Ensure that it is running. root@cpdemo [~]# …

Solution Make sure your log rotation scripts are configured and working properly. If you’ve disabled crond for some reason it’s likely that none of the …

Solution The command /usr/sbin/sendmail -q forces the queue to be sent. Use the command mailq to tell what’s stacked up in the queue.

Solution This error is encountered by both scripts and applications, that are unable to use the new authentication protocol introduced by MySQL 4.1.x. The only …

Solution 1. Is the license expired? This is the most obvious cause and simple to verify. Check https://verify.cpanel.net/ with the server’s IP. 2. Is the …

Plesk will lock out accounts if multiple failed attempts to login are registered. The default is to lock accounts for 30 minutes after 3 failed …

Sometimes the precompiled wget binaries refuse to work with your ssl linked libraries. The simple solution is to compile a new wget binary to be …

If you are unable to access your server via https://1.2.3.4:2222, then 1 of 3 things is likely happening: 1. DirectAdmin might not be running or …

1) SSH to server as root. 2) cd /etc 3) cp named.conf named.conf.BAK 4) wget -O /etc/named.conf https://www.directadmin.com/named.conf 5) then run: for i in `cat …

If you are getting this error /usr/include/krb5.h:2606:24: et/com_err.h: No such file or directory when compiling, install the e2fsprogs-devel package which provides the required header file …