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

Explanation of Oauth Authorization Code-Php Oauth2 Implementation

> What is Oauth2? Oauth is an Open Network Identity. The current version is 2.0, so it is called Oauth2. > Why use Oauth2? For example, if you want to log on to XX website, but XX website needs to register, it is very troublesome, and if all websites need to log on, it is very difficult to remember, then if we only register a website, oth ...

Added by scanreg on Sun, 07 Jul 2019 00:48:49 +0300

ELK Unified Log Management Platform Part 3 - The Use of Logstash Group Plug-ins

1. ELK Unified Log Management Platform Part 3 - The Use of Logstash Group Plug-ins In this blog, I will mainly explain the following knowledge points and practical experience for your reference: _1. Standard Specification for Log Content of JAVA Applications: _2. How to use the grok plug-in of logstash to split the message field? _3. Delete th ...

Added by new7media on Thu, 27 Jun 2019 00:34:23 +0300

Python Development [Tornado]: Introduction and Use

Tornado Framework Introduction: Tornado is our open source version of the Web server in FriendFeed and its commonly used tools.Tornado differs significantly from the current mainstream Web server framework, including most Python frameworks: it is a non-blocking server and is fairly fast.Thanks to its non-blocking approach and use of epoll, Torn ...

Added by BluePhoenixNC on Thu, 20 Jun 2019 22:57:00 +0300

Docker (17): using docker to build nginx+phpfpm environment 2

The original link of this paper is: http://blog.csdn.net/freewebsys/article/details/77082783 No reprinting without the permission of the blogger. The blogger's address is: http://blog.csdn.net/freewebsys 1. About php Since php has no nginx+php solution, you need to build your own nginx+php environment. The official PHP image is php-fpm, ...

Added by xAtlas on Wed, 05 Jun 2019 20:50:23 +0300

python operation and maintenance development common module web detection module pycurl

1. Module Introduction Pycurl (http://pycurl.sourceforge.net) is a libcurl Python implementation written in C language. It has very powerful functions. The supporting operation protocols include FTP, HTTP, HTTPS, TELNET, etc. It can be understood as Python encapsulation of curl command function under Linux, which is simple and easy to use. By ...

Added by Mikeef on Sat, 01 Jun 2019 23:44:16 +0300

Domain names of H5 campaign advertisements are always blocked and intercepted in micro-letters? 366 Tool Solves the Principle of Domain Name Blocking for You Online

Many business teams often need to promote some offline activities or product advertising pages through Wechat. Because at this stage, Wechat promotion is the fastest way to disseminate information. What we see most is to paste two-dimensional codes of Wechat on posters so that everyone can see their products at once. But because Wechat officia ...

Added by Barnacles on Mon, 27 May 2019 22:15:15 +0300

Nginx feature validation - reverse proxy / load balancing / page caching / URL redirection

The original article was published in cu: 2016-08-25 Reference documents: Nginx reverse proxy, load balancing, page caching, URL rewriting, etc. http://freeloda.blog.51cto.com/2033581/1288553 Nginx reverse proxy/load balancing simple configuration: http://www.cnblogs.com/jacktang/p/3669115.html Nginx reverse proxy, back-end web how to get re ...

Added by franklyn on Fri, 24 May 2019 01:57:43 +0300

Apache Httpd 2.2 Configuration Full Resolution (CentOS 6)

Personal blog address: http://www.pojun.tech/ Welcome to visit Server application Usually, as we say, there are two types of server applications: http server and application server. The typical representatives of http server are Apache Http Server and Nginx. The typical representatives of application server are IIS,Tomcat and jetty. _ ...

Added by djmc48 on Mon, 20 May 2019 23:45:01 +0300

Building FastDFS File System on CentOS Single Machine

This example is to build a FastDFS file management system on CentOS 7.2 stand-alone computer. FastDFS Architecture Diagram Software name Edition Baidu Yunpan Storage Name FastDFS 5.11 fastdfs-5.11.zip FastDFS-Nginx-module nothing fastdfs-nginx-module-master.zip LibFastCommon 1.0.36 libfastcommon-1.0.36.zip nginx 1.10.3 nginx-1. ...

Added by Tanus on Sun, 19 May 2019 06:41:55 +0300