Browsing tag

apache

Setup Apache Virtual Hosts On Debian 9 / Ubuntu 16.04 / LinuxMint 18

Virtual Hosting is used to host multiple websites on a single web server. The web server might be anything of Apache HTTP web server, Microsoft IIS, Lighttpd, openLiteSpeed, etc. This guide will show you how to setup Apache virtual hosts on Debian 9 / Ubuntu 16.04 / LinuxMint 18. Types of Virtual Hosting There are two […]

How to Install LAMP on Fedora 27 / Fedora 26 / 25

LAMP Stands for Linux, Apache, MySQL, and PHP. Most of the websites work with the above combination.Below are the steps to install LAMP on Fedora 27 / Fedora 26 / 25.   Install Apache To start off, we will install Apache. Open up the terminal and switch to root. $ su Type following command on […]

Install Apache2 With PHP5 And MySQL On Fedora 21 (LAMP)

LAMP Stands for Linux,Apache,MySQL and PHP. Most of the websites works with the above combination. The main purpose of LAMP is testing the application locally by the programmer before going to the production. Below are the steps to install LAMP (Apache, PHP and MySQL) on Fedora. Installing Linux: Here i am not going to show […]