Installing GeoIP in cPanel/WHM
Posted
by
Ynhockey
on Server Fault
See other posts from Server Fault
or by Ynhockey
Published on 2012-03-25T08:55:36Z
Indexed on
2012/03/25
11:32 UTC
Read the original article
Hit count: 269
I need to install GeoIP on a cPanel server (running CentOS 5.8). I have tried installing it through EasyApache (after installing geoip-devel and the relevant EasyApache addon), and it seems to have installed successfully. However, it won't load into Apache.
UPDATE:
Apparently the line:
LoadModule geoip_module modules/mod_geoip.so
does appear in the httpd.conf but the module isn't actually enabled--it isn't shown as loaded in phpinfo and GeoIP directives in .htaccess don't work. What am I doing wrong?
© Server Fault or respective owner