Filesystems and Web Servers

Web Architecture and Information Management [./]
Summer 2011 — INFO 153 (CCN 42509)

Erik Wilde, Dilan Mahendran, and Brad Andrews, UC Berkeley School of Information
2011-07-13

Creative Commons License [http://creativecommons.org/licenses/by/3.0/]

This work is licensed under a CC
Attribution 3.0 Unported License
[http://creativecommons.org/licenses/by/3.0/]

Contents Erik Wilde, Dilan Mahendran, and Brad Andrews: Filesystems and Web Servers

Contents

Erik Wilde, Dilan Mahendran, and Brad Andrews: Filesystems and Web Servers

(2) Abstract

It can be hard to understand web technologies without a basic understanding of filesystems, directory structure, and file paths. This lecture provides an overview of these topics and shows how web servers build upon these fundamentals.



Erik Wilde, Dilan Mahendran, and Brad Andrews: Filesystems and Web Servers

(3) Administrative Details



Files, Filesystems, & Directory Structure

Outline (Files, Filesystems, & Directory Structure)

  1. Files, Filesystems, & Directory Structure [4]
  2. File Paths [4]
  3. Web Servers [3]

(5) Files



(6) Filesystems and Directory Structure



(7) Graphical View of Directory Structure

Graphical view of directory structure


(8) Textual View of Directory Structure

Textual view of directory structure


File Paths

Outline (File Paths)

  1. Files, Filesystems, & Directory Structure [4]
  2. File Paths [4]
  3. Web Servers [3]

(10) File Paths



(11) Absolute vs. Relative File Paths



(12) Absolute vs. Relative File Paths



(13) Why Relative Paths?



Web Servers

Outline (Web Servers)

  1. Files, Filesystems, & Directory Structure [4]
  2. File Paths [4]
  3. Web Servers [3]

(15) Web Servers



(16) URL Paths



(17) URL Paths vs. File Paths



2011-07-13 Web Architecture and Information Management [./]
Summer 2011 — INFO 153 (CCN 42509)