Recently I had problem with apache after upgrade, and after checking log files, I found that error was
PHP Fatal error: [ionCube Loader] The Loader must appear as the first entry in the php.ini file in Unknown on line 0
This is because ionCube must be loaded before any of the Zend...
DATABASE ERROR: CONNECTION FAILED!
Unable to connect to the database!
Please contact your server-administrator.
In order to resolve this error you need to use the following command
Solution :
/usr/local/cpanel/bin/update-roundcube...
Rebuilding Roundcube in Cpanel is just with one command
/usr/local/cpanel/bin/update-roundcube...
Spamming is a known problem for every host, and adding information in header for the emails sent by php is a great way to track down spamming script.
Cpanel has this option to select in easyapache.
You can go to WHM>>Easy apache,
Exhaustive Options list >>...
Php mail () function is used to send emails through php scripts and most of the times is used by spammers to spam from servers. Here is the way to disable it in WHM/Cpanel.
Login to WHM
Go to tweak settings
Find “Prevent the user "nobody" from sending out mail to remote addresses (PHP...
Irongeek.com wrote a script to detect MD5 change in the files in your hosting account. Actually Irongeek.com was hacked few months before and therefore they wrote this script and I believe this script is very helpful for webadmins.
You can download this script in text file by clicking...
Linux is a biggest example of free and Opensource software. How it is built? Here you see the video...
Error message:
http://security.debian.org lenny/updates Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY AED4B06F473041FA
Reason:
as it turns out this is because GPG key expired
This key rollover is a normal maintenance task and...
Yesterday I wrote a post when I found a script to monitor disk space in a server and getting alert on thresh hold level. However that script just send a notification when disk space is on thresh hold, but I wanted to get disk usage on daily basis therefore I made some modifications in...
If you are running a busy server with several customers, uploading alot of file then there is a chance that you get out of space without knowing. I was about to write a script for my server but then found it on a famous website.
#!/bin/sh
# Shell script to monitor or watch the disk space
# It...