HTTP and XHTML




CS174

Chris Pollett

Aug. 26, 2013

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. Apache is currently the most common web browser.
  2. Mosaic was a web server developed by Marc Andreeson.
  3. HTTP is a protocol that can be used to get web pages from a web server.

MIME

HTTP

More HTTP

Header Fields

Response Phase

HTML/XHTML

HTML Variants

Basic Syntax