Networking laboratory

Apache web server configuration lab

Due: Friday, September 12

Points: 20

Description. In this laboratory you will be configuring the apache web service so that your server can provide web pages to your client (and the rest of the world). Apache's configuration files are in /etc/httpd and the data files are in /var/www. The document root directory for apache is /var/www/html (this can be changed by a setting in the configuration file). If your system does not have either of the directories that means it was not installed when you installed the linux OS. You will first need to copy the appropriate rpm file(s) (packages) from the install CDs and then install the apache service.

Resources. You will likely want to take a look at these resources as you complete the tasks given and answer the questions.

Tasks and Questions. Complete the tasks given below and answer any questions given. Your answers should be word processed. Your configuration files will be inspected and your station tested to verify that apache was configured as requested.

Notes. Some information to keep in mind: