You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Hua Li <pr...@gmail.com> on 2012/03/29 16:04:25 UTC

[users@httpd] What's the meaning?

Hi, I have an Apache httpd server working, and it generates something
like the following from time to time:

do_close:0, content_len:0.
do_close:0, content_len:10.

What's the meaning ? Thanks in advance.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] What's the meaning?

Posted by Tom Evans <te...@googlemail.com>.
On Thu, Mar 29, 2012 at 3:04 PM, Hua Li <pr...@gmail.com> wrote:
> Hi, I have an Apache httpd server working, and it generates something
> like the following from time to time:
>
> do_close:0, content_len:0.
> do_close:0, content_len:10.
>
> What's the meaning ? Thanks in advance.
>

Is this in the error log? Does the line start with a date in square
brackets, like this?

[Thu Mar 29 13:43:09 2012] [error]

If it doesn't, then the error does not come from apache, but it comes
from some component running within Apache, like a PHP script or a CGI
script.

Cheers

Tom

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org