MRTG: WARNING: Problem with External get

12 years ago

WARNING: Problem with External get '/etc/mrtg/system swap': Expected a Number for 'in' but got '' WARNING: Problem with Externale get…

MRTG: Libpng error

12 years ago

Error: Signal was 11, Returncode was 0 gd-png:  fatal libpng error: Incompatible libpng version in application and library WARNING: rateup…

Install mod_throttle

12 years ago

wget http://www.snert.com/Software/mod_throttle/mod_throttle312.tgz vim Makefile In the Makefile, you should change this line: APXS=apxs Now save this file, and continue to…

install-mod_layout

12 years ago

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…

Mod_ipdrop

12 years ago

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 ##        …

Mod_evasive Installation

12 years ago

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…

mod_python Installation

12 years ago

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…

Install mod_log_sql

12 years ago

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

12 years ago

"Mod_bandwidth" (mod bandwidth) is a module for the Apache webserver that enable the setting of server-wide or per connection bandwidth…

mod_auth_mysql : How to install

12 years ago

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…