Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id BA52D200B44 for ; Thu, 14 Jul 2016 23:07:01 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id B8EF2160A63; Thu, 14 Jul 2016 21:07:01 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 08405160A60 for ; Thu, 14 Jul 2016 23:07:00 +0200 (CEST) Received: (qmail 98027 invoked by uid 500); 14 Jul 2016 21:07:00 -0000 Mailing-List: contact cvs-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 cvs@httpd.apache.org Received: (qmail 98016 invoked by uid 99); 14 Jul 2016 21:07:00 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Jul 2016 21:07:00 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id BD7C6CC24A for ; Thu, 14 Jul 2016 21:06:59 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.513 X-Spam-Level: X-Spam-Status: No, score=0.513 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-1.287] autolearn=disabled Received: from mx2-lw-us.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id qDpAYFaj5Jpb for ; Thu, 14 Jul 2016 21:06:58 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx2-lw-us.apache.org (ASF Mail Server at mx2-lw-us.apache.org) with ESMTP id 9CCE25F242 for ; Thu, 14 Jul 2016 21:06:57 +0000 (UTC) Received: from svn01-us-west.apache.org (svn.apache.org [10.41.0.6]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id BE0EFE0016 for ; Thu, 14 Jul 2016 21:06:56 +0000 (UTC) Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id B9C8A3A0016 for ; Thu, 14 Jul 2016 21:06:56 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1752750 - in /httpd/httpd/branches/2.4.x/docs/manual/mod: mod_ssl.html.en mod_ssl.xml.fr mod_ssl.xml.meta Date: Thu, 14 Jul 2016 21:06:56 -0000 To: cvs@httpd.apache.org From: jailletc36@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20160714210656.B9C8A3A0016@svn01-us-west.apache.org> archived-at: Thu, 14 Jul 2016 21:07:01 -0000 Author: jailletc36 Date: Thu Jul 14 21:06:56 2016 New Revision: 1752750 URL: http://svn.apache.org/viewvc?rev=1752750&view=rev Log: xforms Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_ssl.html.en httpd/httpd/branches/2.4.x/docs/manual/mod/mod_ssl.xml.fr httpd/httpd/branches/2.4.x/docs/manual/mod/mod_ssl.xml.meta Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_ssl.html.en URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_ssl.html.en?rev=1752750&r1=1752749&r2=1752750&view=diff ============================================================================== --- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_ssl.html.en (original) +++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_ssl.html.en Thu Jul 14 21:06:56 2016 @@ -1704,7 +1704,8 @@ proxy handshake Status:Extension Module:mod_ssl -

Equivalent to SSLCipherSuite, but for the proxy connection. +

Equivalent to SSLCipherSuite, but +for the proxy connection. Please refer to SSLCipherSuite for additional information.

@@ -1725,11 +1726,12 @@ is usually used inside a SSLProxyEngine directive should not, in general, be included in a virtual host that will be acting as a -forward proxy (using <Proxy> or <ProxyRequest> directives. -SSLProxyEngine is not required to enable a forward proxy server to -proxy SSL/TLS requests.

+forward proxy (using <Proxy> +or ProxyRequests directives). +SSLProxyEngine is not required to enable a forward proxy +server to proxy SSL/TLS requests.

Example

<VirtualHost _default_:443>
     SSLProxyEngine on

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_ssl.xml.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_ssl.xml.fr?rev=1752750&r1=1752749&r2=1752750&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_ssl.xml.fr (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_ssl.xml.fr Thu Jul 14 21:06:56 2016
@@ -1,7 +1,7 @@
 
 
 
-
+
 
 
 

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_ssl.xml.meta
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_ssl.xml.meta?rev=1752750&r1=1752749&r2=1752750&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_ssl.xml.meta (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_ssl.xml.meta Thu Jul 14 21:06:56 2016
@@ -8,6 +8,6 @@
 
   
     en
-    fr
+    fr