国产xxxx99真实实拍_久久不雅视频_高清韩国a级特黄毛片_嗯老师别我我受不了了小说

資訊專欄INFORMATION COLUMN

CentOS 為 Apache 安裝GeoIP 支持

ckllj / 889人閱讀

安裝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/35861.html

相關文章

  • CentOS Apache 安裝GeoIP 支持

    安裝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...

    caiyongji 評論0 收藏0
  • Nginx深入了解-基礎(一)

    摘要:下安裝的正確姿勢安裝有很多種方式,但是在下如何能夠快速且按照官方標準的安裝呢首先登錄官方網站,點擊右側菜單,選擇底部對應的墻裂建議找到對應的操作系統,復制這段代碼。安裝完成后使用和查看對應的版本信息和配置信息。 Centos下Nginx安裝的正確姿勢;Nginx安裝有很多種方式,但是在centos下如何能夠快速且按照nginx官方標準的安裝nginx呢? 首先登錄nginx官方網站:h...

    draveness 評論0 收藏0

發表評論

0條評論

最新活動
閱讀需要支付1元查看
<