一、Nginx安装:1、版本:nginx-1.9.42、下载地址:http://nginx.org/en/download.html3、指定目录:D:\Wnmp\nginx-1.9.44、配置:?、打开D:\Wnmp\nginx-1.9.4\conf\nginx.conf,编辑如下内容:# ngin...
下载 wget xxxx 解压./configure --prefix=/usr/nginxmake && make install修改配置文件# fastcgi_param SCRIPT_FILENAME /scripts$fastcgi_script_name;改成fastcgi_param S...
分类:
其他好文 时间:
2015-08-19 16:19:06
阅读次数:
138
??1、下载Nginx,进入Nginx下载地址:http://nginx.org/ 点击nginx-1.8.0,进入:http://nginx.org/en/download.html,下载文件: 2 下载pcre,这个是一个正则表达式的库,Nginx做rewriter的时候回用到这个库:进入pcre的官网(rewrite模式需要pcre)...
分类:
其他好文 时间:
2015-08-10 00:20:55
阅读次数:
136
由于php处理上传会出现超时,并且显示上传进度官方php不支持nginx+php,所以决定让nginx自己处理上传,我本地环境是mac上已经安装过nginx1.8.0,安装方式为brew,所以需要重新编译nginx添加upload模块。 nginx下载地址:http://nginx.org/e...
分类:
其他好文 时间:
2015-06-24 12:41:12
阅读次数:
174
http://nginx.org/下载最新的nginx现在最新的版本是nginx-1.9.1 下载.tar.gz包 ,解压。timeless@timeless-HP-Pavilion-g4-Notebook-PC:/usr/local/src/nginx-1.9.1$ ./configureconf...
分类:
其他好文 时间:
2015-06-02 14:51:20
阅读次数:
116
CentOS-6.3安装配置Nginxzhoulf 2013-02-09除夕夜 原创安装说明系统环境:CentOS-6.3 软件:nginx-1.2.6.tar.gz 安装方式:源码编译安装 安装位置:/usr/local/nginx 下载地址:http://nginx.org/en/downl.....
分类:
其他好文 时间:
2015-05-18 14:33:25
阅读次数:
103
安装说明系统环境:CentOS-6.3软件:nginx-1.2.6.tar.gz安装方式:源码编译安装安装位置:/usr/local/nginx下载地址:http://nginx.org/en/download.html安装前提在安装nginx前,需要确保系统安装了g++、gcc、openssl-d...
分类:
其他好文 时间:
2015-05-15 17:31:00
阅读次数:
119
nginx:下载地址:http://www.nginx.org/1.GCC编译器 安装指令 :yum install -y gcc 如果你所使用的是ubuntu,则安装指令为:apt-getinstall -y gcc 因为ubuntu可不用yum,下同哦..............
分类:
系统相关 时间:
2015-05-13 16:26:55
阅读次数:
179
1、安装说明 系统环境:CentOS-6.3 软件:nginx-1.9.0.tar.gz 安装方式:源码编译安装 安装位置:/usr/local/src/nginx_1.9.0 下载地址:http://nginx.org/en/download.html 2、安装前提 在安装nginx前,需要确保...
分类:
其他好文 时间:
2015-05-06 11:18:58
阅读次数:
168