安裝GeoIP
yum install GeoIP GeoIP-devel GeoIP-data zlib-devel
下載最新的IP數據
mkdir /usr/local/share/GeoIP cd /usr/local/share/GeoIP wget http://geolite.maxmind.com/download/geoip/database/GeoLiteCountry/GeoIP.dat.gz wget http://geolite.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz gunzip GeoIP.dat.gz gunzip GeoLiteCity.dat.gz
安裝 mod_geoip
yum install mod_geoip
修改apache配置
GeoIPEnable On GeoIPDBFile /usr/local/share/GeoIP/GeoIP.dat Standard GeoIPDBFile /usr/local/share/GeoIP/GeoLiteCity.dat Standard
5.檢查
phpinfo();
文章版權歸作者所有,未經允許請勿轉載,若此文章存在違規行為,您可以聯系管理員刪除。
轉載請注明本文地址:http://specialneedsforspecialkids.com/yun/25994.html
安裝GeoIP yum install GeoIP GeoIP-devel GeoIP-data zlib-devel 下載最新的IP數據 mkdir /usr/local/share/GeoIP cd /usr/local/share/GeoIP wget http://geolite.maxmind.com/download/geoip/database/GeoLiteCountry/GeoI...
摘要:下安裝的正確姿勢安裝有很多種方式,但是在下如何能夠快速且按照官方標準的安裝呢首先登錄官方網站,點擊右側菜單,選擇底部對應的墻裂建議找到對應的操作系統,復制這段代碼。安裝完成后使用和查看對應的版本信息和配置信息。 Centos下Nginx安裝的正確姿勢;Nginx安裝有很多種方式,但是在centos下如何能夠快速且按照nginx官方標準的安裝nginx呢? 首先登錄nginx官方網站:h...
閱讀 2335·2023-04-25 14:29
閱讀 1457·2021-11-22 09:34
閱讀 2702·2021-11-22 09:34
閱讀 3392·2021-11-11 10:59
閱讀 1851·2021-09-26 09:46
閱讀 2222·2021-09-22 16:03
閱讀 1921·2019-08-30 12:56
閱讀 479·2019-08-30 11:12