Creating Virtual Hosts in LAMP (Apache2) to Host Multiple Websites

Опубликовано: 07 Октябрь 2024
на канале: lecture snippets
76,034
653

In this video I configure Apache2 to run multiple websites from the same Ubuntu LAMP server. I configure the hosts file to redirect traffic back to the loopback address, make the entrees in the sites-available folder for Apache2 and then run the a2ensite command to load the sites into the Apache configuration. For more information visit http://lecturesnippets.com.