ifconfig 查询、设置网卡和ip等参数ifup ens33 启动网卡 ifdown 关闭网卡 脚本命令,更简单的方式启动关闭网络ip 符 systemctl restart/start/stop network qq群 群主 root 拥有至高无上的权利 管理员 是root用户给与他一些超级权 ...
分类:
其他好文 时间:
2019-10-16 20:18:41
阅读次数:
86
上篇《编译安装nginx》已将nginx安装好,这篇写nginx配置文件和部分优化参数。 查看nginx的配置文件路径,可以使用nginx配置文件检查命令nginx -t: nginx文档:http://nginx.org/en/docs/http/ngx_http_core_module.html ...
分类:
其他好文 时间:
2019-10-14 12:19:07
阅读次数:
106
1.nginx负载均衡会话保持 1.配置Nginx 2.安装phpmyadmin (web01和web02上都装) 3.配置phpmyadmin连接远程的数据库 4.配置授权 5.将web01上配置好的phpMyAdmin以及nginx配置文件推送web02主机上 6.在web02上重载nginx服 ...
分类:
其他好文 时间:
2019-10-12 20:39:28
阅读次数:
110
先下载好nginx安装包,解包之后可以执行下面的脚本,一键部署 cd nginx-1.12.2 useradd -s /sbin/nologin nginx./configuremakemake installyum -y install mariadb mariadb-server mariadb ...
分类:
其他好文 时间:
2019-10-11 20:06:45
阅读次数:
82
Nginx 安装配置 系统平台:CentOS release 6.7 (Final) 64位 Internet:有 一、安装编译工具及库文件 1.yum -y install make zlib zlib-devel gcc-c++ libtool openssl openssl-devel 二、准 ...
分类:
其他好文 时间:
2019-10-10 22:27:18
阅读次数:
115
原文章:https://www.cnblogs.com/taiyonghai/p/6728707.html 一、Nginx简介 Nginx是一个web服务器也可以用来做负载均衡及反向代理使用,目前使用最多的就是负载均衡,具体简介我就不介绍了百度一下有很多,下面直接进入安装步骤 二、Nginx安装 1 ...
分类:
系统相关 时间:
2019-10-09 16:04:23
阅读次数:
95
需求: nginx上将特定请求拒绝,并返回特定值。 解决办法: 使用lua脚本,实现效果。 操作步骤: 1. 安装Luajit环境 2. 重新编译nginx(原先nginx V 配置一致,并新增两个模块 ,`lua nginx module`) 3. 热升级(不中断服务) 配置文件添加lua脚本: ...
分类:
其他好文 时间:
2019-10-09 12:18:38
阅读次数:
137
下载Nginx Nginx官网:http://nginx.org/en/download.html。网页提供了Nginx三种版本下载:开发版(Mainline Version)、稳定版(Stable Version)和过期版(Legacy Version)。Nignx提供Linux和Windows版 ...
分类:
其他好文 时间:
2019-10-05 22:10:18
阅读次数:
85
1.Nginx安装 (试验环境为Windows环境下的1.16.1版本) (下载地址:http://nginx.org/en/download.html) 2.Nginx配置文件修改 在http{}下修改如下: 3.tomcat安装&项目导入 ①安装两个tomcat 其中端口号均不能一样 ②在tom ...
分类:
其他好文 时间:
2019-10-05 18:32:39
阅读次数:
142
一、nginx安装 卸载yum安装的ngjnx 1 yum remove nginx -y 1 yum remove nginx -y 1 yum remove nginx -y 1 yum remove nginx -y yum remove nginx -y 编译安装nginx步骤 二、ngin ...
分类:
其他好文 时间:
2019-10-05 12:58:28
阅读次数:
128