Managing your XEN VMs using Reduxio storage gives you the power of Backdating – BackDating operates like a built-in time machine, instantly recover your applications from any data loss event – be it software failure or cyber attacks, simply by
Redirecting .aspx to PHP
In most cases 301 redirects are written in the “.htaccess” file. However, when the URL is complex and contains special characters it can be very tricky for the novice user. To simplify the process we can redirect all the *.ASPX traffic to a PHP
WHM reseller backup
Backing up data is of the utmost importance when running a website, regardless of whether you have a reseller account yourself or are a client of one. Server crashes, accidental deletions, viruses, and malware are just some of the things
MSSQL SUPPORT FOR CPANEL SERVER (freetds / odbc)
This post will help you in configuring your cPanel server to support remote MS-SQL servers. First step – Install freetdns / odbc yum install unixODBC unixODBC-devel cd /usr/local/src wget http://ibiblio.org/pub/Linux/ALPHA/freetds/stable/freetds-stable.tgz tar zfvx freetds-stable.tgz cd freetds-* ./configure –prefix=/usr/local/freetds –with-tdsver=8.0 –enable-msdblib –enable-dbmfix
Create MySQL database & user from cli
The following script creates a MySQL database & a user who will be assigned as a privileged user to the db. We used the following credentials for this example – Database name: mysite_db Database user: mysite_user Database password: mypassword ##
Automated MySQL Installation
Here is a nice “Copy & Paste” script that you can use for installing MySQL. This script skips the “mysql_secure_installation” part, in which you need to answer questions, and simply inserts all the needed information directly into the database. This
Libmodsecurity installation
Libmodsecurity is one component of the ModSecurity v3 project. Libmodsecurity is a complete rewrite of the ModSecurity platform. You can find more details about the project here – https://github.com/SpiderLabs/ModSecurity/tree/libmodsecurity We’ve created a “Copy & Paste” script for installing and testing
CL PHPSelector – Allow per user php.ini changes
PHP Selector is a CloudLinux component integrated on top of CageFS. It allows each user to select a unique PHP version and modules based the user’s needs. PHP Selector requires an active account and CageFS to be enabled. A cPanel user is
Install CXS on clean CentOS
ConfigServer eXploit Scanner (cxs) is a tool which performs an active scanning of files as they are uploaded to the server. CXS Should only work on a cPanel/WHM server per the product’s requirements. However, you can still install it on a ‘clean’