码迷,mamicode.com
首页 >  
搜索关键字:centos;nginx;    ( 157个结果
[Linux]nginx tomcat做负载均衡
之前使用nginx做过web反向代理,没有做过负载均衡,今天有个同学须要做tomcat的负载均衡,我也研究下。 一共是2个机器,一个物理机(win7)上面部署2个tomcat,使用不同的port启动。vm中的虚拟机放(centos)nginx,给tomcat做负载均衡. inux ip: 192.1 ...
分类:系统相关   时间:2017-08-01 16:34:17    阅读次数:200
centos安装nginx
To add NGINX yum repository, create a file named /etc/yum.repos.d/nginx.repo and paste one of the configurations below: CentOS: [nginx] name=nginx rep ...
分类:其他好文   时间:2017-07-28 15:48:32    阅读次数:111
centos nginx upstream nextserver的写法一例
http{ proxy_next_upstreamerrortimeouthttp_500http_502http_503http_504http_404; proxy_connect_timeout60s; proxy_read_timeout120s;server{location/{ proxy_next_upstreamerrortimeouthttp_502http_404; proxy_connect_timeout5s; proxy_read_timeout8s; proxy_passhttp:..
分类:其他好文   时间:2017-07-04 23:20:09    阅读次数:211
Centos 7 nginx-1.12.0编译安装
参考:http://www.nginx.cn/install 也不知道我的系统是否有这些依赖包,试试吧?缺少哪些我就装哪些吧,多踏点坑总是能学到点东西的. 获取nginx包 http://nginx.org/en/download.html configure --sbin-path=/user/l ...
分类:其他好文   时间:2017-07-03 23:56:19    阅读次数:321
Centos nginx安装
一. gcc 安装 yum install gcc-c++ 二. 解决安装过程可能会碰到的pcre和md5的问题(pcre-devel解决pcre,剩余解决md5) yum -y install pcre-devel openssl openssl-devel 三、安装nginx cd /home/... ...
分类:其他好文   时间:2017-07-01 17:12:23    阅读次数:151
CentOS 7 安装Nginx做反向代理
题记 须要使用nginx的反向代理功能,測试环境为centos+NGINX 1.8.0. 跳过一些繁琐的问题,直接记录核心 步骤 (1)centos 安装在VM中。因此须要注意网络连接问题 (2)安装nginx使用的是具有网络的yum功能 (3)配置centos防火墙,须要开启80 port (4) ...
分类:其他好文   时间:2017-06-29 22:29:17    阅读次数:861
申请Let's Encrypt免费SSL证书
沃通及期收购的startssl被封,用不了,只能申请Let's Encrypt免费证书,我就不科普了,免费是免费,时效只有3个月,就得更新,就是这样,喵 到下面的网站,一下脚本,可以助力你快速申请证书 https://certbot.eff.org/ 下面以centos 6 - nginx 为例: ...
分类:其他好文   时间:2017-06-28 14:27:53    阅读次数:568
centos6.8+nginx搭建简单的https服务器
这里nginx搭建https服务器,必须几个要求,第一有安装openssl-devel,当然这个没有貌似编译添加ssl模块会出错。那如果编译有不会的可以参考我前面的博客,当然baidu和google上资料也很多。1、确认nginx服务器能正常运行lsof-i:80#查看80端口是否正常启用,nginx默认80端口而不..
分类:Web程序   时间:2017-06-26 10:28:20    阅读次数:209
源码编译安装LNMP
一、nginx概述LNMP=LinuxNginxMysqlPHPNginx("enginex")是一个高性能的HTTP和反向代理服务器。Nginx是由IgorSysoev为俄罗斯访问量第二的Rambler.ru站点开发的,第一个公开版本0.1.0发布于2004年10月4日。其将源代码以类BSD许可证的形式发布,因它的稳定性、丰富的功能集、示例..
分类:其他好文   时间:2017-06-10 15:26:11    阅读次数:260
centos nginx-1.10.3 安装
wget http://nginx.org/download/nginx-1.13.1.tar.gz nginx 依赖 pcre 库,要先安装pcre,因为nginx 要在rewrite 要解析正则表达式, pcre 是正则解析库 yum -y install pcre pcre-devel tar ...
分类:其他好文   时间:2017-06-05 23:50:31    阅读次数:248
157条   上一页 1 ... 4 5 6 7 8 ... 16 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!