A LAMP stack is short form of Linux, Apache, MySQL and PHP. In this, L means Linux operating system, A for Apache web server, M is for MySQL database, P for PHP programming language. This guide will help you to install Apache, MySQL and PHP (LAMP) on Ubuntu 22.04 LTS (Jammy Jelllyfish) system. Prerequisites#...
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. It is known as virtual host. This tutorial explains how to set...
GCC stands for GNU Compiler Collection. It is an open-source collection of compilers and libraries. It includes front ends for C, C++, Objective-C, Fortran, Ada, Go, and D programming languages. GCC was originally written as the compiler for the GNU operating system. This guide explains how to install GCC compiler on Debian 11 Bullseye....
Apache Cassandra is a free and open-source NoSQL database system which includes high availability and non-compromising performance. It is using by many large companies like Github, NetFlix, Reddit and Instagram. In this tutorial we will show you how to install Apache Cassandra on Ubuntu 22.04. Prerequisites# Perform the following steps to install Apache Cassandra...
Apache is a free and open-source and cross-platform web server that powers a large number of websites. Apache web server is the most widely-used http server in the world. It includes many powerful features, dynamically loadable modules with other popular software. You will learn how to install Apache web server on Debian 11. Install...
Apache is powerful and popular as well as most widely used cross-platform web server. It handles a large number of websites and includes many powerful features. This tutorial explains how to install Apache web server on Ubuntu 22.04 Jammy Jellyfish. Install Apache on Ubuntu 22.04# Before you begin installation, make sure you are logged...
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...