Results 151 to 160 of about 8,951 (175)
Some of the next articles are maybe not open access.

uNGINXed: Detecting NGINX Misconfigurations

2023 6th International Conference on Applied Computational Intelligence in Information Systems (ACIIS), 2023
NGINX is widely used by businesses worldwide due to its high performance, efficiency, community support and load balancing. With the flexibility and ease of deployment of NGINX, ensuring the NGINX instance is safely configured is of utmost importance. This paper introduces a unique tool uNGINXed designed to bring the concept of shift-left testing for ...
Neo, George Kai Quan   +4 more
openaire   +1 more source

Research on Nginx Dynamic Load Balancing Algorithm

2020 12th International Conference on Measuring Technology and Mechatronics Automation (ICMTMA), 2020
With the development of network technology, the Internet has brought great convenience to people's daily lives. However, due to the rapid increase in the number of people using the Internet and the explosion of data volume, the server needs to handle high concurrent access and large amounts of data, which also brings great challenges to the performance
E Qin   +3 more
openaire   +1 more source

Web Server Part 1: Apache/Nginx Basics

2021
The web server is the software that makes the website(s) accessible. The web server does this by listening on the ports 80 and 443 and serving the files in certain directories as responses to requests received on those ports. Port 80 is the default port for HTTP (Hypertext Transfer Protocol), and port 443 is the port for the encrypted HTTPS variant ...
openaire   +1 more source

Web Server Part 2: Advanced Apache/Nginx

2021
The basic configuration for the web server has already been discussed in a previous chapter. PHP has also been installed already, together with the PHP FastCGI Process Manager. Furthermore, a few virtual hosts (Apache) or virtual servers (Nginx) have already been created: green.example.com, db.example.com, and mail.example.com.
openaire   +1 more source

Bringing Innovative Load Balancing to NGINX

2021
Load equalization remains a very important space of study in engineering for the most part thanks to the increasing demand on knowledge centers and net servers. However, it's rare to envision enhancements in load equalization algorithms enforced outside of pricy specialized hardware.
Khan, Safiruddin   +2 more
openaire   +1 more source

USAGE OF NGINX and websocket in IoT

2015 23rd Telecommunications Forum Telfor (TELFOR), 2015
The use of standard HTTP protocol, within complex systems, may lead to system-wide high latency. The increased number of periodically sent request containing information for updating a client's state on the server can cause a system choke. Websocket protocol acts as an upgrade to the HTTP protocol and functions in a two-way duplex regime, thus the ...
Marijana Vujović   +3 more
openaire   +1 more source

Nginx Core Architecture

2016
Nginx was designed to get a very high throughput from your server, and the man behind the software was an exceptionally smart engineer, Igor Sysoev. Nginx solved a lot of performance problems in a very unique way because of the way it was architected. In this chapter, you will learn about the architecture in detail and how Nginx is able to work as well
openaire   +1 more source

Nginx Core Directives

2016
By now, your Nginx server should be up and running. It is time to go ahead and take control over it! You can consider the directives as the nuts and bolts of your web server, using which ones you tweak by the way your web server performs. Nginx has a lot of directives and it is important that you know the basic semantics, so that you can fine-tune your
openaire   +1 more source

Load Balancing with Nginx

2016
So far in this book, you have seen the power of Nginx as a web server. However, Nginx is much more than that. It is frequently used as a proxy server. A proxy server's job is to front end the request and pass it on to the proxied server, which is also known as an upstream server.
openaire   +1 more source

Nginx and Dynamic Content

2016
This chapter will take your knowledge level deeper by providing insights into serving dynamic content. Please keep in mind that hosting dynamic content directly with Nginx is not possible. This is to say that Nginx worker processes will not load the processing modules in its own memory address space to serve the pages.
openaire   +1 more source

Home - About - Disclaimer - Privacy