nginx 安装 nginx_upload_module
1.nginx 要编译安装 版本1.3.9 http://nginx.org/download/
2.nginx_upload_module 版本2.0.11
且要打补丁
http://www.grid.net.ru/nginx/upload.en.html
3.nginx如果需要rewrite和gzip功能,必须安装pcre和zlib两个组件包
wget ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-8.35.tar.gz
wget http://zlib.net/zlib-1.2.8.tar.gz
4.Configuration summary
+ using PCRE library: /root/pcre-8.35
+ OpenSSL library is not used
+ md5: using system crypto library
+ sha1: using system crypto library
+ using PCRE library: /root/pcre-8.35
+ OpenSSL library is not used
+ md5: using system crypto library
+ sha1: using system crypto library
+ using zlib library: /root/zlib-1.2.8
5.安装 libssl-dev
openssl md5.h: No such file or directory
你尝试编译的程序使用OpenSSL,但是需要和OpenSSL链接的文件(库和头文件)在你Linux平台上缺少sudo
apt-get
install libssl-dev
本文详细介绍如何安装Nginx 1.3.9版本及其附加模块nginx_upload_module 2.0.11,并提供了必要的补丁应用指南。此外,还介绍了如何安装pcre和zlib组件以启用rewrite和gzip功能。
757

被折叠的 条评论
为什么被折叠?



