Making Apache2 Virtual Host for Debian 10
Hi! The Tutorial shows you Step-by-Step How to Create an Apache 2 Virtual Host in Debian Buster 10.x GNU/Linux Desktop/Server.
And the term Virtual Host refers to the Practice of Running more than One Website (such as company1.example.com and company2.example.com) on a Single Machine.
Virtual Hosts can be:
- “Name-based“, meaning that you have Multiple Names running on each IP address
- “IP-based“, meaning that you have a Different IP Address for Every Website
The fact that they are Running on the Same Physical Server is Not Apparent to the End User.
How to Create a Name-based Virtual Host on Linux Debian
-
1. Launching Terminal
Or Open a Command Line Terminal Window
(Press “Enter” to Execute Commands)In case first see: Terminal QuickStart Guide.
Or Login into Server Shell Shell.How to Install LAMP Server on Debian.
Contents