Intro to Apache - ApacheCon
The HTTP conversation
  • The client requests a URL

  • Apache translates that request into a resource of some kind (URL Mapping)

  • Authentication phase ensures that the client is permitted to have the content.

  • Content is sent back to the client (browser), which is responsible for rendering it in some usable manner.

Index
Back to About HTTP and MIME
Forward to What to do with the content?

ApacheCon : Intro to Apache - Slide #22 of 139