https://bz.apache.org/bugzilla/show_bug.cgi?id=62249
--- Comment #11 from Konstantin J. Chernov <[email protected]> --- Created attachment 35840 --> https://bz.apache.org/bugzilla/attachment.cgi?id=35840&action=edit Information needed to reproduce the bug Attached file test_result.zip. httpd.test.conf + test.conf -- configuration files req_test.txt -- request causing bug spool.event.txt -- attempt to send request with event MPM spool.worker.txt -- attempt to send request with worker MPM _access and _error logs apache started as /path/to/apache/bin/httpd -D_test -d /path/to/apache -f /path/to/httpd.test.conf -k start I had to cut error logs to the part when request arrives to apache. Most important: this time there is no proxy, backend or some files on file system. It's just a 404 error response that didn't get it to client with worker mpm. I sent a request (req_test.txt) when worker MPM was active. After 30s (timeout) I received a respone (see spool.worker.txt + test_error.log.20180405.worker). Then I sent the same request when event MPM was active. I received response (see spool.event.txt + test_error.log.20180405.event) and pressed Ctrl+C. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
