summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorCliff Woolley <jwoolley@apache.org>2002-04-30 19:10:12 +0200
committerCliff Woolley <jwoolley@apache.org>2002-04-30 19:10:12 +0200
commita412db08b247fd3f810c11b1ef6803024fc03600 (patch)
treec01f56a8a98933ce2c6f72938ce36803e05b3b6b /CHANGES
parentReadjusting how the bucket alloc is done for each worker thread. Allocate (diff)
downloadapache2-a412db08b247fd3f810c11b1ef6803024fc03600.tar.xz
apache2-a412db08b247fd3f810c11b1ef6803024fc03600.zip
Revert optimization from circa 2.0.34 that caused very long vhost id's
to be unusable with mod_ssl. PR: 8572 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94881 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 384d635be2..b6a954bbbf 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,10 @@
Changes with Apache 2.0.37
+ *) Reverted a minor optimization in mod_ssl.c that used the vhost ID
+ as the session id context rather that a MD5 hash of that vhost ID,
+ because it caused very long vhost id's to be unusable with mod_ssl.
+ PR 8572. [Cliff Woolley]
+
*) Fix the link to the description of the CoredumpDirectory
directive in the server-wide document. PR 8643. [Jeff Trawick]