On Thu, Jun 4, 2020 at 12:26 PM Sébastien Mizrahi <smizr...@v3d.fr> wrote: > > In apache, the ap_hook_process_connection is not called until content is sent > on socket, ap_hook_pre_connection and ap_hook_create_connection are called > only after 10 seconds in this case. I would like to have a hook called when > the connection is established. > Any (other hooks) way to do that ?
You probably should configure: AcceptFilter http none AcceptFilter https none See https://httpd.apache.org/docs/2.4/en/mod/core.html#acceptfilter Regards; Yann.