e Learning

Apache HTTP Server

How to Install Apache on Fedora Server

In this tutorial we are going to learn how to install and configure Apache HTTPD Server on Fedora Server. I will also explain how to create Apache Virtual Host on Fedora HTTPD Server to host more than one website on the Web Server.

For This tutorial I am using Fedora Server 24, But you can do this on Fedora Workstation and also in any Previous Version of Fedora Linux.

How to Install Varnish on CentOS 7 Apache Web Server

In this CentOS 7 tutorial we are going to learn how to Install varnish cache on CentOS 7 and How to Configure varnish cache for CentOS 7 Apache Web Server. Varnish cache is a great way to reduce your server load and improve the response time of your website.

How to Install Apache on Ubuntu Server 14.04

Apache2 is the most popular Web Server Implementation for Ubuntu Server 14.04. In This Ubuntu Tutorial we are going to learn how to install Apache on Ubuntu Server 14.04. In Addition to installing Apache on Ubuntu Linux, we will also learn how to create and configure Apache Virtual Host and host a simple static website on Ubuntu Server.

How to Restart Apache on CentOS 7

Two Commands can be used to Restart Apache HTTPD Server on CentOS 7, Those Two Commands are systemctl and apachectl. You Can use either of the Two commands In Linux CLI. apache2ctl is a front end to the Apache HyperText Transfer Protocol (HTTP) server. It is designed to help the administrator control the functioning of the Apache apache2 daemon.

View Apache Server Status in Command Line CentOS 7

In This Tutorial we will learn How to View Apache Server Status in Command Line CentOS 7 and CentOS 6.5 using systemctl and service Commands.

How to Install Apache on CentOS 7

In this Tutorial I will guide you through the installation of Apache HTTPD Server on Newly released Centos7 Operating System. In Addition we will also configure the CentOS firewall to allow HTTP request. Then we will do the PHP, MySQL and phpMyAdmin Installation too. At the end of this tutorial you will learn how to setup Complete CentOS LAMP Stack.

How to do an Apache Graceful Restart in CentOS 7

Apache Graceful Restart means, reloading the Apache Configuration(httpd.conf) without restarting the Web Server. When we do the Graceful Restart it only reloading the Configuration file and do not restart the Apache Web Server. So the currently open connections will not be aborted. So you can make the changes to the httpd.conf file and reload the changes without closing existing connection.

Apache WILL NOT Start Without the Configured Ports Free

If You See Following Error “Apache WILL NOT start without the configured ports free!” in the Xampp Control panel, This is Because Some Other Program Already Running using Port 80. In Most Case This Skype, Since Both Apache and Skype use Default Port 80, You may not able to run Both Program at the same time using the same Port Number.

Solution for Xampp Error Apache Shutdown Unexpectedly

Are you getting following xampp error message “Apache shutdown unexpectedly” when try to start Apache server using xampp control panel ? This Because some other programme is using port 80 which is also need by Apache web server to run