Apache is cross-platform and open-source Web server. It is part of the popular LAMP (Linux, Apache, MySQL, PHP) stack of software. This guide will show you how to start, stop, and restart Apache service on Linux systems. It comes loaded with powerful features and can be further extended with a wide variety of modules....
Let’s Encrypt is a Certificate Authority that provides free TLS/SSL certificates. It facilitate fully automated process of obtaining and installing a certificate on both Apache and Nginx. This tutorial explains how to install free Let’s Encrypt SSL certificate and secure Apache web server on Ubuntu 20.04. In this tutorial, we’ll use Certbot to obtain...
Using Apache Virtual Hosts, you can encapsulate configuration details and host multiple websites on a single server. Using it you can customize each website by creating separate document root, security policy and different SSL certificates. This tutorial covers how to set up Apache Virtual Hosts on CentOS 8 server. Prerequisites# A CentOS 8 server...
Apache Virtual Hosts allows you to host multiple websites on a single server. Using Virtual Hosts, you can customize each website by create separate document root, security policy and different SSL certificates. The basic unit that describes an individual site or domain is called a virtual host. This tutorial explains how to set up...
A LAMP stack is short form of Linux, Apache, MySQL and PHP. Here, L means Linux operating system, A for Apache web server, M is for MySQL database, P for PHP programming language. In this guide, we’ll install Apache 2.4, MySQL 8.0 and PHP 7.4 (LAMP) on Ubuntu 20.04 LTS (Focal Fossa) system. Prerequisites#...
Apache is popular and most widely used cross-platform HTTP server. It powers a large number of websites and includes many powerful features, dynamically loadable modules with other popular software. This tutorial explains how to install Apache web server on Ubuntu 20.04 Focal Fossa. Install Apache on Ubuntu# Before you begin installation, make sure you...
WordPress is the popular and widely used blogging and content management system in the world. PHP processing and MySQL/MariaDB database are used as a backend in WordPress. It is simplest way to create a Blog, Portfolio Website, webshop etc. In this tutorial, we will show you how to install WordPress with Apache on CentOS...
Apache Tomcat is an opensource Java-capable HTTP server. That is used to implement Java Servlet, JavaServer Pages, Java Expression Language, and Java WebSocket technologies. In this tutorial, we will discuss how to Install Apache Tomcat on CentOS 8. Apache Tomcat 9 on CentOS 8# Step 1: Install Java# Tomcat 9 requires Java SE 8...
Apache Tomcat is an opensource web server that used to implement Java Servlet, JavaServer Pages, Java Expression Language, and Java WebSocket technologies. In this tutorial, you will learn how to Install Apache Tomcat on Debian 10. Prerequisites# Before you start to install Apache Tomcat on Debian 10. You must have the non-root user account...
Apache HTTP server is one of the most popular web servers in the world. It’s free and open-source cross-platform web server software developed and maintained by Apache Software Foundation. Apache is a easy to learn and configure that providing an ability to host websites mainly via HTTP or HTTPS protocols. In RHEL based distribution...