Introducing HTTP




CS174

Chris Pollett

Aug 22, 2022

Outline

Using Slidy

The Internet

Domain Names

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>