Control Web Panel

WebPanel => Installation => Topic started by: synxmax on April 26, 2015, 11:19:42 AM

Title: How to install mod_geoip ?
Post by: synxmax 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
Title: Re: How to install mod_geoip ?
Post by: kironet 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