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…
cd /usr/local/src FOR APache 2 wget http://apache.hoxt.com/httpd/modpython/mod_python-3.3.1.tgz FOR Apache 1 wget http://apache.hoxt.com/httpd/modpython/mod_python-2.7.11.tgz 2) Configure & install Python cd mod_python-2.7.11 ./configure…
wget http://www.outoforder.cc/downloads/mod_log_sql/mod_log_sql-1.101.tar.bz2 bunzip tar -xvf cd /configure --with-apxs=/usr/local/apache/bin/apxs --with-mysql=/usr make make install mysql -u root -p mysql> create database apachelog;…
"Mod_bandwidth" (mod bandwidth) is a module for the Apache webserver that enable the setting of server-wide or per connection bandwidth…
wget http://prdownloads.sourceforge.net/modauthmysql/mod_auth_mysql-2.9.0.tar.gz?download tar xvzf mod_auth_mysql-2.9.0.tar cd mod_auth_mysql-2.9.0.tar /usr/local/apache/bin/apxs -c -lmysqlclient -lm -lz -I /usr/include/mysql/ mod_auth_mysql.c /usr/local/apache/bin/apxs -i mod_auth_mysql.so configtest Restart…
1. Place the file "cgi-bin/mivavm" in your Apache "cgi-bin" directory. 2. Change the ownership and permissions of the "mivavm" binary…
1. Install RVSiteBuilder on the NEW server, follow the installation at http://rvsitebuilder.com/installation.htm. 2. Make sure the transferring hosting accounts has…
First install ImageMagick http://www.hvtc.edu.vn:1982/download/MagickWandForPHP-0.1.3.zip http://www.magickwand.org/download/php/magickwand-0.1.8.tar.gz http://www.hvtc.edu.vn:1982/download/gd-2.0.33.zip unzip phpize ./configure make make install add extension in php.ini and restart httpd. Thats…
1) add the path of the missing libraries in the file /etc/ld.so.conf 2) execute the following command: ldconfig this way,…