HTTP

Server Name Indication
What is the Server Name Indication (SNI)?
  • Know-how

What is server name identification, really? Encryption technologies play a big role when it comes to surfing on the net. Credit card data and other personal information must not fall into the hands of criminals. For now, TLS is one of the protocols used for this purpose. But it has a disadvantage: it only functions when each IP address only hosts one domain. If multiple virtual services are...

What is the Server Name Indication (SNI)?
REST: the HTTP solution for web services
REST (Representational State Transfer)
  • Know-how

Combining different application systems has become increasingly important over the past few years. This trend is especially due to the increasing number of web applications being developed. In order to react to this trend, many different web services were developed that make data transfer across multiple systems possible. The Representational State Transfer (REST) is an architectural style that...

REST (Representational State Transfer)
NGINX vs. Apache: A web server comparison
NGINX vs. Apache
  • Know-how

Apache vs. NGINX – while one is said to be bulky and unwieldy, the other is considered slim and high-performance. But can we be this general? In fact, both web servers are based on fundamentally different concepts when it comes to connection management, interpretation of client requests, or configuration options. The range of functions also display clear differences in software alignment. While...

NGINX vs. Apache
QUIC – the Internet Transport Protocol based on UDP
QUIC: What is behind the experimental Google Protocol?
  • Technical matters

Quick UDP Internet Connections (QUIC for short), is an experimental network protocol from Google. Further development of the protocol is being driven by IETF, which has set up a dedicated group working towards it. The QUIC protocol is intended to offer a speed-optimized alternative to the current transport standard TCP and builds on the connectionless protocol UDP to achieve this.

QUIC: What is behind the experimental Google Protocol?
HTTP 503: how to fix website errors
HTTP 503 (Service Unavailable): meaning and troubleshooting
  • Technical matters

It’s very likely that you’ve stumbled on the 'HTTP Error 503 The service is unavailable' notification or something similar during your daily browsing. The error message appears whenever a web server can’t display the website that the user is trying to access. There are many reasons for these notifications, just as there are many solutions. It’s your responsibility as the website operator to...

HTTP 503 (Service Unavailable): meaning and troubleshooting
What does ‘502 bad gateway’ mean?: Explanation and solution
Error 502 Bad Gateway: Where’s the problem?
  • Technical matters

HTTP status codes emerge when something isn’t running properly on the internet. In this respect, the 502 Bad Gateway error is no exception. But this familiar error message can be particularly tricky: It’s not actually clear where the source of the problem lies. In the chain of gateways along which internet requests run, the error could occur at a number of different points. This article explains...

Error 502 Bad Gateway: Where’s the problem?
What is a server? One term, two definitions
What is a server?
  • Know-how

When talking about web hosting, it is impossible to avoid the term ‘server’. So what is a server? And how does it work? In IT, there are actually two definitions of the term. The traditional server is the software for network services, but more recently the word has also been used to describe the corresponding hardware used to carry out server programs. Here is our overview of the most common...

What is a server?
What does the '404 Not Found' error mean?
What 'Error 404' means and how to fix it
  • Website creation

How often have you stumbled upon a dead end while surfing the net? HTTP 404 error pages are commonplace online to inform users that the requested page isn’t available. As well as being annoying for visitors, they spell bad news for website owners since a dead link may have a bad influence on a website’s search engine ranking. In this article, we’ll demonstrate the importance of 404 pages and...

What 'Error 404' means and how to fix it
Flush DNS
Flush DNS | How to clear the DNS Cache
  • Configuration

Operating systems, such as Windows or macOS, automatically save information about address resolution from systems and applications in the network in a DNS cache. The purpose of this practical cache is to speed up network traffic. Read on to find out why it’s useful to regularly clear the DNS cache and how exactly such a DNS flush works.

Flush DNS | How to clear the DNS Cache
504 Gateway Timeout: How to fix it
HTTP 504 (Gateway Timeout): How to fix an error 504
  • Technical matters

If the error message ‘HTTP 504 Gateway Timeout’ appears when you attempt to open a website, it means that the allowed time for responding to browser queries has been exceeded. A lot of the time the culprit is not the web server itself, but instead some other component of the server, i.e. a gateway, which is integral to the path of communication. What does 504 gateway timeout mean? How can you fix...

HTTP 504 (Gateway Timeout): How to fix an error 504