While you can always have a peek at Apache log files to get information about your webserver such as active connections, you can get a very detailed overview of your web server’s performance by enabling the mod_status module. What is the mod_status module? The mod_status module is an Apache module that allows users to access
Apache - DesignLinux
How to Install Apache Web Server on Ubuntu 20.04
This guide will take you through the installation of the Apache webserver on Ubuntu 20.04. It includes managing the Apache2 services, open webserver port in the firewall, testing the Apache2 installation, and configuring a Virtual Host environment. Requirements: How to Install Ubuntu 20.04 Server Installing Apache2 in Ubuntu 20.04 1. First, log into your Ubuntu
How to Enable HTTP/2 in Apache on Ubuntu
Since the inception of the World Wide Web (www), the HTTP protocol has evolved over the years to deliver secure and fast digital content over the internet. The most widely used version is HTTP 1.1 and while it packs with feature enhancements and performance optimizations to address the shortcomings of earlier versions, it falls short
How to Install Apache with Virtual Host on CentOS 8
The Apache webserver is an opensource and popular HTTP web server that continues to enjoy a massive market share in the hosting industry. It ships with loads of features including module enhancements, multi-protocol support, simplified configuration, and multi-language support to mention just a few. Read Also: How to Install Nginx on CentOS 8 In this
How to Install Varnish Cache for Apache on CentOS/RHEL 8
Varnish Cache is a free open source, modern and high-performance web application accelerator. It is a fast reverse HTTP proxy that caches content to speed up your web server performance, by storing web content in server memory – in a cache. It is configured to run in front of an origin server such as Apache
How to Install WordPress with Apache in Ubuntu 20.04
WordPress is the most popular platform in the world for building websites, be it a blog, an e-commerce website, a business website, a portfolio website, an online business directory, and so on. It is free and open-source, easy to install, learn and use, highly pluggable and customizable too. This guide shows how to install the