On Wed, Sep 13, 2017 at 7:09 AM, Hemant Chaudhary <[email protected]> wrote: > Hi, > > I want to start my apache without master process means when I will give > "httpd" command, it should start 5 worker process which has access to > httpd.conf as well as serve requests. > > Is it possible to achieve this ? If yes, then how should to achieve this ?
Not really. Why not just ignore the parent process? The worst thing that can happen is that it doesn't manage the children, which you're already losing in this hypothetical setup. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
