Hi, On Wed, Sep 6, 2017 at 10:58 AM, Hemant Chaudhary <hemantdude.chaudh...@gmail.com> wrote: > > I have apache-2.4.25 on my ststem. When we start server, initially master > process starts and give access to mpm. I want to know which ".c" file is > used to create master process before worker.c.
The main() function (entry point of any C program) for httpd is in "server/main.c", that's where ap_run_mpm() happens. Regards, Yann. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org