How To Host Multiple Websites With One Apache Server
Apache Virtual Hosts are a feature which let you host multiple independent websites from one Apache installation. Each site has its own filesystem directory and domain name. You can serve different sites to different visitors based on the domain they’re using. Virtual Hosts are created using the directive in Apache configuration files. They’re normally stored in the sites-available directory within Apache’s installation location. On Debian systems, this is usually /etc/apache2; other distributions may use /etc/httpd....