环境:CentOS
release6.5x86_64192.168.100.90CentOS
release6.5x86_64192.168.100.91在主备服务器上部署Nginx下载#wgethttp://nginx.org/download/nginx-1.6.3.tar.gz#wgethttp://labs.frickle.com/files/ngx_cache_purge-2.3.tar.gz安装#yuminstallgccopenssl-develpcre-deve..
分类:
系统相关 时间:
2015-04-30 01:10:05
阅读次数:
235
下载nginx-1.7.12.zip,解压,cmd进入解压目录,执行start nginx,启动nginx 访问http://127.0.0.1/ nginx –s stop // 停止nginx
分类:
其他好文 时间:
2015-04-28 22:44:36
阅读次数:
149
安装说明系统环境:CentOS-6.3软件:nginx-1.2.6.tar.gz安装方式:源码编译安装安装位置:/usr/local/nginx下载地址:http://nginx.org/en/download.html安装前提在安装nginx前,需要确保系统安装了g++、gcc、openssl-devel、pcre-devel和zlib-devel软件。安装必须软件:[root@..
分类:
其他好文 时间:
2015-04-21 18:47:49
阅读次数:
124
下载相应版本的nginx 解压进入该版本的目录下 在命令行执行 ? ./configure ?--with-cc-opt="-Wno-deprecated-declarations" --without-http_rewrite_module 执行 ?make 执行 make install 执行?sudo /usr/loc...
分类:
系统相关 时间:
2015-02-27 17:17:51
阅读次数:
126
一:linux上安装 nginx 下载nginx:wget http://nginx.org/download/nginx-1.6.2.tar.gz 解压:tar zxvf nginx-1.6.2.tar.gz 进入nginx目录: cd nginx 安装:./configure --prefix....
分类:
系统相关 时间:
2015-01-20 20:12:28
阅读次数:
143
##下载nginx源码:wgethttp://nginx.org/download/nginx-1.7.8.tar.gz
tar-xv-fnginx-1.7.8.tar.gz-C/usr/local/src/##安装编译环境和必须的组件:yumgroupinstall‘DevelopmentTools‘
yuminstallpcrepcre-develzlibzlib-developensslopenssl-develgccgcc-c++perlperl-develperl..
分类:
其他好文 时间:
2014-12-17 18:49:25
阅读次数:
195
1. nginx 下载进入 http://nginx.org/en/download.html 下载,我是选择的 "Stable version" 稳定版本的下载# wget http://nginx.org/download/nginx-1.6.2.tar.gz2. 解压编译安装# tar -zx...
分类:
其他好文 时间:
2014-12-12 20:39:38
阅读次数:
187
安装说明 系统环境:CentOS-6.3 软件:nginx-1.2.6.tar.gz 安装方式:源码编译安装 安装位置:/usr/local/nginx 下载地址:http://nginx.org/en/download.html 安装前提 在安装nginx前,需要确保系统安装了g++、gcc、op...
分类:
其他好文 时间:
2014-11-13 16:07:39
阅读次数:
192
在搭建之前,有必要了解下什么是fastcgi,但鉴于我自己也不大了解,这里就不搬门弄斧了,请参考各种百科和官网资料.1.资源下载python下载地址:戳这里 webpy下载地址:戳这里 flup下载地址:戳这里 nginx下载地址:戳这里建议先把python装好,然后装setuptool...