On Wed, Sep 13, 2017 at 8:03 AM, Hemant Chaudhary
<hemantdude.chaudh...@gmail.com> wrote:
> Yes true. I want to start only one process and it should not spawn child
> processes.
> In apache, we have master process and then it spawns child. After that child
> serves requests by client.
> My aim is to start master process and it should not spawn child as well as
> it should serve requests from client.

You could look into the -DONE_PROCESS option with a threaded MPM and
just use a single process.
But it all sounds like a pretty horrible plan.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to