More HTTP, HTML, XHTML




CS174

Chris Pollett

Aug 29, 2016

Outline

The World Wide Web

Web Browsers

Web Servers

Web Server Operation

Apache

Example of an .htaccess File to Password Protect a Directory

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. TCP addresses are always four bytes long.
  2. The internet has been around since the late 1960s.
  3. FTP and telnet are the same thing.

MIME

HTTP

More HTTP

Header Fields

Response Phase

HTML/XHTML

HTML Variants

Basic Syntax