View Single Post
  #1  
Old 09-16-2012, 10:50 PM
stairmaster stairmaster is offline
Member
 
Join Date: Mar 2011
Posts: 22
Default GeoIP don't display in phpinfo

Hi,

I can't get my GeoIP server variables to work in phpinfo.php

My settings in Litespeed in 'IP to GeoLocation DB' ..
DB File Path: /usr/local/share/GeoIP
DB Cache Type: MemoryCache

I have put my .dat files in what I believe is the correct folder
/usr/local/share/GeoIP/GeoIP.dat
/usr/local/share/GeoIP/GeoIPCity.dat

In my website's .htaccess file I have
GeoIPEnable On
GeoIPDBFile /usr/local/share/GeoIP/GeoIP.dat
GeoIPDBFile /usr/local/share/GeoIP/GeoIPCity.dat

I expect to be able to see my GeoIP server variables in phpinfo.php but they are not there. What can I do?
Reply With Quote