$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }

How to Create An Apache Virtual Host on Ubuntu 18.04

April 18, 2018 | By the+gnu+linux+evangelist.

GNU/Linux Ubuntu 18.04 Making Apache Virtual Host Guide

Hi! The Tutorial shows you Step-by-Step How to Create Apache 2 Virtual Host in Ubuntu 18.04 Bionic LTS GNU/Linux Server/Desktop.

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

Because the fact that they are running on the same physical server is not apparent to the end user.

Create Apache 2 Virtual Host on Ubuntu 18.04 Bionic - Featured