More HTTP




CS174

Chris Pollett

Aug 26, 2020

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>

In-Class Exercise

MIME

HTTP