What does nginx/1.14.0 mean?

(*-*)浩
Release: 2019-11-01 09:49:34
Original
13539 people have browsed it

On April 24, 2013, Nginx 1.4.0 stable version was released.

What does nginx/1.14.0 mean?

So what does nginx/1.14.0 mean?

nginx/1.14.0 means that the website uses the nginx server, and the server version is 1.14.0. (Recommended learning: nginx tutorial)

Nginx as a load balancing service: Nginx can not only directly support Rails and PHP programs to serve externally internally, but also support it as a load balancing service. The HTTP proxy service provides external services. Nginx is written in C, and its system resource overhead and CPU usage efficiency are much better than Perlbal.

Handle static files, index files and automatic indexing; open file descriptor buffering.

Cacheless reverse proxy acceleration, simple load balancing and fault tolerance.

FastCGI, simple load balancing and fault tolerance.

Modular structure. Including filters such as gzipping, byte ranges, chunked responses, and SSI-filter. If multiple SSIs present in a single page are processed by FastCG or another proxy server, this processing can run in parallel without waiting for each other.

Nginx is a lightweight web server/reverse proxy server and email (IMAP/POP3) proxy server, released under the BSD-like protocol.

It releases source code under a BSD-like license and is known for its stability, rich feature set, sample configuration files, and low system resource consumption. On June 1, 2011, nginx 1.0.4 was released.

Nginx is a lightweight web server/reverse proxy server and email (IMAP/POP3) proxy server, released under the BSD-like protocol.

It is characterized by occupying less memory and strong concurrency capability. In fact, nginx’s concurrency capability does perform better among web servers of the same type. Users of nginx website in mainland China include: Baidu, JD.com, Sina, and NetEase , Tencent, Taobao, etc.

The above is the detailed content of What does nginx/1.14.0 mean?. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template