Virtual Hosts are used in Apache to allow a single web server to serve numerous websites. Basically www.FailedNormal.com point to /var/www/FailedNormal, and www.EliTheComputerGuy.com points to /var/www/EliTheComputerGuy.
Related Articles

What is
Apache Web Server – What is…
Apache is the go to web server for deploying websites. You can run it on Linux, Windows, Mac, Unix and more. It’s free, and reliable.

What is
IIS (Internet Information Services) – What is…
IIS is Microsofts implementation of a web server for Windows. It’s free to use with Windows Server and can even be deployed on a Windows 10 machine. IIS is an easy to use GUI and […]

*NEW
Linux Projects – Simple Network Scanner Web App (nmap)
This project allows you to create a simple network scanner that is accessible from a web browser on the network. Essentially with this project we use a Cron Job every 10 minutes to trigger nmap […]
Be the first to comment