Category : Web servers

Tomcat is a popular open-source web server that supports Java Servlets and JSPs. In this tutorial, you will learn how to install Tomcat on Ubuntu 18.04, 20.04 & 22.04. It’s also available for Debian OS. Prerequisites Before you start, make sure you have: Step 1: Install Java Install Java 8 or higher, which is required ..

Read more

HTTP authentication is a simple and secure way to protect sensitive content from unauthorized users. This article will show you how to set up basic HTTP authentication on an NGINX server running on Ubuntu and CentOS. Prerequisites An Ubuntu 16.04, 18.04, 20.04 or 22.04 LTS / CentOS version 6, 7 or 8 server with a ..

Read more

Internet Information Services (IIS, formerly Internet Information Server) is an extensible web server software created by Microsoft for use with the Windows NT family ((usually it’s used with Windows server 2008 / 2012 / 2016 / 2019 / 2022)). IIS supports HTTP, HTTP/2, HTTPS, FTP, FTPS, SMTP and NNTP. It has been an integral part of the Windows NT family since Windows NT 4.0, though it may be absent from some editions ..

Read more