4 Ways To Check Uptime of Apache Web Server (httpd) on Linux
We all know about the purpose of uptime command in Linux. It is used to check the uptime of the Linux system, how long the system has been running without restarting. If you want...
We all know about the purpose of uptime command in Linux. It is used to check the uptime of the Linux system, how long the system has been running without restarting. If you want...
Apache is one of the best, popular, fast, free & open-source Web Server which is currently holding 33.56% of market share as per netcraft Feb’2016 survey. As a server administrator, make sure we should...
Virtualhost Hosting multiple domains in single server called virtualhost, you can host N of virtualhost in single apache webserver. See the below digram it will clearly says we can run N of virtualhost in...
SSL stands for Secure Sockets Layer. It provides a secure connection between internet browsers and websites/webserver, allowing you to transmit private data securely online. We can install SSL certificate to webserver, website, mail server,...
HTTP/2 is the first major HTTP protocol update since 1997 when HTTP/1.1 was first published by the IETF. HTTP/2 (originally named HTTP/2.0) is the second major version of the HTTP network protocol which was...
mod_pagespeed is an open-source Apache & Nginx Web Server module created by Google to help Make the Web Faster by rewriting web pages to reduce latency and bandwidth. It has several filters that automatically...
Apache HTTP Web Server is a free and open source cross-platform web server software. Apache is a web server application that is suitable for all Linux and Unix distribution and supports windows. It supports...
Cheatsheet is one of the quickest reference guides that allows you to easily find the right commands. This is very useful for a Linux administrator or developer. In this tutorial, we have added all...
Virtualhost Hosting multiple domains in single server called virtualhost, you can host N of virtualhost in single apache webserver. See the below digram it will clearly says we can run N of virtualhost in...
By default, Apache send version and few modules details to header such as mod_php, mod_perl, mod_ssl with every http header. As a server administrator we should know about mod_header module because this will help...