![](https://www.elithecomputerguy.com/wp-content/uploads/2018/11/iis-326x245.jpg)
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 […]
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 […]
LAMP Servers are the standard build for web servers. LAMP stands for Linux, Apache, MySQL, PHP. This gives you the operating system, http server, database server and PHP scripting language.
A WAMP Server is a Windows, Apache, MySQL, PHP server. You may run a WAMP server instead of a LAMP server if you need to use the Microsoft Stack, or you just have a Windows […]
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.
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.