cs526 logo
rainbow animatio

Homework #2. Configure Apache as web server, cache server, reverseproxy, and use ab to measure web server performance

Goal:

Assignment Date: 2/11/2009
Due Day: 2/18/2009
Related documents:

Description:

Part 1. Configure apache to run as a web server

Part1. Exercise1: Configure a simple apache server (ws1)

Part1. Exercise2: Setup web server 2 on shavano

Part1. Exercise3: Setup web server 3 on windom

Part 2. Setup Cache Server
Exercise 3. Setup ReverseProxy Server/Cluster.

Exercise 4. Evaluate Web Server Performance using httperf.

  1. ab -c 100 -n 1000 http://blanca:8<last three digits of your SID>/ > blanca.txt
  2. ab -c 100 -n 1000 http://windom:10<last three digits of your SID>/ > windomRP.txt
  3. ab -c 100 -n 1000 http://blanca/ > blanca2.txt
  4. ab -c 100 -n 1000 http://windom/> windom.txt
  5. ab -c 100 -n 1000 http://www.uccs.edu/> www.uccs.edu.txt
  6. ab -c 100 -n 1000 http://viva/> viva.txt

Create a homework web page hw2.html in your cs526 personal web page directory