Simple test of Docker CE overlay network

In docker's various network modes, bridge's network mode is to communicate with dockers on the same host. If we want to achieve cross-node communication between dockers on multiple hosts, we need to use overlay network.In docker swarm mode, the container created by docker service creation defaults to the overlay network mode named ingress, in w ...

Posted by turansky on Fri, 21 Jun 2019 12:34:09 -0700

CentOS 6.5 configures the LNPM environment (PHP 7.0)

CentOS 6.5 configures the LNPM environment (PHP 7.0) After installing virtual machine on window s platform, install LNPM (PHP 7.0) environment in CentOS 6.5: The following parts are reproduced separately from (thanks to the relevant authors, I only make merger adjustments for your reference): http://blog.csdn.net/boolbo/article/details/52353 ...

Posted by Jessup on Wed, 19 Jun 2019 12:03:34 -0700

CentOS7 LNMP+phpmyadmin Environment Setup (2, LNMP Environment Setup)

Last blog we installed centos7 on a virtual machine, so let's start installing the lnmp environment. As before, switch to root privileges using the su command after entering the command line. Configure the firewall first CentOS 7.0 uses firewall as a firewall by default 1. Turn off firewall: systemctl stop firewalld.service #Stop firewall ...

Posted by saandel on Mon, 17 Jun 2019 11:48:29 -0700

Nginx configures multiple HTTPS domain names

This article is synchronized with the personal Github blog: https://github.com/johnnian/Blog/issues/8 Welcome to leave a message. Recently, I've been playing the Wechat app. I have the following programs on hand: A Cloud Server: CentOS 7 Multiple primary domain names During the development and testing process, for some reasons, we want to mak ...

Posted by @sh on Mon, 17 Jun 2019 11:41:39 -0700

php-fpm services included in zabbix monitoring

I got a Nginx service monitor the other day, and I'll try php service monitor again today.Operating System: CentOS 7.2 PHP Version: 5.6.30zabbix version: 2.2.5We found that php-fpm, like Nginx, has its own status page that can be viewed, so we can open it in the configuration file.First check if your php profile has enabled status page vie ...

Posted by reyes99 on Sun, 16 Jun 2019 15:48:38 -0700

The source code compiles and updates nginx to the latest version, and starts nginx supporting http2 protocol module.

Recently, due to the migration of code on the company's vm, some problems have been encountered. One VM configures the https protocol. It was thought that after migrating the security certificate, nginx can be configurated. But after modifying the nginx configuration file, after executing the nginx-t command, the following error is reported: n ...

Posted by bigrollerdave on Sun, 16 Jun 2019 14:14:59 -0700

nginx learning - - setting process title(setproctitle)

nginx learning - setting process title(setproctitle) Just saw the source code of nginx setting process title, so make some summaries. linux processes actually use the value at argv[0] as the title of the process, so if you need to modify the title of the process, you only need to modify the value at argv[0]. The simple way is to copy the ti ...

Posted by py343 on Fri, 14 Jun 2019 20:35:13 -0700

Tengine 2.2.0 Compilation, Installation, Boot-up, Reverse Agent Configuration and Health Check

Tengine 2.2.0 Compilation, Installation, Boot-up, Reverse Agent Configuration and Health Check tengine is an open source project based on nginx initiated by taobao. nginx throughput is relatively high, fast and stable, and reverse proxy and load balancing using nginx is the most common. This article describes how to compile and install under ...

Posted by LoganK on Thu, 13 Jun 2019 13:42:14 -0700

05.24 nginx load balancing

Chapter 1 Advantages of Cluster Important computational intensive applications in some countries (such as weather forecasting, nuclear test simulation, etc.) require a strong computational processing capability of computers. With the existing technology all over the world, even mainframes, their computing power is limited, and it is difficult ...

Posted by AnthonyArde on Wed, 12 Jun 2019 16:57:33 -0700

05.24 Keepalived High Availability Software

Chapter 1 Introduction to Keepalived Keepalived software was originally designed for LVS load balancing software to manage and monitor the status of each service node in the LVS cluster system. Later, it added VRRP function to realize high availability. Therefore, besides managing LVS software, Keepalived can also be used as a highly availabl ...

Posted by TwistedLogix on Wed, 12 Jun 2019 16:00:29 -0700