码迷,mamicode.com
首页 >  
搜索关键字:nginx下载    ( 250个结果
Nginx+Keepalived+Proxy_Cache 配置高可用集群和高速缓存
环境: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
下载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
nginx 安装
安装说明系统环境: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 下载限速
nginx下载限速配置...
分类:其他好文   时间:2015-04-07 19:47:30    阅读次数:129
mac 下 安装nginx
下载相应版本的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
01 linux上安装 nginx
一: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
RHEL/CentOS下编译安装Nginx
##下载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
CentOS 6.5 Nginx 的编译安装、以及让nginx 支持 SSI 相对路径写法
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
nginx -- 安装配置Nginx
安装说明 系统环境: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
Windows下nginx+web.py+fastcgi服务搭建
在搭建之前,有必要了解下什么是fastcgi,但鉴于我自己也不大了解,这里就不搬门弄斧了,请参考各种百科和官网资料.1.资源下载python下载地址:戳这里 webpy下载地址:戳这里 flup下载地址:戳这里 nginx下载地址:戳这里建议先把python装好,然后装setuptool...
分类:Windows程序   时间:2014-10-01 22:24:41    阅读次数:327
250条   上一页 1 ... 22 23 24 25 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!