国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 網(wǎng)站 > 建站經(jīng)驗 > 正文

Nginx geoip模塊實現(xiàn)地區(qū)性負載均衡

2019-11-02 16:15:42
字體:
供稿:網(wǎng)友
相信做過awstats的都用過開源的geoip.dat  ip數(shù)據(jù)庫,剛好nginx wiki上有g(shù)eoip 模塊,這樣就可以實現(xiàn)地區(qū)性的負載均衡,但是maxmind 的ip數(shù)據(jù)庫對中國的支持不算太好,不過現(xiàn)在也不錯了~ 參考文章:http://wiki.nginx.org/NginxHttpGeoIPModule 說下我的環(huán)境,我有一臺美國linux 服務(wù)器,一臺美國的windows 2003 ,一臺本的XP。機器,其他測試用戶都是,QQ群里的朋友,好了開始測試linux : 75.125.x.x                    //美國win2003 : 74.55.x.x                // 美國XP :localhost                     // 北京 測試轉(zhuǎn)發(fā),美國用戶~轉(zhuǎn)發(fā)到 www.google.cn電信轉(zhuǎn)發(fā)到 我的一臺 公網(wǎng)的 apache 默認頁面網(wǎng)通轉(zhuǎn)發(fā)到  我的一臺 公網(wǎng)業(yè)務(wù)服務(wù)器!! 1.下載安裝nginx.shell $> get http://sysoev.ru/nginx/nginx-0.8.13.tar.gzshell $> tar zxvf nginx-0.8.13.tar.gzshell $> cd nginx-0.8.13shell $>apt-get install libgeoip-devshell $> ./configure --prefix=/usr/local/nginx --with-http_flv_module --user=www --group=www --with-http_gzip_static_module --with-http_geoip_moduleshell $> make shell $> make install 2.下載GeoLiteCity.dat.gz 數(shù)據(jù)庫~shell $> wget http://geolite.maxmind.com/download/geoip/database/GeoLiteCity.dat.gzshell $> gzip -d GeoLiteCity.dat.gzshell $> mv GeoLiteCity.dat /usr/local/nginx/conf/GeoLiteCity.dat 3.修改配置文件實現(xiàn) 地區(qū)性質(zhì)負載shell $> cd /usr/local/nginx/confshell $> cat nginx.confworker_processes  1;

events {

    worker_connections  1024;

}

http {

    include       mime.types;

    default_type  application/octet-stream;

    geoip_city     GeoLiteCity.dat;    upstream    wangtong {

        server 59.151.X.X;

    }

    upstream    dianxin {

        server 75.125.X.X;

    }

    upstream    USA {

        server www.google.cn;

    }    sendfile        on;    keepalive_timeout  65;

    server {

        listen       80;

        server_name 75.125.197.200;

        root    html;

        index   index.html index.htm;        location / {

               if ($geoip_region ~ "(01|02|03|04|06|07|11|13|14|15|16|21|23|29|30|31|32|33)") {
發(fā)表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發(fā)表
主站蜘蛛池模板: 房山区| 英吉沙县| 南通市| 鹤山市| 玉环县| 桃源县| 西畴县| 自贡市| 梁平县| 彰武县| 方正县| 醴陵市| 淮滨县| 丹江口市| 措美县| 台北市| 财经| 新营市| 上犹县| 兴国县| 新兴县| 石景山区| 牙克石市| 罗山县| 凤阳县| 皋兰县| 舞钢市| 报价| 临武县| 巩义市| 蒙城县| 平南县| 桓仁| 黄山市| 绥芬河市| 旌德县| 中西区| 繁昌县| 温宿县| 广西| 多伦县|