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

[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

RE: [users@httpd] ErrorLog of CGI canot transfer to syslog

2011-05-30 Thread Liu JinGang
Galić: Thanks for you reply! > Are you writing to syslog with TCP or UDP? Apache transfer ErrorLog to syslog by PIPE. I think it write to syslog with UDP. > -Original Message- > From: Igor Galić [mailto:i.ga...@brainsware.org] > Sent: Monday, May 30, 2011 5:31 PM > To: users@httpd.apache.

[users@httpd] ErrorLog of CGI canot transfer to syslog

2011-05-29 Thread Liu JinGang
Hi Experts, I have a question that as following, I hope that someone can give me an answer. Thanks! I've just been doing some debugging of a CGI file. In doing so I was outputting some information to STDERR.I found that the error info can't transfer to syslog. Why? If the error info is large

[users@httpd] Apache ErrorLog(CGI) transfer to syslog is hang

2011-05-24 Thread Liu JinGang
Hello: I have a problem that as following, I hope that someone can give me an answer. I've just been doing some debugging of a CGI file. In doing so I was outputting a large amount of information to STDERR. During this I found that this would hang the apache handler process. Reducing the output

RE: [users@httpd] Apache httpd question(emergent)

2011-03-30 Thread Liu JinGang
to know that if someone have got it _ From: Mark Montague [mailto:m...@catseye.org] Sent: Wednesday, March 30, 2011 6:48 PM To: Liu JinGang Cc: users@httpd.apache.org; 'Eric Covener' Subject: Re: [users@httpd] Apache httpd question(emergent) I do not know of any doc

RE: [users@httpd] Apache httpd question(emergent)

2011-03-29 Thread Liu JinGang
Mark Montague [mailto:m...@catseye.org] > Sent: Tuesday, March 29, 2011 1:02 PM > To: users@httpd.apache.org > Cc: Liu JinGang; 'Eric Covener' > Subject: Re: [users@httpd] Apache httpd question(emergent) > > On March 28, 2011 23:22 , "Liu JinGang"

RE: [users@httpd] Apache httpd question(emergent)

2011-03-28 Thread Liu JinGang
Eric Covener: > Apache doesn't know what methods your CGI understands, so it doesn't > discriminate. Thanks! As you say, I can get the result that: CGI is executable by the method of no existence. And then do you have the document or web-link file explain this viewpoint? (I don't find it, but I n

[users@httpd] Apache httpd question(emergent)

2011-03-28 Thread Liu JinGang
HTTPD Group: I'm sorry to trouble you, but I have a emergent question than I couldn't have an answer. I hope that someone can give me an answer. I modified my httpd.conf as following: TraceEnable Off Options FollowSymLinks ExecCGI AllowOverride all order allow,deny allow from all