ap_hard_timeout — set a hard timeout on a request
void ap_hard_timeout(char *name, request_rec *r)
Sets an alarm to go off
when the server’s
configured timeout expires. When the alarm goes off, the current
request is aborted by doing a longjmp()
back to
the top level and destroying all pools for the request
r
. The string name
is logged to
the error log.