Install Apache Tomcat on Ubuntu 18.04

By | 2020-07-11T09:38:28+00:00 July 11th, 2020|

The Apache Tomcat is a free, open-source Java-based web application that offers an HTTP webserver environment to run Java applications. It helps in the implementation of the JavaServer Pages, Java Expression Language, Java Servlet, and Java WebSocket technologies. Recent studies show that Apache is one of the most widely adopted applications and web servers. It [...]

Install, Manage and Configure Apache on Debian10

By | 2020-07-10T22:01:38+00:00 July 10th, 2020|

In this tutorial, we are going to see how to Install, Manage and Configure Apache on Debian10 Apache is also known as the Apache HTTP server. It is an open-source, cross-platform web server software that is free of cost. Apache mainly runs on Linux distributions, but it also ran on OpenVMS, NetWare, and other Operating [...]

How to set up Apache htpasswd Authentication in Ubuntu

By | 2019-09-05T01:23:17+00:00 September 5th, 2019|

Every application on the internet has some parts in it that an anonymous user should not access. For example, a directory containing confidential documents like PDFs, Docs and sheets. But, there is a way to protect these directories at server level with Apache htpasswd. So, What is htpasswd? It is an Apache utility that allows [...]