Wrong permissions when uploaded over SFTP ?

When uploading files / folders via SFTP, do you get the wrong / unintended permissions ? This might be evident when you get the permission of a file as 664 when uploaded via FileZilla over SFTP, and you get 644 when the same file is done over FTP. This is due to the...

read more

cPanel scripts returning a Perl error !

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 : #...

read more

cPanel / WHM upgrade failure !

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...

read more

Installing a Perl module using CPAN

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...

read more

mod_ruid2 – Issues in mutual exclusion ?

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...

read more

The Ghost vulnerability – CVE-2015-0235

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' bug...

read more

Turning off mod_gzip using .htaccess rules !

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...

read more

Disabling email alerts from LFD !

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...

read more

Unable to retrieve license keys in Plesk ?

When trying to retrieve license keys from Plesk panel, are you getting an error : Licensing Server Unreachable: Unable to connect with licensing server. Please make sure that your network allows communication to ka.parallels.com:5224. Login to your server via SSH and...

read more
Disable CGI scripting in your cPanel server !

Disable CGI scripting in your cPanel server !

We might decide to disable CGI on the server because of the consequences that weak CGI scripts can have on our server security. If any vulnerable holes are found and the hacker uploads and runs a CGI script, they can get even root access to the server. Well then, how...

read more

Subscribe

/ ( mm / dd )