Web Servers

Nginx Server- und Standortblockauswahlalgorithmen verstehen — step-by-step Web Servers tutorial on Progressive Robot

Nginx Server- und Standortblockauswahlalgorithmen verstehen

Nginx ist einer der beliebtesten Webserver der Welt. In diesem Leitfaden werden wir erläutern, wie Nginx den Server und den Speicherblock auswählt, der die Abfrage eines bestimmten Clients verarbeitet. Wir werden den vorhandenen Algorithmus sowie die Anweisungen und Optionen behandeln, die Sie zur Änderung des Auswahlprozesses verwenden können.

Read more
Apache Spark Example: Word Count Program in Java — step-by-step Web Servers tutorial on Progressive Robot

Apache Spark Example: Word Count Program in Java

Apache Spark Apache Spark is an open source data processing framework which can perform analytic operations on Big Data in a distributed environment. It was an academic project in UC Berkley and was initially started by Matei Zaharia at UC Berkeley’s AMPLab in 2009. Apache Spark was created on top of a cluster management tool […]

Read more
5 Common Server Setups For Your Web Application — step-by-step Web Servers tutorial on Progressive Robot

5 Common Server Setups For Your Web Application

When deciding which server architecture to use for your environment, there are many factors to consider, such as performance, scalability, availability, reliability, cost, and ease of management. Here is a list of commonly used server setups, with a short description of each, including pros and cons. Keep in mind that all of the concepts covered here can be used in various combinations with one another, and there is no single, correct configuration.

Read more
Nginx SSL Certificate and HTTPS Redirect Errors — step-by-step Web Servers tutorial on Progressive Robot

Nginx SSL Certificate and HTTPS Redirect Errors

In this tutorial, you will learn about common errors that can emerge when setting up TLS/SSL certificates and HTTPS redirect connections for your Nginx server. You will also learn how to identify possible causes for these redirect errors and fix them.

Read more
What is nginx? — step-by-step Web Servers tutorial on Progressive Robot

What is nginx?

Nginx, pronounced *engine-x*, is an open source web server used for serving static or dynamic websites, reverse proxying, load balancing, and other HTTP and proxy server capabilities.

Read more
CHAT