Dispatcher Configuration on Apache2 Server

In this blog, I will explain the easiest way of dispatcher configuration on Apache2 Server and OS version Ubuntu 15.04. This configuration will also work on Ubuntu 14.04. Let’s start:- Firstly, you have to install Apache2 server on your Ubuntu machine using this command- sudo apt-get install apache2 Now type the command- sudo service apache2 start Now […]

Read More