Re: [users@httpd] The question of Apache deamontools

2012-08-10 Thread Liu JinGang
Hi Rainer, Thanks for your helps! On 2012-08-09 20:10, Brett Maxfield wrote: On 09/08/2012, at 1:43 PM, Liu JinGang wrote: ApacheGroup Mem: hello,boys~ I use the deamontools to control the apache. run script as following(refer to the doc of www): -

Re: [users@httpd] The question of Apache deamontools

2012-08-09 Thread Brett Maxfield
On 09/08/2012, at 1:43 PM, Liu JinGang wrote: > ApacheGroup Mem: > > hello,boys~ > > I use the deamontools to control the apache. > run script as following(refer to the doc of www): > - > #!/bin/sh > > CONF=/etc/httpd/conf/httpd.conf > DAEMON=/usr/sbin/h

Re: [users@httpd] The question of Apache deamontools

2012-08-09 Thread Nick Kew
On 9 Aug 2012, at 07:43, Liu JinGang wrote: > I use the deamontools to control the apache. Why? It's not a configuration we'd recommend: in fact it seems to be running multiple instances in what would normally be a debugging mode. If someone is indeed recommending it, perhaps you should put yo

[users@httpd] The question of Apache deamontools

2012-08-08 Thread Liu JinGang
ApacheGroup Mem: hello,boys~ I use the deamontools to control the apache. run script as following(refer to the doc of www): - #!/bin/sh CONF=/etc/httpd/conf/httpd.conf DAEMON=/usr/sbin/httpd DAEMON_ARGS="-f $CONF -DNO_DETACH -DFOREGROUND -d /etc/ahttpd -DHAVE