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.
Related Articles

*NEW
PHP Project (Intermediate) – Photo Gallery with MySQL Backend
This class shows you how to create a picture gallery app that stores its data in a MySQL database. This allows you to do things such as adding Tags, Description, and even User Ownership so […]

What is
Virtual Hosts for Web Servers – What are…
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.

What is
Port 80 Redirect – What is…
Port 80 Redirect allows you to redirect web traffic to your local server to a port other than port 80. You do this because many ISP’s block port 80 and so you need to use […]
Be the first to comment