HTTP and XHTML




CS174

Chris Pollett

Aug. 30, 2010

Outline

Apache

Example

AuthUserFile  "/Volumes/Library/WebDocuments/library/.htpasswd"
AuthGroupFile /dev/null
AuthName library
AuthType Basic

<Limit GET POST>
require valid-user
</Limit>

Quiz

Which of the following statements is true?

  1. A web browser will make a connection to a web server to find out the IP address corresponding to a fully qualified domain name.
  2. The document root directory of a web server always corresponds to the root directory of the server's filesystem.
  3. The HTTP protocol was originally developed by a team that included Tim Berners-Lee.

MIME

HTTP

More HTTP

Header Fields

Response Phase

XHTML

HTML Variants

Basic Syntax