当前位置: 首页 > 后端技术 > PHP

CentOS安装GeoIPforApacheSupport

时间:2023-03-29 19:52:50 PHP

installGeoIPyuminstallGeoIPGeoIP-develGeoIP-datazlib-devel下载最新IP数据mkdir/usr/local/share/GeoIPcd/usr/local/share/GeoIPwgethttp://geolite.maxmind.com/download/geoip/database/GeoLiteCountry/GeoIP.dat.gzwgethttp://geolite.maxmind.com/download/geoip/database/GeoLiteCity.dat.gzgunzipGeoIP.dat.gzgunzipGeoLiteCity.dat.gz安装mod_geoipyum安装mod_geoip修改apache配置GeoIPEnableOnGeoIPDBFile/usr/local/share/GeoIP/GeoIP.datStandardGeoIPDBFile/usr/local/share/GeoIP/GeoLiteCity.datStandard5.检查phpinfo();