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

How to Create An Apache Virtual Host on MX Linux

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

GNU/Linux MX Making Apache Virtual Host Guide

The tutorial shows you step-by-step How to Create Apache 2 Virtual Host on MX GNU/Linux 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 MX Linux