diff options
author | Cliff Woolley <jwoolley@apache.org> | 2002-04-30 19:10:12 +0200 |
---|---|---|
committer | Cliff Woolley <jwoolley@apache.org> | 2002-04-30 19:10:12 +0200 |
commit | a412db08b247fd3f810c11b1ef6803024fc03600 (patch) | |
tree | c01f56a8a98933ce2c6f72938ce36803e05b3b6b /CHANGES | |
parent | Readjusting how the bucket alloc is done for each worker thread. Allocate (diff) | |
download | apache2-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-- | CHANGES | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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] |