On Wed, Jul 12, 2017 at 9:16 AM, Tamas Kocsis <mr.tamas.kocsis@xxxxxxxxx> wrote: > My understanding is: > a reading state request means that the socket was opened, but the > request itself not yet (fully) reached Apache - thus it's waiting for the > request to arrive 100%. > > Is my understanding correct? The status goes from READ to WRITE "shortly after" the headers have been completely read by Apache. This does not include the request body. Some "normal" modules can still run before this transition though by using the ap_run_pre_read_request/ap_run_post_read_request callbacks. mod_info can tell you which loaded modules participate in this phase. It's not common for them to be the culprit here though. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx