Objectives
-
How to install and configure the Apache web server
-
How to create simple static web pages
-
How to use multiple programming languages to generate dynamic CGI web content
Introduction
Apache is arguably the most common web server on the Internet. It is well understood, mature, and reliable. It is very configurable and flexible as you will see in this and later experiments. Apache is also free open source software that is provided under the Apache License 2.0.
Apache is ...