iSheriff Partner in India

We’re very pleased to announce that we have added a great new vendor to our line card. We sought out and found the best cloud-based security suite available and those products come from a company called iSheriff. iSheriff offers effective web, email and endpoint security all delivered in the cloud through a single interface. What’s ...

How to install suPHP Setup on CentOS 6.x

Add RPM Forge repository. 32-bit: rpm -ivH http://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.2-2.el6.rf.i686.rpm 64-bit: rpm -ivH http://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.2-2.el6.rf.x86_64.rpm Disable RPMForge by default (if you leave things like this enabled, it will break your system). # sed -i ‘s/enabled = 1/enabled = 0/g’ /etc/yum.repos.d/rpmforge.repo Install mod_suphp via yum: Install suPHP # yum install mod_suphp -y –enablerepo=rpmforge Edit  PHP Handler: sed -i ‘s/x-httpd-php=php:/usr/bin/php/x-httpd-php=”php:/usr/bin/php-cgi”/g’ ...

How to install multiple PHP versions on linux

You can install all versions of php either from source or install the default version using yum installer. My server has php5.3 already installed and I am going to install PHP5.6 from source. Prerequisites Install suphp and configure mkdir -p /usr/local/php56 mkdir -p /etc/php56 mkdir -p /etc/php56/php.d Download php5.6 wget http://de1.php.net/distributions/php-5.6.19.tar.gz Compile php ./configure –prefix=/usr/local/php56 ...

Install SSL Certificate in Cpanel

29. March 2016 SSL 0
Note: If the SSL is purchased from hostingahead.com you can create a ticket and we will do the installation for you. To purchase an SSL Certificate Go here Generate CSR: cPanel 11 Step 1: Generate a Private Key Login to cPanel. Click SSL/TLS Manager > Private Keys (KEY). Scroll down near the bottom of the ...

How to install ssl certificate on centos

13. January 2016 SSL 0
SSL Certificate A SSL certificate is a way to encrypt a site’s information and create a more secure connection. In order to install an SSL certificate you have to follow main four steps: 1) Create CSR and Private Key 2) Purchase an SSL certificate from a provider ( you can purchase from here ) 3) ...