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 6B9E9200C18 for ; Sat, 11 Feb 2017 17:38:30 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 6A445160B5B; Sat, 11 Feb 2017 16:38:30 +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 AE2B1160B4C for ; Sat, 11 Feb 2017 17:38:29 +0100 (CET) Received: (qmail 72205 invoked by uid 500); 11 Feb 2017 16:38:28 -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 72196 invoked by uid 99); 11 Feb 2017 16:38:28 -0000 Received: from Unknown (HELO svn01-us-west.apache.org) (209.188.14.144) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 11 Feb 2017 16:38:28 +0000 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 17E1A3A0069 for ; Sat, 11 Feb 2017 16:38:28 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: svn commit: r1782618 - in /httpd/httpd/branches/2.4.x/docs/manual/mod: core.xml.fr mod_proxy.xml.fr Date: Sat, 11 Feb 2017 16:38:28 -0000 To: cvs@httpd.apache.org From: lgentis@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20170211163828.17E1A3A0069@svn01-us-west.apache.org> archived-at: Sat, 11 Feb 2017 16:38:30 -0000 Author: lgentis Date: Sat Feb 11 16:38:27 2017 New Revision: 1782618 URL: http://svn.apache.org/viewvc?rev=1782618&view=rev Log: XML updates. Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/core.xml.fr httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy.xml.fr Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/core.xml.fr URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/core.xml.fr?rev=1782618&r1=1782617&r2=1782618&view=diff ============================================================================== --- httpd/httpd/branches/2.4.x/docs/manual/mod/core.xml.fr [utf-8] (original) +++ httpd/httpd/branches/2.4.x/docs/manual/mod/core.xml.fr [utf-8] Sat Feb 11 16:38:27 2017 @@ -1,7 +1,7 @@ - + @@ -1407,6 +1407,16 @@ Apache # Missing CRLF
GET / HTTP/1.0\n\n + Utilitaires en ligne de commande et CRLF +

Il peut s'avérer nécessaire de forcer certains utilitaires à utiliser + CRLF ; si ce n'est pas le cas, httpd reverra une réponse HTTP 400 comme + dans le cas précédent. Par exemple, le client OpenSSL s_client + doit utiliser le paramètre -crlf pour fonctionner correctement.

+

Pour détecter des problèmes tels que l'absence de CRLF, vous pouvez + utiliser la directive DumpIOInput qui permet de décortiquer + les requêtes HTTP.

+
RegisteredMethods|LenientMethods
Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy.xml.fr URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy.xml.fr?rev=1782618&r1=1782617&r2=1782618&view=diff ============================================================================== --- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy.xml.fr [utf-8] (original) +++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy.xml.fr [utf-8] Sat Feb 11 16:38:27 2017 @@ -1,7 +1,7 @@ - + @@ -454,6 +454,12 @@ ProxyPass "/examples" "http://backend.ex </Location> +

La définition de la variable d'environnement "no-proxy" permet de + désactiver mod_proxy dans le traitement de la requête + courante. Cette variable doit être définie via la directive SetEnvIf car la directive SetEnv n'est pas évaluée assez tôt.

+
Corps de requêtes @@ -1089,9 +1095,15 @@ ProxyPass "/mirror/foo" "http://backend. Location, et c'est la section la plus spécifique qui l'emportera.

-

Pour les mêmes raisons, les exclusions doivent se situer - avant les directives ProxyPass - générales.

+

Pour les mêmes raisons, les exclusions doivent se situer avant + les directives ProxyPass générales. La variable + d'environnement "no-proxy" est une alternative aux exclusions et constitue + le seul moyen de configurer une exclusion pour une directive + ProxyPass dans le contexte d'une section Location. Cette variable doit être définie via + la directive SetEnvIf car la + directive SetEnv n'est pas évaluée + assez tôt.