httpd Initialization
4
httpd core
•
apache-2.0/src/main/*.c
4
Initiate program
•
http_main.c
4
Read configuration files
•
http_config.c, http_core.c
4
Start logging
•
http_log.c
4
Start server listeners (MPM)
•
apache-2.0/src/modules/mpm/*