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 9BED2D6F1 for ; Sat, 29 Sep 2012 14:41:37 +0000 (UTC) Received: (qmail 26431 invoked by uid 500); 29 Sep 2012 14:41:37 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 26338 invoked by uid 500); 29 Sep 2012 14:41:37 -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 26331 invoked by uid 99); 29 Sep 2012 14:41:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 29 Sep 2012 14:41:37 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 29 Sep 2012 14:41:36 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 3619E23888E4; Sat, 29 Sep 2012 14:40:53 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1391815 - /httpd/httpd/trunk/docs/manual/mod/mod_status.xml.fr Date: Sat, 29 Sep 2012 14:40:53 -0000 To: cvs@httpd.apache.org From: lgentis@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120929144053.3619E23888E4@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: lgentis Date: Sat Sep 29 14:40:52 2012 New Revision: 1391815 URL: http://svn.apache.org/viewvc?rev=1391815&view=rev Log: Update. Modified: httpd/httpd/trunk/docs/manual/mod/mod_status.xml.fr Modified: httpd/httpd/trunk/docs/manual/mod/mod_status.xml.fr URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_status.xml.fr?rev=1391815&r1=1391814&r2=1391815&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/mod/mod_status.xml.fr (original) +++ httpd/httpd/trunk/docs/manual/mod/mod_status.xml.fr Sat Sep 29 14:40:52 2012 @@ -79,10 +79,10 @@ du serveur Activation du rapport d'état

Pour n'activer les rapports d'état que pour les navigateurs - appartenent au domaine example.com, ajoutez ces lignes à votre + appartenant au domaine example.com, ajoutez ces lignes à votre fichier de configuration httpd.conf :

-<Location /server-status> +<Location /etat-serveur> SetHandler server-status Require host example.com </Location>