Hostripples Featured

Enable Mysql Event Schedulers

To execute the mysql events as per the schedule, First enable it on the server. How to enable it? Go…

13 years ago

Block Entire Country using .htaccess file

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

13 years ago

Debug RvSitebuilder

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

13 years ago

EasyApache Error

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

13 years ago

MySQL-python : Installation

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.  

13 years ago

mySQL Result Source Errors

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

13 years ago

MRTG: error for eth0

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…

13 years ago

MRTG: WARNING: Problem with External get

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

13 years ago

MRTG: Libpng error

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

13 years ago

Install mod_throttle

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…

13 years ago