|
Apache 1.x Processes |
- Unix
- One master (root priv. for port 80)
- Many slave children (lesser priv.) handle requests
- Win32 (1.3.x)
- A master process
- A Slave process w. n working threads (50 in the default configuration)
- Possible to configure how many request a worker is allowed to handle
|
|