ITI-520, Section 03 (2001) - FINAL PROJECT
Web Technology & Web Server Setup

Instructor:  Christopher Uriarte <chrisjur@cju.com>

To complete the final project, must must demonstrate the following tasks with Apache:

	1.	Fully re-compile and install Apache on the iti.rutgers.edu. system.  Use the port 
		number you have used throughout class (the numeric portion of your iti* username).

	2.  Demonstrate an Apache "redirect".  For example, if someone goes to 
	    http://yoursite.com:port/yahoo, they are redirected to 
 		http://www.yahoo.com, or some other external URL.

	3.  Demonstrate the use of an Apache "alias" using the "Alias" directive.

	4.  Demonstrate how you can restrict access to a website using Basic username and 
		password authentication.  (For this item, I will only be evaluating the syntax 
		and the approach you use to implement this....don't worry if you can't actually
		get it working).
		
	5.  Demonstrate the Apache "UserDir" feature by setting up Apache so users can place
		their personal web documents in some directory OTHER than public_html.  Explain
		how you test this.

In addition, any other "interesting" things you can demonstrate with your Apache configuration
will be evaluated and can be used to make up for credit on items above that you may not be
able to demonstrate effectively.  I encourage you to be creative.

When you are complete with the project, please email me.  Include a short narrative of what 
you have completed and any additional features you may be demonstrating.

Resources for this project:
	- Class notes you have taken
	- All class slides
	- "Professional Apache" - your textbook.
	- Your faithful instructor (me)
	
Please feel free to contact me if you have any questions related to the project, of if you
really get stuck.