下载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
来源:https://blog.csdn.net/stinkstone/article/details/78082748 1.下载地址:http://nginx.org/en/download.html 2.先执行以下命令,安装nginx依赖库,如果缺少依赖库,可能会安装失败,具体可以参考文章后面的 ...
分类:
其他好文 时间:
2019-10-05 12:54:01
阅读次数:
85
python安装 django安装 mysql安装 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 ngi ...
分类:
其他好文 时间:
2019-10-05 12:34:39
阅读次数:
123
1.weget下载安装压缩包 2.解压安装包 3.进入解压文件 执行 ./configure(默认安装在/usr/local/nginx) 4.安装缺少依赖 5.编译 make 6. 安装 make install 7.安装在/usr/local/nginx ...
分类:
其他好文 时间:
2019-10-05 00:36:21
阅读次数:
78
1、安装依赖包 部分截图: 2、下载nginx(也可以手动下载nginx安装包,再传该文件夹) 运行部分截图: 此时的文件夹: 3、安装Nginx 完成后截图: 4、打开/usr/local/nginx/conf/nginx.conf,修改配置 5、启动Nginx 启动代码格式:nginx安装目录地 ...
分类:
系统相关 时间:
2019-10-03 16:11:33
阅读次数:
127
FastDFS 是一个由 C 语言实现的开源轻量级分布式文件系统 环境 centos7安装gcc yum install gcc-c++ -y 2.libeventyum -y install libevent如果没有perl库,需要使用yum install perl* 命令安装一下yum -y ...
分类:
其他好文 时间:
2019-10-02 18:49:26
阅读次数:
86
1. 说明 操作系统:CentOS 7.4 64位 nginx版本:1.16.1 安装日期:2019/10/01 2. 开始安装 2.1 安装运行库 2.2 安装openssl 说明:nginx SSL使用。 2.3 安装pcre 说明:pcre是一个正则表达式库。 2.4 安装zlib 说明:zl ...
分类:
系统相关 时间:
2019-10-01 22:43:31
阅读次数:
121
一、nginx简介: nginx是一个性能优秀的web服务器,同时还提供反向代理,负载均衡,邮件代理等功能。是俄罗斯人用C语言开发的开源软件。 二、安装nginx step1:安装依赖库 pcre(支持正则表达),libz(压缩解压缩功能),openssl(网站加密) sudo apt-get in ...
分类:
其他好文 时间:
2019-10-01 13:53:04
阅读次数:
86