Install the Elastic Stack component (elastic search, logstash, kibana, filebeat) error report brocade set

Error 1: kibana login error, check the log and find: crypt_r() failed $ cat /var/log/nginx/error.log 2020/01/28 12:11:38 [crit] 8863#8863: *3 crypt_r() failed (22: Invalid argument), client: 10.20.44.113, server: xx.xx.xx.xx, request: "GET /status HTTP/1.1", host: "xx.xx.xx.xx" Cause analysis # Whe ...

Posted by jenniferG on Mon, 03 Feb 2020 06:54:32 -0800

Hexo Blog Configuration SSL Certificate

Hexo doesn't have to convert to a static web page and hand it over to a tool publishing site like Nginx, tomcat, which has a built-in server.By default, however, there is no SSL certificate. Effect Display All three servers use Hexo to provide web services. Basic steps 1. Prepare the SSL cert ...

Posted by glory452 on Fri, 31 Jan 2020 18:23:56 -0800

Nginx + Tomcat + HTTPS configuration

This article mainly introduces how to use nginx to configure tomcat and https ssl certificates.   Mode 1: directly modify the nginx.conf file under the conf file of nginx   You can directly copy the entire server node as follows, and change the certificate in the red box to your own. #user nobody; worker_processes 1; ...

Posted by dspeer on Fri, 31 Jan 2020 04:40:36 -0800

node web module (server and client)

node web module web server Web server refers to website server, which refers to a program residing on the Internet, the basic function of web browser, and provides information browsing service The web supports the script language on the server side. The script language obtains data from the database and returns the results ...

Posted by fireant on Fri, 31 Jan 2020 01:59:15 -0800

Nginx web services (basic theory, operation, access control, nginx virtual host)

Article directory Preface: 1, Nginx service foundation 1.1 overview of nginx 1.2 manual compilation and installation of Nginx 1.3 operation control 2, Nginx access control 2.1 profile introduction 2.2 access status statistics 3, Access control 3.1 install and configure DNS Service 3.2 test DNS r ...

Posted by sols on Thu, 30 Jan 2020 22:33:45 -0800

nginx problem list

nginx problem list Installation and Startup of nginx Configure nginx startup self-start: Open log for nginx nginx configuration syntax nginx configuration: role of server_name nginx log level access_log logs/access.log main; log_format main Resolve restart issues How to view compilation options wh ...

Posted by POG1 on Thu, 30 Jan 2020 17:06:05 -0800

LNMP environment setup (php7.3 installation under Centeros 7.7, PHP installation sqlsrv extension)

The article concludes with the material information and installation instructions for this project Article Directory 1. Basic preparation 2. Install Mysql 3. Install PHP 4. Install Nginx 5. Nginx Integration php 6. Install PHP extensions END 1. Basic preparation System Environment CenterOs7. ...

Posted by crickettdt on Wed, 29 Jan 2020 18:56:20 -0800

Server upgrade to centos8 site configuration - PHP and mysql upgrade from 5.6 to php7 and msyql8

linux centos8 installs php7 nginx1.4 mysql8, runs PHP website, configures each module from scratch Choice between CentOS7 and centOS8 At present, the default centos system version of major cloud servers in China is still 7. Currently, there is no centos supporting system. The default of foreign cloud server manufacturers is 8, such as vultr. P ...

Posted by matrixd on Fri, 24 Jan 2020 22:18:17 -0800

CentOS 7.6 builds nginx 1.16.1 and uses the upstream check module

Environmental description: host name Operating system version ip nginx version httpd version Remarks nginx Centos 7.6.1810 172.27.34.41 1.16.1 / nginx server web01 Centos 7.6.1810 172.27.34.161 / 2.4.6 web server web02 Centos 7.6.1810 172.27.34.162 / 2.4.6 web server web03 Centos 7.6.1810 172.27.34.163 / 2.4.6 web server 1, Brief ...

Posted by jungalist on Wed, 22 Jan 2020 07:36:22 -0800

Ingress unified access portal (ingress nginx)

The main purpose of this practice is to unify the entry, no longer expose the port through LoadBalancer and other ways, but use the reverse proxy load balancing function provided by Ingress as our only entry. kubernetes version is 1.16.0 Deploying tomcat Deploy Tomcat but only allow intranet access. ...

Posted by rgpayne on Wed, 22 Jan 2020 07:16:20 -0800