1) Suppose a user requests a file that does not exist. Into which file would this be written? 2) Must a user give world+execute permission on their home directory in order to have their files be on the world wide web? 3) Where are the files coresponding to http://yourmachine.nmu.edu/~user/fred.html stored? 4) How much CPU and RAM does Apache use when no one is making requests? USE UNITS!!!!! 5) What would the output of the command tell me: grep fred.html /var/log/apache2/access_log | wc -l 6) Suppose I set ServerRoot = /home/fred. What kind of information is located in /home/fred? 7-8) Make an alias such that all requests to http://yourmachine.nmu.edu/~fred go to /home/WWW/we-hate-him.html 9-10) Apache should run as the user "webmaster".