On Wed, Jul 12, 2017 at 10:46 AM, Tamas Kocsis
<mr.tamas.koc...@gmail.com> wrote:
> If I keep and eye on server status page and see that e.g. these ? reading
> requests pending for more than a minute:
>
> Srv PID     Acc       M  CPU    SS   Req  Conn Child   Slot   Client VHost
> Request
> -----------------------------------------------------------------------------------------------------------------
> 0-0 7078016 0/0/3669  R  0.03   29   493   0.0 0.00    42.55  ?      ?
> ..reading..
> 1-0 3408764 0/49/3988 R  0.05   50   3     0.0 0.16    96.62  ?      ?
> ..reading..
>
> Does that actually mean Apache is trying to read req. headers for more than
> a minute?
I don't think so, I think it means 1 minute ago a response completed
on that slot.  You can quickly test by telnet'ing to httpd and issuing
half a request and reloading server-status periodically. The SS will
be larger than expected because ti's not from the beginning of the
current request being read.

-- 
Eric Covener
cove...@gmail.com

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

Reply via email to