Author Topic: How to install mod_geoip ?  (Read 7439 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
How to install mod_geoip ?
« on: April 26, 2015, 11:19:42 AM »
Hi there , im trying to install mod_geoip for apache but i can't , if i add epel repo and try to install it via yum , it's going to install httpd ( apache ) too , i think it's going to ruin my server

is there anyway i can install it ?
thanks in advance

Offline
*
Re: How to install mod_geoip ?
« Reply #1 on: April 26, 2015, 01:41:51 PM »
try:

Code: [Select]
sudo pecl install geoip
and add the following to your php.ini file:

Code: [Select]
extension=geoip.so
« Last Edit: April 26, 2015, 01:44:16 PM by kironet »