Assignment 2

Due Thursday 2/5 at the start of class

You are to run your own version of the Apache web server on mongoose.aul.fiu.edu and set up some directories with specific permissions. You will create a home page for your server using frames and a clickable image map.

Creating the directory structure

Set up the following directory structure

You can achieve this with the following commands

[Back to Top]

Copying the configuration files

Next, get a copy of the configuration files for the server

[Back to Top]

Editing the configuration files

Next, edit each of the following files in your conf directory, you can use the pico editor

[Back to Top]

Starting the server

Now you are ready to start the server

[Back to Top]

Stopping the server

To kill the server

If this fails, you can find the process ID (PID) of your server with the ps command. Then you can just stop the server with the command kill -TERM pid, where pid is the number you get from the ps command. However, you must be using the correct version of ps, and give it two options g and x. You will see several servers listed, the one with the lowest pid is the original server: stopping it will stop all the others. To see your server processes

[Back to Top]

Creating directories and setting access rights

Here is the rest of the assignment

[Back to Top]