More HTTP




CS174

Chris Pollett

Feb 1, 2021

Outline

The World Wide Web

Web Browsers

Web Servers

Quiz

Which of the following statements is true?

  1. In this course, you can use insurance points to recover up to half of what you lost on an exam.
  2. This course teaches only client side web development.
  3. We will have two midterms and six homeworks this semester.

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