nginx1.6 安裝上傳模組 nginx_upload_module
1.下載nginx_upload_module模組:2.下載upload_progress_module進度模組: 3.下載davromaniak.txt補丁: (nginx1.3.9以上版本ngx_http_read_request_body_t已經刪除了to_write成員,所有1.3.9以下版本會編譯失敗,如果使用1.3.9以上版本需要打此補丁,本次安裝選用的是1.6.2版本)
4.為upload_module打補丁:
tar zxvf nginx_upload_module-2.2.0
將補丁檔案darvromaniak.txt,複製到nginx_upload_module解壓的目錄
cd nginx_upload_module-2.2.0
patch ngx_http_upload_module.c davromaniak.txt
5.編譯安裝:(ngx_http_concat_module為淘寶的合併模組,--with-http_mp4_module --with-http_flv_module為nginx自帶的影片模組)
./configure --prefix=/usr/local/nginx --with-http_stub_status_module --with-http_mp4_module --with-http_flv_module --add-module=/usr/local/nginx-module/ngx_http_concat_module --add-module=/usr/local/nginx-module/nginx_upload_module-2.2.0 --add-module=/usr/local/nginx-module/masterzen-nginx-upload-progress-module-a788dea
ps:如果pcre報錯 --with-pcre=/root/pcre-8.31 ,如果還報 m4 找不到 則在pcre目錄下建立m4空資料夾
如果openssl報錯 將openssl中的.h檔案複製到/usr/include目錄下。
4.為upload_module打補丁:
tar zxvf nginx_upload_module-2.2.0
將補丁檔案darvromaniak.txt,複製到nginx_upload_module解壓的目錄
cd nginx_upload_module-2.2.0
patch ngx_http_upload_module.c davromaniak.txt
5.編譯安裝:(ngx_http_concat_module為淘寶的合併模組,--with-http_mp4_module --with-http_flv_module為nginx自帶的影片模組)
./configure --prefix=/usr/local/nginx --with-http_stub_status_module --with-http_mp4_module --with-http_flv_module --add-module=/usr/local/nginx-module/ngx_http_concat_module --add-module=/usr/local/nginx-module/nginx_upload_module-2.2.0 --add-module=/usr/local/nginx-module/masterzen-nginx-upload-progress-module-a788dea
ps:如果pcre報錯 --with-pcre=/root/pcre-8.31 ,如果還報 m4 找不到 則在pcre目錄下建立m4空資料夾
如果openssl報錯 將openssl中的.h檔案複製到/usr/include目錄下。
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/29754888/viewspace-1473351/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- python 模組安裝Python
- PyMySQL模組安裝MySql
- Python模組安裝Python
- Python安裝selenium模組Python
- windows 安裝 Pillow 模組Windows
- php 安裝zip模組PHP
- 上傳模組開發總結
- pip 命令安裝模組包
- pip進行模組安裝
- python openssl模組如何安裝?Python
- python 安裝模組的方法Python
- Python模組、第三方模組安裝、模組匯入教程Python
- Python安裝模組有哪些方法?Python
- 怎麼用anaconda安裝模組?
- Mac 編譯安裝 PHPRedis 模組Mac編譯PHPRedis
- 模組的釋出和安裝
- nodejs檢查已安裝模組NodeJS
- Nginxupload上傳模組(學習筆記十七)Nginx筆記
- 手撕Vuex-安裝模組方法Vue
- Nginx安裝nginx-rtmp-module模組Nginx
- 強制解除安裝報錯模組
- 怎樣安裝python的GPIO模組Python
- FreeSwitch一些模組的安裝
- python模組安裝目錄在哪裡Python
- Python paramiko模組的安裝與使用Python
- 安裝fbprophet模組詳細步驟
- Centos下安裝FastDFS及Nginx模組CentOSASTNginx
- Python:檢視已安裝模組 和 檢視可匯入模組Python
- Python 模組的製作,釋出,安裝Python
- 手撕Vuex-安裝模組資料Vue
- Python如何檢視安裝了哪些模組?Python
- python(pip)包/模組:如何離線安裝?Python
- php_ldap域整合模組安裝-159PHPLDA
- 如何上傳蘋果ipa安裝包?蘋果
- iOS資料上報模組封裝方案iOS封裝
- 軟測WebUI Python安裝selenium模組失敗,用VSCode安裝成功WebUIPythonVSCode
- pip安裝模組超時怎麼處理
- Nginx為已安裝nginx動態新增模組Nginx
- 「模組化安裝」,定義你自己的CloudQueryCloud