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):
-
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
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
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