More HTTP, HTML, XHTML




CS174

Chris Pollett

Feb 3, 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>

MIME

HTTP

More HTTP

Header Fields

Response Phase

HTML/XHTML

HTML Variants

Basic Syntax