Download mod_evasive from http://www.nuclearelephant.com/projects/mod_evasive/ $ tar zxvf mod_evasive_1.10.1.tar.gz $ cd mod_evasive Compile mod_evasive apache module For Apache 2 $ /usr/local/apache/bin/apxs -i -a -c mod_evasive20.cFor Apache 1.3 $ /usr/local/apache/bin/apxs -i -a -c mod_evasive.c Compilation is done under the assumption that path to apache is /usr/local/apache. If not replace /usr/local/apache with your path to apache. Edit your […]
Archive for the ‘Installation’ Category
December 2nd, 2011
How to install APC (Alternative PHP Cache)
APC gives our server a huge performance boost. It is a free and robust framework for caching and optimizing PHP intermediate code. The installation steps are given below : 1. Login to the server as root 2. Download APC. You will get the latest tar file from the site http://pecl.php.net/package/apc wget http://pecl.php.net/get/APC-3.0.14.tgz 3. Extract and […]



