nginx高效能web伺服器詳解(1)--安裝nginx

來源:互聯網
上載者:User

標籤:linux   nginx   

1. 下載

本次使用nginx-0.1.2.3 版本,

http://nginx.org/en/download.html  新發布版本

http://nginx.org/download  曆史版本


2.上傳到linux伺服器

sz -bey nginx-0.1.2.3.tar.gz


3.解壓

3.1 建立目錄  mkdir nginx_123

3.2 解壓 tar -zxvf nginx-0.1.2.3.tar.gz ./nginx_123/


4.配置編譯環境

nginx原始碼的編譯需要先使用configure指令碼自動產生Makefile檔案

4.1 進入nginx-0.1.2.3 目錄

4.2 執行 ./configure --prefix=/nginx     (nginx 為之前建立的目錄)

4.3 執行中會出現讓安裝pcre依賴包,安裝方式參考http://blog.csdn.net/wmq534/article/details/38141431


5.編譯安裝

make 

make install 

6 檢查是否安裝成功

         cd  /usr/local/nginx/sbin

         ./nginx -t 

         結果顯示:

        nginx: the configuration file /usr/local/nginx/conf/nginx.conf syntax is ok

        nginx: configuration file /usr/local/nginx/conf/nginx.conf test is successful

7 啟動nginx 

          cd  /usr/local/nginx/sbin 目錄下面 輸入 ./nginx 啟動 nginx

8 檢查是否啟動成功

          ie 瀏覽器中輸入 http://localhost



聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在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.