
Learn to host multiple web sites on a single server with virtual hosts, LAMP stack on Ubuntu, and manage DNS zone files, name servers, and SSL certificates with Let's Encrypt.
Deploy a virtual server on Digital Ocean by logging in, creating a main server project, and launching an Ubuntu 18.04 droplet with a chosen size and New York region.
Learn how floating IPs attach a transferable IP to any droplet, enabling quick server swaps and recovery from snapshots without changing addresses. Set up the IP early to maximize flexibility.
Learn how to securely access a fresh Digital Ocean server using terminal or other consoles, connect as root with the floating IP, and change your password.
Install Apache, update the local package index, and verify the default Apache page by entering your server IP in a browser.
install and secure the MySQL database server, removing anonymous users and test databases, disallowing remote root login, and switching root authentication to native password for production-ready setup.
Install php on the server, restart the web server, and test php configuration with a phpinfo script in the default web directory; then delete the file for production security.
Install phpMyAdmin to manage databases via a graphical interface, update the package index, enable mbstring, restart Apache, and log in to administer your databases.
Learn to host multiple domains from one server by creating per-domain directories under the www root and configuring virtual hosts, ensuring each domain has its own site files.
Create and organize separate directories for each domain, set appropriate permissions, and create default index.html files to verify multiple domains on a single virtual server.
Create and enable per-domain virtual host files, set server name and alias, reload Apache, and disable the default site to host multiple domains on one server.
Configure domain name servers and DNS zone files to direct multiple domains to your Digital Ocean hosting by updating registrar name servers.
Configure DNS zone files after pointing name servers to Digital Ocean; create A records for both domains and www to the floating IP, then test propagation and verify.
Install certbot on your server to obtain and install Let's Encrypt SSL certificates for each domain, configure Apache virtual hosts, and test HTTPS propagation and domain security.
Deploy a Digital Ocean droplet with Ubuntu. Set up a lampstand on Ubuntu, floating IPs, directory structure, DNS zone, virtual host files, and Let's Encrypt SSL for multiple domains.
In this exciting new course, we show you how to host multiple domain names on a single Digital Ocean droplet. We will show you step-by-step how to configure a droplet with LAMP Stack on Ubuntu 18.04. This includes deploying a droplet, installing Ubuntu and all the components included in LAMP Stack including Apache, MySQL, PHP and PhpMyAdmin.
We also explore an exciting new feature offered by Digital Ocean, called "Floating IP's" which allow you to transfer IP's easily between multiple droplets.
After you understand the foundations of server configuration, we get into configuring Name Servers, DNS Zone Files and Virtual Hosts to host multiple domains from a single Virtual Server. You will have a thorough understanding of setting file permissions and developing an organized directory structure for all your websites.
We also show you how to configure an SSL certificate for each and every website that you host on your virtual server. For this part of the course we will be using Let’s Encrypt. Let’s Encrypt is a certificate authority that offers free SSL certificates, which are extremely simple to install and very secure.
You are welcome to use any hosting provider for this course, as the concepts can be easily implemented on any Virtual Server configured with the Ubuntu distribution.