Re: AW: [users@httpd] Run apache without master [wd-vc]

2017-09-13 Thread Hemant Chaudhary
__ > Von: Hemant Chaudhary [hemantdude.chaudh...@gmail.com<mailto:hemantdude. > chaudh...@gmail.com>] > Gesendet: Mittwoch, 13. September 2017 13:29 > An: users@httpd.apache.org<mailto:users@httpd.apache.org> > Betreff: Re: [users@httpd] Run apache without master [wd

Re: [users@httpd] Run apache without master [wd-vc]

2017-09-13 Thread Eric Covener
On Wed, Sep 13, 2017 at 8:03 AM, Hemant Chaudhary 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 sh

AW: [users@httpd] Run apache without master [wd-vc]

2017-09-13 Thread Bremser, Kurt (Allianz Technology GmbH)
14:03 An: users@httpd.apache.org Betreff: Re: [users@httpd] Run apache without master [wd-vc] 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

Re: [users@httpd] Run apache without master [wd-vc]

2017-09-13 Thread Hemant Chaudhary
hnology GmbH > > Newton was wrong. There is no gravity. The Earth sucks. > > Von: Hemant Chaudhary [hemantdude.chaudh...@gmail.com] > Gesendet: Mittwoch, 13. September 2017 13:29 > An: users@httpd.apache.org > Betreff: Re: [users@htt

AW: [users@httpd] Run apache without master [wd-vc]

2017-09-13 Thread Bremser, Kurt (Allianz Technology GmbH)
2017 13:29 An: users@httpd.apache.org Betreff: Re: [users@httpd] Run apache without master [wd-vc] Hi I want to create different processes not forking from parent or anywhere. It is still okay if parent process is started and parent process will not fork child processes but parent should serve

Re: [users@httpd] Run apache without master

2017-09-13 Thread Hemant Chaudhary
Hi I want to create different processes not forking from parent or anywhere. It is still okay if parent process is started and parent process will not fork child processes but parent should serve requests. On Sep 13, 2017 4:47 PM, "Eric Covener" wrote: > On Wed, Sep 13, 2017 at 7:09 AM, Hemant

Re: [users@httpd] Run apache without master

2017-09-13 Thread Eric Covener
On Wed, Sep 13, 2017 at 7:09 AM, Hemant Chaudhary 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, th

[users@httpd] Run apache without master

2017-09-13 Thread Hemant Chaudhary
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 ? Thanks hemant