> Looking at server-status page, I cant understand the "scope" of scoreboard
> key: "W" (Sending Reply): it refers only to sending reply to client (6), or
> the entire process of contacting backend, waiting for response, and sending
> it to client (2+3+4+5+6), or maybe other?

It's counterintuitive, but W is used as soon as mod_proxy gets control
(so just before it contacts the backend) until all of the response is
forwarded.  It really just means the configured "handler" has been
entered and has not completed.

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

Reply via email to