Preparations

In this tutorial, we will set up a Web server running on Apache HTTP Server on Linux.

Step 1: Set up a server with the following OS and software:

Step 2: Configure the CentOS user account: you can either use the root account or create a new account with administrative privileges.

Step 3: Set up a firewall on the server and make sure the firewall allows the port (the HTTP port is 80 in this tutorial) to go through.

Step 4: Make sure the server can connect to Internet during the installation of Apache HTTP Server.