1. Dr. Frankenfurter's main goal in the play "Rocky Horror Picture Show" was
    1. Create the perfect man
    2. Get back to the planet Translyvania
    3. Kill Eddie
    4. Stop Riffraff from messing around with Magenta, his own sister.
  2. What is the purpose of a robots.txt file?
    1. To tell google and yahoo (etc.) your server exists
    2. To tell google and yahoo (etc.) which files to index
    3. To tell google and yahoo (etc.) which files not to index
    4. Where to find the script for Rocky Horror.

  3. The file /robots.txt is 
    1. Manditory
    2. Optional
    3. Enforced by the Apache web server

  4. (Yes/No) Suppose I wanted to change the location of the top pages of my web server. In other words, I want to move the location within the file system of the page http://googee.nmu.edu/.  Would the ServerRoot directive help me?


  5. (Yes/No) In the access log, will the referer ever mention pages from outside your site?

  6. (Yes/No) In the access log, will the requested file field ever mention pages from outside your site?
  7. Which best describes Janet (Brad's fiance)?
    1. Hussie
    2. Talented
    3. Of limited fashion sense
    4. Faithful
    5. Turned to stone
  8. (Yes/No) Is every 'hit' mentioned in the log files.
  9. A user wants to access your site.  However in the browser window they mispell the hostname.  For example, instead of entering "http://googee.nmu.edu/fred.html" they enter "http://gooooooogee.nmu.edu/fred.html". Which log file will contain the error?
    1. The access_log file
    2. The error_log file
    3. The apache2.conf file
    4. The script for the play
  10. Why does Columbia scream during dinner
    1. She learns the contents of the meal
    2. She hates the background music
    3. She finally learns that Bad is engaged to Janet
    4. She gets kicked of the teleporter back to Transylvania
  11. Which directive inside the configuration file controls the port to which Apache listens?
  12. As which user does Apache run?


  13. Why does not Apache run as root?



  14. Suppose that the following permissions apply.  Can a browser download http://googee.nmu.edu/~brad/janet.html
    drwxr-xr-x    root root /
    drwxr-xr-x    root root /home
    drwx------       brad brad /home/brad
    drwxrwxrwx brad brad /home/brad/pub
    drwxrwxrwx brad brad /home/brad/pub/janet.html

  15. Suppose I get an error accessing the file http://googee.nmu.edu/~scott/lazergun.jpg. I can however access http://googee.nmu.edu/.  Beyond file permissions, what else might I check?

  16. The best scene in Rocky Horror is ..
    1. When Rocky comes alive.
    2. When Riffraff kills Dr. Frankenfurter.
    3. When Dr. Frakenfurter kills Eddie.
    4. When Columbia eats Eddie.
  17. Your access log file has 1,000 entries.  How many page views might you have?
    1. More than 1,000.
    2. Less than 1,000.
    3. Exactly 1,000.
    4. I hate this question

  18. (3 points) Make me a folder on a web site protected so that only the user Janet, password oheddie, can access it.