Return-Path: Delivered-To: apmail-httpd-docs-archive@www.apache.org Received: (qmail 49370 invoked from network); 11 Jun 2009 11:38:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 11 Jun 2009 11:38:20 -0000 Received: (qmail 81602 invoked by uid 500); 11 Jun 2009 11:38:27 -0000 Delivered-To: apmail-httpd-docs-archive@httpd.apache.org Received: (qmail 81464 invoked by uid 500); 11 Jun 2009 11:38:27 -0000 Mailing-List: contact docs-help@httpd.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: docs@httpd.apache.org List-Id: Delivered-To: mailing list docs@httpd.apache.org Received: (qmail 81224 invoked by uid 99); 11 Jun 2009 11:38:26 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Jun 2009 11:38:26 +0000 X-ASF-Spam-Status: No, hits=-2.8 required=10.0 tests=RCVD_IN_DNSWL_MED,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: 32.97.110.149 is neither permitted nor denied by domain of poirier@pobox.com) Received: from [32.97.110.149] (HELO e31.co.us.ibm.com) (32.97.110.149) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Jun 2009 11:28:33 +0000 Received: from d03relay04.boulder.ibm.com (d03relay04.boulder.ibm.com [9.17.195.106]) by e31.co.us.ibm.com (8.13.1/8.13.1) with ESMTP id n5BBNp8u010786 for ; Thu, 11 Jun 2009 05:23:51 -0600 Received: from d03av04.boulder.ibm.com (d03av04.boulder.ibm.com [9.17.195.170]) by d03relay04.boulder.ibm.com (8.13.8/8.13.8/NCO v9.2) with ESMTP id n5BBS9YF206556 for ; Thu, 11 Jun 2009 05:28:09 -0600 Received: from d03av04.boulder.ibm.com (loopback [127.0.0.1]) by d03av04.boulder.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id n5BBS8qK031242 for ; Thu, 11 Jun 2009 05:28:09 -0600 Received: from poir9.raleigh.ibm.com (poir9.raleigh.ibm.com [9.37.243.67]) by d03av04.boulder.ibm.com (8.12.11.20060308/8.12.11) with ESMTP id n5BBS8qd031199; Thu, 11 Jun 2009 05:28:08 -0600 From: Dan Poirier To: docs@httpd.apache.org Subject: [Patch] compatibility note for SSLStrictSNIVHostCheck User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/22.2 (gnu/linux) Date: Thu, 11 Jun 2009 07:28:07 -0400 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Virus-Checked: Checked by ClamAV on apache.org --=-=-= Since the doc in the 2.2.x branch is already showing up on the web site, can we note that SSLStrictSNIVHostCheck isn't actually released yet? Patch attached. --=-=-= Content-Type: text/x-diff Content-Disposition: attachment; filename=SSLStrictSNIVHostCheck.compatibility.patch Content-Description: Patch to add compatibility note for SSLStrictSNIVHostCheck Index: mod_ssl.xml =================================================================== --- mod_ssl.xml (revision 783720) +++ mod_ssl.xml (working copy) @@ -1364,6 +1364,7 @@ SSLStrictSNIVHostCheck off server config virtual host +Available after Apache 2.2.11

--=-=-= -- Dan Poirier --=-=-= Content-Type: text/plain; charset=us-ascii --------------------------------------------------------------------- To unsubscribe, e-mail: docs-unsubscribe@httpd.apache.org For additional commands, e-mail: docs-help@httpd.apache.org --=-=-=--