Compress cPanel domlogs
Solution Before setting up compression of your logs, you will want to have cpanel run the stats as often as possible. This is so you …
Solution Before setting up compression of your logs, you will want to have cpanel run the stats as often as possible. This is so you …
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 CPanel does not formally release any language packs. You will first have to find the language pack that you are wanting to install. This …
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 Login into the server via ssh and run the following command: root@cpdemo [~]# /scripts/installzendopt This will start an ncurses based installer. The defaults should …
Solution As of January 2006, CPanel has made some changes to their smartctl implementation, which is what they use to periodically scan for SMART errors …
Solution The default installations of Apache will set this up using the logrotate script. If you don’t have this configured automatically or if you’re using …
Solution Make sure root pass is in /root/.my.cnf This is usually the first root pass the box was given once cpanel is installed. If it …
Solution edit perl / cgi script, at top of file … #!/usr/bin/perl use CGI::Carp qw(fatalsToBrowser); then errors should be redirected to browser rather then getting …
Solution Fix cgi scripts that are returning a 500 error because of permissions : /scripts/fixsuexeccgiscripts This reads /usr/local/apache/logs/suexec_log and looks for errors and tries to …