Intro to Apache - ApacheCon
The Apache Architecture (1.3)
  • Prefork model

  • One controlling parent process that forks new child processes, kills child processes when there are too many idle processes, handles stops and restarts.

  • Multiple child processes

  • Child processes are responsible for handling incoming requests, figuring out what they mean, and sending content back to the client.

Index
Back to Support for Apache
Forward to The Apache Architecture (2.0)

ApacheCon : Intro to Apache - Slide #18 of 139