nginx smooth (no restart) upgrade

1. As for upgrading and installing nginx third-party modules, you need to check the version of nginx installed and the compiled parameters. [root@ittestserver1 opt]# /usr/local/nginx2/sbin/nginx -V nginx version: nginx/1.10.3 built by gcc 4.4.7 20120313 (Red Hat 4.4.7-16) (GCC) built with OpenSSL 1.1.0e 16 Feb 2017 TLS SNI support enable ...

Added by youscript on Thu, 31 Oct 2019 09:31:56 +0200

Habor Installation Deployment + SSL

Habor is an open source container mirror warehouse of VMWare. In fact, Habor is an enterprise-level extension on Docker Registry, which has gained wider application. These new enterprise-level features include: management user interface, role-based access control, AD/LDAP integration and audit log, etc., which can meet the basic enterprise nee ...

Added by jikishlove on Fri, 20 Sep 2019 11:20:51 +0300

Failure Resolution of cURL Failure to Access TLS Website

Most people are tired of using old systems, both software and hardware. But sometimes they have to stick to it, insist on continuing the life of the system, or need a few pillars of incense to pray for the protection of God and Buddha. Linux is an excellent modular operating system, which benefits from it. When some components are out of date, ...

Added by r4ck4 on Mon, 16 Sep 2019 14:41:21 +0300

Using nginx under yum installation, the method of adding modules

1.yum installs nginx rpm -ivh http://nginx.org/packages/centos/7/noarch/RPMS/nginx-release-centos-7-0.el7.ngx.noarch.rpm 2. View nginx information yum info nginx 3.yum installs nginx yum -y install nginx 4. View the nginx parameters of yum ...

Added by bios on Tue, 03 Sep 2019 12:58:39 +0300

VS2015 static compiler Qt5.5.1 (including Qtwebkit)

VS2015 static compiler Qt5.5.1 (including Qtwebkit) kingbhy 2018.04.12 20:06* Word number 859 webkit is needed in the project, and the source code of webkit is investigated, but the source code is relatively large, and compiling with xcode is ...

Added by Benjigga on Mon, 02 Sep 2019 14:54:49 +0300

Configure Nginx with a self-signed SL certificate

Source of article: Configure Nginx with a self-signed SL certificate HTTPS is almost the only option for secure Web browser-to-server connections.HTTPS is actually HTTP over SSL, which means that HTTP connections are built on top of secure SSL connections. SSL uses certificates to create secure connections.There are two authentication ...

Added by pugisback on Wed, 17 Jul 2019 20:43:26 +0300

How to create an http2 node App

More Front End Technologies and Knowledge Points, Search Subscription Number JS Bacteria Subscription All data is transported binary (sliced differently, HTTP2 was previously sent as a string) Requests sent may be sent out of order Efficient features such as header information compression and Server Push Channel multiplexing (only one TCP li ...

Added by Zero20two on Wed, 17 Jul 2019 19:48:07 +0300

Android Alipay SDK Development Notes

I. Preparations Download Development Kit https://b.alipay.com/order/productDetail.htm?productId=2014110308141993&tabId=4#ps-tabinfo-hash In the "Alipay wallet payment interface development kit" under the compression pack, there are Andoid using Alipay's JAR and Demo. 2. Create Alipay applications Application creation in Alipay op ...

Added by UKlee on Tue, 16 Jul 2019 21:32:03 +0300

Summary of Three Methods of Using HttpsURLConnection

Recently encountered network security problems, to transfer http to https, because the use of HttpURLConnection in the project, so the corresponding use of HttpsURLConnection, of course, most of the results of some predecessors on the reference network, the process also encountered some pits, here to summarize. Since https involves certificat ...

Added by binarylime on Tue, 09 Jul 2019 01:24:04 +0300

Dry Goods Sharing of nginx Video Live/On Demand Service

In recent years, the Internet live broadcasting business is very hot. I also studied the next, found that the nginx configuration of live video on demand is also easy to achieve, I would like to share it.1. Install nginx and nginx_rtmp_module extensions in ubuntu14.04 There are three ways to install and extend nginx, depending on whether it has ...

Added by paegn on Mon, 08 Jul 2019 04:14:05 +0300