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

How to Create An Apache Virtual Host on Ubuntu 20.04

August 31, 2021 | By the+gnu+linux+evangelist.

GNU/Linux Ubuntu 20.04 Making Apache Virtual Host Guide

How to Create Apache 2 Virtual Host on Ubuntu 20.04 Focal LTS GNU/Linux Server/Desktop – Step by step Tutorial.

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.

How to Create an Apache Virtual Host on Ubuntu 20.04