Return-Path: X-Original-To: apmail-httpd-cvs-archive@www.apache.org Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id F0ED01831E for ; Sat, 9 Apr 2016 16:19:46 +0000 (UTC) Received: (qmail 5221 invoked by uid 500); 9 Apr 2016 16:19:46 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 5143 invoked by uid 500); 9 Apr 2016 16:19:46 -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 5134 invoked by uid 99); 9 Apr 2016 16:19:46 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 09 Apr 2016 16:19:46 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 30908C0362 for ; Sat, 9 Apr 2016 16:19:46 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.799 X-Spam-Level: * X-Spam-Status: No, score=1.799 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-0.001] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id XZ1RIb2Zs42S for ; Sat, 9 Apr 2016 16:19:34 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 75B405F239 for ; Sat, 9 Apr 2016 16:19:33 +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 6423BE01AB for ; Sat, 9 Apr 2016 16:19:32 +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 063AC3A0113 for ; Sat, 9 Apr 2016 16:19:32 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: svn commit: r1738361 [1/2] - in /httpd/httpd/trunk/docs/manual: howto/auth.xml.fr mod/mod_access_compat.xml.fr mod/mod_rewrite.xml.fr upgrading.xml.fr Date: Sat, 09 Apr 2016 16:19:31 -0000 To: cvs@httpd.apache.org From: lgentis@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20160409161932.063AC3A0113@svn01-us-west.apache.org> Author: lgentis Date: Sat Apr 9 16:19:31 2016 New Revision: 1738361 URL: http://svn.apache.org/viewvc?rev=1738361&view=rev Log: XML updates. Modified: httpd/httpd/trunk/docs/manual/howto/auth.xml.fr httpd/httpd/trunk/docs/manual/mod/mod_access_compat.xml.fr httpd/httpd/trunk/docs/manual/mod/mod_rewrite.xml.fr httpd/httpd/trunk/docs/manual/upgrading.xml.fr Modified: httpd/httpd/trunk/docs/manual/howto/auth.xml.fr URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/howto/auth.xml.fr?rev=1738361&r1=1738360&r2=1738361&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/howto/auth.xml.fr (original) +++ httpd/httpd/trunk/docs/manual/howto/auth.xml.fr Sat Apr 9 16:19:31 2016 @@ -1,7 +1,7 @@ - + - + @@ -28,18 +28,18 @@ Authentification et autorisation -

L'authentification est un processus qui vous permet de vérifier - qu'une personne est bien celle qu'elle prétend être. L'autorisation - est un processus qui permet à une personne d'aller là où elle veut - aller, ou d'obtenir les informations qu'elle désire.

+

L'authentification est un processus qui vous permet de vérifier + qu'une personne est bien celle qu'elle prétend être. L'autorisation + est un processus qui permet à une personne d'aller là où elle veut + aller, ou d'obtenir les informations qu'elle désire.

-

Pour le contrôle d'accès en général, voir le How-To Contrôle d'accès.

+

Pour le contrôle d'accès en général, voir le How-To Contrôle d'accès.

-