nginx可以实例负载均衡。准备工作操作系统:欧拉2.8armecs-cecd-0002:192.168.0.141#Nginx服务器ecs-cecd-0001:192.168.0.8#Web服务器ecs-cecd-0003:192.168.0.92#Web服务器配置web访问在ecs-cecd-0001与ecs-cecd-0003上安装httpd:yuminstall-yhttpd在ecs-ce
分类:
其他好文 时间:
2020-08-03 09:43:06
阅读次数:
86
2.1 进入 nginx 官网,下载 http://nginx.org/ nginx-1.19.1.tar.gz 2.2 安装 nginx 1)、使用 wget 安装 pcre https://ftp.pcre.org/pub/pcre/pcre2-10.35.tar.gz https://ftp. ...
分类:
其他好文 时间:
2020-07-30 14:25:31
阅读次数:
66
构建环境:centos7.8docke版本:17.03.3-ceregistry版本:latestregistry私有仓库地址:192.168.126.1341.拉取最新镜像dockerpullregistry2.使用httpd的加密工具htpasswd生成登陆信息加密文件htpasswdmkdir-p/docker/authcd/dockerdockerrun--entrypoint/usr/b
分类:
其他好文 时间:
2020-07-30 14:11:17
阅读次数:
71
在windows环境下进行的测试,前提条件,windows上需要先安装openssl。 配置环境变量,查看版本: import java.io.*; import java.util.Properties; public class OpensslCommand { private static v ...
分类:
编程语言 时间:
2020-07-30 01:25:19
阅读次数:
75
但如果你常常上网去查看一些数据的话,尤其是 Unix-Like 的相关操作系统,应该常常看到『请启动某某 daemon 来提供某某功能』,唔!那么 daemon 与 service 有关啰?否则为什么都能够提供某些系统或网络功能?此外,这个 daemon 是什么东西呀? daemon 的字面上的意思 ...
分类:
其他好文 时间:
2020-07-28 00:19:45
阅读次数:
173
安装编译 git 时需要的包 yum install -y curl-devel expat-devel gettext-devel openssl-devel zlib-devel yum install -y gcc perl-ExtUtils-MakeMaker 删除已有的 git yum r ...
分类:
其他好文 时间:
2020-07-27 23:54:02
阅读次数:
84
下载安装 Apache(Windows 64位) 32位的Apache的下载安装:http://jingyan.baidu.com/album/2f9b480dae458f41cb6cc2ce.html?picindex=2 64位的Apache的下载安装: http://httpd.apache. ...
需要在 Linux 系统下先交叉编译好 mosquitto 再移植到开发板中,至于最后 PC 端使用 Linux 还是 Windows 都可以。 注意事先要配置好交叉编译环境 一、下载依赖包 编译 mosquitto 需要依赖 libuuid 和 openssl。因此需要下载下面三个文件,注意最好版 ...
分类:
其他好文 时间:
2020-07-26 01:22:19
阅读次数:
75
1.安装编译工具及库文件 # yum -y install make zlib zlib-devel gcc-c++ libtool openssl openssl-devel pcre-devel gcc、gcc-c++ # 主要用来进行编译相关使用 openssl、openssl-devel # ...
分类:
其他好文 时间:
2020-07-25 23:57:46
阅读次数:
292
主要参考:wpa_supplicant交叉编译 选择的版本: openssl-1.0.2r.tar.gz libnl-3.5.0.tar.gz wpa_supplicant-2.5(版本太新会有报错) 1 libssl编译 1.1下载 下载链接:https://www.openssl.org/sou ...
分类:
其他好文 时间:
2020-07-24 21:25:35
阅读次数:
67