Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 71454 invoked from network); 19 Nov 2009 09:00:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 19 Nov 2009 09:00:55 -0000 Received: (qmail 8073 invoked by uid 500); 19 Nov 2009 09:00:54 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 7954 invoked by uid 500); 19 Nov 2009 09:00:53 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 7945 invoked by uid 99); 19 Nov 2009 09:00:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Nov 2009 09:00:52 +0000 X-ASF-Spam-Status: No, hits=-5.6 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_MED X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jorton@redhat.com designates 209.132.183.28 as permitted sender) Received: from [209.132.183.28] (HELO mx1.redhat.com) (209.132.183.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Nov 2009 09:00:50 +0000 Received: from int-mx08.intmail.prod.int.phx2.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.21]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id nAJ90TVl024251 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 19 Nov 2009 04:00:29 -0500 Received: from turnip.manyfish.co.uk (vpn-10-66.rdu.redhat.com [10.11.10.66]) by int-mx08.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id nAJ90R71018212 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 19 Nov 2009 04:00:29 -0500 Received: from jorton by turnip.manyfish.co.uk with local (Exim 4.69) (envelope-from ) id 1NB2sM-0002Ip-Mv for dev@httpd.apache.org; Thu, 19 Nov 2009 09:00:26 +0000 Date: Thu, 19 Nov 2009 09:00:26 +0000 From: Joe Orton To: dev@httpd.apache.org Subject: Re: better SSL defaults in 2.4 Message-ID: <20091119090026.GA8811@redhat.com> Mail-Followup-To: dev@httpd.apache.org References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.19 (2009-01-05) Organization: Red Hat UK Ltd, Amberley Place, 107-111 Peascod Street, Windsor, Berkshire, SL4 1TE, United Kingdom. Registered in UK and Wales under Company Registration No. 03798903 Directors: Michael Cunningham (USA), Brendan Lane (Ireland), Matt Parson (USA), Charlie Peters (USA) X-Scanned-By: MIMEDefang 2.67 on 10.5.11.21 On Wed, Nov 18, 2009 at 09:54:34AM -0500, Jeff Trawick wrote: > enable session cache by default? Yes! I've been moving towards this goal - creating a "default" socache provider is simple now. Regards, Joe