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.
|
|