cPanel

The infamous munin 404 error on cPanel

vi /etc/munin/munin-node.conf Locate (towards bottom)host *change tohost 0.0.0.0This is what you see before…. HTTP error 404 The requested page was not found. Possible reasons why you are seeing this page: A bookmarked URL may have changed since you last visited. The URL was entered incorrectly. The URL was entered with inaccurate capitalization. (URLs are case sensitive.) Please […]

The infamous munin 404 error on cPanel Read More »

How to get mod_geoip to work on cPanel (Country and City)

mod_geoip allows you to look up a user’s location from their IP Address. It comes in handy when you want to display flags, enable download server location and target specific users First run following commands cd /var/cpanel/easy/apache/custom_opt_modswget http://docs.cpanel.net/twiki/pub/EasyApache/EasyApacheCustomModules/custom_opt_mod-mod_geoip.tar.gz tar -xvf custom_opt_mod-mod_geoip.tar.gz Run EasyApache via cPanel or via following command /scripts/easyapache mkdir /usr/share/GeoIP/ cd /usr/share/GeoIP/ wget http://geolite.maxmind.com/download/geoip/database/GeoLiteCountry/GeoIP.dat.gz wget http://geolite.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz gunzip GeoIP.dat.gz

How to get mod_geoip to work on cPanel (Country and City) Read More »