I have many error log entries called
ServerContext: 1 leaked_rewrite_drivers on destruction
AND
child process 10494 still did not exit, sending a SIGTERM
does anyone has any idea on how to fix these errors ?
I have many error log entries called
ServerContext: 1 leaked_rewrite_drivers on destruction
AND
child process 10494 still did not exit, sending a SIGTERM
does anyone has any idea on how to fix these errors ?
Issue regarding child process does not stop... and in case many child make same case it going to KILL and Stop Apache2.
I found same concern with Apache2 with proxy.
On my cloud server have huge traffic and lot customer instance so same issue whole week I monitor and found,
connectiontimeout=150 timeout=600 #SnippetBucket.com
This causes big issues.
than newly optimized values I set
connectiontimeout=10 timeout=20 #SnippetBucket.com
I got issue resolved, I able to resolve only after 7 days of dedicated monitoring on server.