Is cron running?
In order to check and see if cron is running or not, run the following commands via ssh at the command line: tail -f /var/log/cron Will show the last 10…
In order to check and see if cron is running or not, run the following commands via ssh at the command line: tail -f /var/log/cron Will show the last 10…
If your domain is using external an mail server like Google mail for its pop and smtp activities, you need to make the following changes in your cpanel server. Go…
There are several ways to disable Mod Security for a specific domain, or location within a domains pages. More often then not, when you add a new domain after installing…
If spamd keeps failing, SSH into the server and run the following commands (in order): ps auxfww | grep spamd kill -9 PID /scripts/perlinstaller –force Digest::SHA1 /scripts/fixspamassassinfailedupdate /etc/init.d/chkservd restart
If Apache v2.x is installed on your server, you can view all of the modules compiled in with Apache by running the following command: httpd -l Also, you can use…
PHPMyAdmin will not work for uploading large mysql databases. If you are working with phpMyAdmin and need to upload a large database you will often get the error "Fatal error:…
I came across this error today when a client called and was having difficulty with his database while running Prosper202. Prosper202 is a pay per click affiliate marketing software. If…