__
> 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
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
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
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
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
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
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
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