Using Virtual Hosting on Apache
Apache have a concept of Virtual Hosts which allows you to configure multiple websites on a single IP Address using multiple hostnames or ports. If you haven’t already done it, install Apache on your Ubuntu instance: apt-get install apache2 Create a new conf file in /etc/apache2/sites-available or use an existing […]