Block Entire Country using .htaccess file

13 years ago

To block a traffic from  entire country using .htaccess file, Go to following URL and select the country which you…

Debug RvSitebuilder

13 years ago

Are you getting any problem while using RVsitebuilder. to view debug information, use following steps. 1.  SSH as a root…

EasyApache Error

13 years ago

/scripts/preeasyapache: line 116: /var/asl/data/templates/template-cpanel-posteasyapache-hook: No such file or directory This file is missing, I only have these 4 in that…

MySQL-python : Installation

13 years ago

wget http://downloads.sourceforge.net/mysql-python/MySQL-python-1.2.2.tar.gz gzip -d MySQL-python-1.2.2.tar.gz tar -xvf MySQL-python-1.2.2.tar.gz cd MySQL-python-1.2.0 python setup.py build python setup.py install Thats all.  

mySQL Result Source Errors

13 years ago

Warning: Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in… You need to take a look at…

MRTG: error for eth0

13 years ago

WARNING: Problem with External get '/etc/mrtg/system network eth0 Solution: vi /etc/mrtg/mrtg.cfg find eth0 and change eth0 to eth1 then restart…

MRTG: WARNING: Problem with External get

13 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

13 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

13 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

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