https://bz.apache.org/bugzilla/show_bug.cgi?id=62249

--- Comment #8 from Konstantin J. Chernov <[email protected]> ---
(In reply to Rainer Jung from comment #6)
> I don't see the 9 seconds in this example. Start at 16:31:19 (Apache), end
> at 16:31:19 (Tomcat). So the same second?

[02/Apr/2018:16:31:19 +0300] [127.0.0.1]=>[127.0.0.1:port] [pid 21515:tid 27]
[C:AGaYFZrpYKA] [WsIwp9buuLz3q3TeUyRXQgAAAdg] "POST /path/to/app HTTP/1.1" 200
1891 9555277/9s 1982 6639 TLSv1.2 ECDHE-RSA-AES256-GCM-SHA384

9555277/9s -- is %D/%Ts -- here's 9 seconds.

But yes, the request were sent to backend at 16:31:19, and response were sent
by backend the same second. The problem is -- the client didn't get a response.

It actually looks like a buffering problem of some sort, however with mpm_event
everything is fine.

> "LogLevel trace8" logs for a reproduction
> more config details and a smaller reproduction scenario?
Will try to reproduce outside of production environment and share the details.

> Which APR/APU are you using?
Latest stable. apr 1.6.3, apr-util 1.6.1

> Which compilation setup, which configure flags?
Solaris 11, latest SRU, Oracle T4-1

export CC="gcc -m64"
export CXX="g++ -m64"
export CFLAGS="-m64"
export CXXFLAGS="-m64"
./configure --prefix=$BIN_HOME --with-included-apr --with-expat=builtin
--with-ssl=$BIN_HOME --with-ldap --enable-ldap --enable-authnz-ldap
gmake
gmake install

worker version was built with
export ac_cv_func_port_create=no

openssl precompiled and installed into $BIN_HOME

-- 
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]

Reply via email to