by admin | Mar 3, 2015 | cPanel/WHM
There might be many situations in which you need to run some default cPanel scripts in the server. Recently i found an issue when running the script : # /usr/local/cpanel/scripts/check_cpanel_rpms –fix The error returned was something like : #...
by admin | Feb 24, 2015 | cPanel/WHM
When trying to upgrade cPanel /WHM version, do you face the following error : Switching to 11.46.2.4 to determine if we can reach that version without failure. FATAL: Could not figure out RPM distribution version The Administrator will be notified to review this...
by admin | Feb 19, 2015 | IIS, OpenSource, Servers
We have some situations in which we need to hide the extension of a webpage to the end users. Mostly this is concerned with the server security. Here we discuss about hiding the PHP extension of a wepage deployed in an IIS server . We can easily implement this in...
by admin | Feb 17, 2015 | General, Servers
In this short post, we will discuss on how to install a perl module using CPAN. First, login to the CPAN interactive shell using the command: # cpan Once, you are in, install a module using the syntax, cpan> install package:function eg, to install the...
by admin | Feb 11, 2015 | SQL, SQL Server Management Studio
Sometimes we get a message like “No backupset selected to be restored” while trying to restore a Database into SQL server 2012 or SQL Server 2014 using SQL Management Studio. There are various reasons for this to happen, such as : If we are trying to restore the...
by admin | Feb 9, 2015 | Apache, cPanel/WHM
The mod_ruid2 Apache module changes the permissions of all of the HTTP requests for a domain to the permissions of the owner of that domain. This is just like suexec or the module mod_suphp ! If you have enabled mod_ruid2 in your server and if there are any scripts...
by admin | Jan 29, 2015 | OpenSource
So there we have another vulnerability affecting the world of opensource. Nick-named as GHOST Vulnerability, it affects the glibc library shipped along with the linux systems. It has been assigned CVE-2015-0235 As per redhat, GHOST is a ‘buffer overflow’...
by admin | Jan 15, 2015 | cPanel/WHM, Servers
You an read this to find out about mod_gzip, an external module for Apache. There can be an issue with mod_gzip, when your website is hit with lots of users, attempting to complete some form-submission and if they do not allow enough time for mod_gzip to send the...
by admin | Jan 14, 2015 | cPanel/WHM
This post will discuss on how to configure the mail service for a domain locally, when the domain’s A record points to an external server. This includes changing the MX records for the domain from WHM or cPanel interface of the domain. Edit the DNS zone of the...
by admin | Jan 12, 2015 | Servers
LFD ( login failure daemon ) which comes along with the firewall CSF, is a process which runs in the background and that scans for the server logs periodically to find any suspicious activities, process, login attempts etc. You might receive Lfd excessive resource...