零基礎學習雲端運算及大資料DBA叢集架構師【企業級營運技術及實踐項目2015年1月26日周二】

來源:互聯網
上載者:User

標籤:

進程(類似於一個項目)線程(類似於項目中的各個流水線)Nginx 簡單介紹{    what    #十分輕量級的 HTTP 伺服器,發音為“engine X”,高效能的 HTTP 和反向 Proxy伺服器, IMAP/POP3/SMTP Proxy 伺服器。    why    #專為效能最佳化而開發        #穩定性高        #支援熱部署        #採用 master-slave 模型        #代碼品質高        #nginx 處理請求是非同步非阻塞的,而 apache 則是阻塞型的,在高並發下 nginx 能保持低資源低消耗高效能    官網     #http://nginx.org/en/docs     版本    #最新版本為 Nginx 的開發版本,之前的版本為當前穩定版本。例如最新版本為 1.9.X,則當前穩定版本為 1.8.X。    設定檔    #/etc/nginx/nginx.conf /etc/nginx/conf.d    資料檔案    #/usr/share/nginx/*}Nginx 的安裝和啟動{#servera:(1)添加連接埠轉寄規則,訪問 servera 機器外網網卡的 80 連接埠的請求轉寄給 nginx 服務內網網卡的 80 連接埠[[email protected] ~]# iptables -t nat -A PREROUTING -d 172.25.15.10 -i eth0 -p tcp --dport 80 -j DNAT --to-destination 192.168.1.11:80(2)儲存iptables配置iptables-save > /etc/sysconfig/iptables#serverb:(1)安裝軟體[[email protected] other]# rpm nginx-1.8.0-1.el7.ngx.x86_64.rpm(2)查看軟體架構[[email protected] other]# rpm -ql nginx/etc/logrotate.d/nginx/etc/nginx/etc/nginx/conf.d/etc/nginx/conf.d/default.conf/etc/nginx/conf.d/example_ssl.conf/etc/nginx/fastcgi_params/etc/nginx/koi-utf/etc/nginx/koi-win/etc/nginx/mime.types/etc/nginx/nginx.conf/etc/nginx/scgi_params/etc/nginx/uwsgi_params/etc/nginx/win-utf/etc/sysconfig/nginx/usr/lib/systemd/system/nginx.service/usr/libexec/initscripts/legacy-actions/nginx/usr/libexec/initscripts/legacy-actions/nginx/upgrade/usr/sbin/nginx/usr/share/nginx/usr/share/nginx/html/usr/share/nginx/html/50x.html/usr/share/nginx/html/index.html/var/cache/nginx/var/log/nginx(3)啟動nginx服務[[email protected] ~]# systemctl start nginx[[email protected] ~]# systemctl enable ngins}

 

零基礎學習雲端運算及大資料DBA叢集架構師【企業級營運技術及實踐項目2015年1月26日周二】

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.