Quote:
Originally Posted by x YNWA x
Does anyone have a step by step guide on how I install this GeoIP PHP extension please? http://www.maxmind.com/app/php Just gives a download link but no instructions... Thanks
|
As root:
Debian / Ubuntu
Code:
aptitude install php5-geoip
Red Hat / Cent OS / Fendora
Code:
yum install php5-geoip
Restart Apached or Lightpd or Nginx (which ever you are using)
Done