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 3. cd tar xvfz mod_layout-3.2.tar.gz and open the Makefile first and find following # the used tools APXS=apxs APACHECTL=apachectl CC=`apxs -q CC` INC=-I`apxs -q INCLUDEDIR` `$(APXS) -q CFLAGS` #-DLAYOUT_FILEOWNER_NAME LD_SHLIB=`apxs -q LDFLAGS_SHLIB` Replace the values […]
See MoreTag: hostripples
Mod_ipdrop
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 ## ## # CONFIGURATION # ## ## GlobalMaxConnectionsPerIP 10 10 10 IPDropDebug 1 —————————- mod_ipdrop is already installed on server and configure it as follows http://miksir.pp.ru/mod_ipdrop_v001/README
See MoreMod_evasive Installation
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 this section for Apache 2.0.x. ———- up2date -i httpd-devel 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/sbin/apxs -cia mod_evasive20.c ———- If you are adding the is module to apache 1.3.x the following lines […]
See More