How to Install 1. download it first of all wget http://fresh.t-systems-sfr.com/unix/src/www/mod_layout-3.2.tar.gz or wget http://www.tangent.org/download/mod_layout-3.2.1.tar.gz 2. uncompress it tar xvfz mod_layout-3.2.tar.gz…
mkdir ipdrop cd ipdrop wget http://miksir.pp.ru/mod_ipdrop_v001/Makefile wget http://miksir.pp.ru/mod_ipdrop_v001/mod_ipdrop.c APXS=/usr/local/apache/bin/apxs make APXS=/usr/local/apache/bin/apxs make install vi /etc/httpd/conf/httpd.conf /etc/init.d/httpd restart ## …
Use following steps to do it. cd /usr/local/src wget http://www.zdziarski.com/projects/mod_evasive/mod_evasive_1.10.1.tar.gz tar -zxf mod_evasive_1.10.1.tar.gz cd mod_evasive /usr/local/apache/bin/apxs -cia mod_evasive.c ---------- Follow…