From 523a7ab22c4f057d446b75732dfe99a05d70f68c Mon Sep 17 00:00:00 2001 From: Aaron Bannert Date: Fri, 1 Feb 2002 17:25:13 +0000 Subject: [PATCH] Create the scoreboard (in the parent) in a global pool context, so it survives graceful restarts. This fixes a SEGV during graceful restarts. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93160 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES b/CHANGES index a862d4daba..2f3809eda1 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,9 @@ Changes with Apache 2.0.32-dev + *) Create the scoreboard (in the parent) in a global pool context, + so it survives graceful restarts. This fixes a SEGV during + graceful restarts. [Aaron Bannert] + *) The Location: response header field, used for external redirect, *must* be an absoluteURI. The Redirect directive tested for that, but RedirectMatch didn't -- it would allow -- 2.40.0