How to Host Multiple Websites on Linux with Apache
This guide, created by Jack Wallen for TechRepublic Premium, explores the various things you can do with a Linux server. It won’t leave out any steps, so you won’t have to refer to another tutorial to complete the process. The only step it will leave out is the installation of Linux, as we’ll assume you have the platform already up and running and ready to serve your needs.
-
Featured text from the guide:
STEP 3: CREATE THE DIRECTORY TO HOUSE THE SITE AND THE .INDEX FILE
The Apache document root is the directory that houses all websites on your server. By default, that directory is /var/www/html. I like to use that directory, but you can choose whatever directory you like, such as /srv.
Let’s create directories for both company and ecommerce. You can name them whatever you like (based on the sites you’ll serve up). Create those directories with the commands:
sudo mkdir /var/www/html/company
sudo mkdir /var/www/html/ecommerce
Enhance your Linux knowledge with our in-depth 11-page PDF. This is available for download at just $19. Alternatively, enjoy complimentary access with a Premium annual subscription.
TIME SAVED: Crafting this content required 22 hours of dedicated writing, editing, research, and design.
Resource Details
* Sign up for a TechRepublic Premium subscription for $299.00/year, and download this content as well as any other content in our library. Cancel anytime. Details here.
* Sign up for a TechRepublic Premium subscription for $299.00/year, and download this content as well as any other content in our library. Cancel anytime. Details here.