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 D0E1910EEB for ; Sat, 23 Nov 2013 16:00:56 +0000 (UTC) Received: (qmail 48159 invoked by uid 500); 23 Nov 2013 16:00:55 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 48102 invoked by uid 500); 23 Nov 2013 16:00:55 -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 48094 invoked by uid 99); 23 Nov 2013 16:00:49 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 23 Nov 2013 16:00:49 +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, 23 Nov 2013 16:00:41 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 0FDAC23888CD; Sat, 23 Nov 2013 16:00:20 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1544824 - in /httpd/httpd/branches/2.4.x/docs/manual: mod/core.xml.fr mod/directive-dict.xml.fr mod/mod_cache.xml.fr mod/mod_headers.xml.fr mod/mod_ldap.xml.fr platform/win_compiling.xml.fr platform/windows.xml.fr upgrading.xml.fr Date: Sat, 23 Nov 2013 16:00:19 -0000 To: cvs@httpd.apache.org From: lgentis@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20131123160020.0FDAC23888CD@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: lgentis Date: Sat Nov 23 16:00:19 2013 New Revision: 1544824 URL: http://svn.apache.org/r1544824 Log: Updates. Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/core.xml.fr httpd/httpd/branches/2.4.x/docs/manual/mod/directive-dict.xml.fr httpd/httpd/branches/2.4.x/docs/manual/mod/mod_cache.xml.fr httpd/httpd/branches/2.4.x/docs/manual/mod/mod_headers.xml.fr httpd/httpd/branches/2.4.x/docs/manual/mod/mod_ldap.xml.fr httpd/httpd/branches/2.4.x/docs/manual/platform/win_compiling.xml.fr httpd/httpd/branches/2.4.x/docs/manual/platform/windows.xml.fr httpd/httpd/branches/2.4.x/docs/manual/upgrading.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=1544824&r1=1544823&r2=1544824&view=diff ============================================================================== --- httpd/httpd/branches/2.4.x/docs/manual/mod/core.xml.fr (original) +++ httpd/httpd/branches/2.4.x/docs/manual/mod/core.xml.fr Sat Nov 23 16:00:19 2013 @@ -1,7 +1,7 @@ - + @@ -171,7 +171,7 @@ nom de chemin en fin de requête.gestionnaire responsable de la requête. Le gestionnaire de base pour les fichiers normaux rejette par défaut les requêtes avec PATH_INFO. Les gestionnaires qui - servent des scripts, comme cgi-script et isapi-handler, acceptent en général par défaut les requêtes avec PATH_INFO. @@ -2073,6 +2073,10 @@ host propriétés. La documentation complète est disponible dans Les expressions dans le serveur HTTP Apache.

+

Cette section de configuration ne peut contenir que des + directives qui supportent le contexte de répertoire.

+ Les expressions dans le serveur HTTP Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/directive-dict.xml.fr URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/directive-dict.xml.fr?rev=1544824&r1=1544823&r2=1544824&view=diff ============================================================================== --- httpd/httpd/branches/2.4.x/docs/manual/mod/directive-dict.xml.fr (original) +++ httpd/httpd/branches/2.4.x/docs/manual/mod/directive-dict.xml.fr Sat Nov 23 16:00:19 2013 @@ -1,7 +1,7 @@ - + @@ -174,7 +174,8 @@ être utilisée à l'intérieur de conteneurs Directory, Location, Files, et Files, If, et Proxy dans les fichiers de configuration du serveur, en tenant compte des restrictions précisées dans la documentation sur les - + @@ -393,6 +393,8 @@ URL] server configvirtual host directory +Une chaîne URL telle que '/' s'appliquait à tout contenu +en mandat direct dans les versions 2.2 et antérieures.

La directive CacheEnable enjoint @@ -427,9 +429,8 @@ URL] global.

En fonctionnement du type serveur mandataire direct, chaîne - URL peut aussi être utilisé pour spécifier des sites distants - et des protocoles de mandat pour lesquels la mise en cache devra - être activée.

+ URL doit au moins débuter par un protocole pour lequel la mise + en cache doit être activée.

# Mise en cache de contenu (gestionnaire normal seulement) @@ -444,13 +445,14 @@ CacheQuickHandler off CacheEnable disk </LocationMatch> -# Mise en cache des URLs mandatées (gestionnaire normal ou rapide) +# Mise en cache de tous les contenus, à l'exception des URLs +# mandatées en direct (gestionnaire normal ou rapide) CacheEnable disk / # Mise en cache des URLs FTP mandatées (gestionnaire normal ou rapide) CacheEnable disk ftp:// -# Mise en cache des contenus situés dans www.example.org (gestionnaire normal ou rapide) +# Mise en cache des contenus mandatés en direct depuis www.example.org (gestionnaire normal ou rapide) CacheEnable disk http://www.example.org/ Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_headers.xml.fr URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_headers.xml.fr?rev=1544824&r1=1544823&r2=1544824&view=diff ============================================================================== --- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_headers.xml.fr (original) +++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_headers.xml.fr Sat Nov 23 16:00:19 2013 @@ -1,7 +1,7 @@ - + Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_ldap.xml.fr URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_ldap.xml.fr?rev=1544824&r1=1544823&r2=1544824&view=diff ============================================================================== --- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_ldap.xml.fr (original) +++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_ldap.xml.fr Sat Nov 23 16:00:19 2013 @@ -1,7 +1,7 @@ - + Modified: httpd/httpd/branches/2.4.x/docs/manual/platform/win_compiling.xml.fr URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/platform/win_compiling.xml.fr?rev=1544824&r1=1544823&r2=1544824&view=diff ============================================================================== --- httpd/httpd/branches/2.4.x/docs/manual/platform/win_compiling.xml.fr (original) +++ httpd/httpd/branches/2.4.x/docs/manual/platform/win_compiling.xml.fr Sat Nov 23 16:00:19 2013 @@ -1,7 +1,7 @@ - + Modified: httpd/httpd/branches/2.4.x/docs/manual/platform/windows.xml.fr URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/platform/windows.xml.fr?rev=1544824&r1=1544823&r2=1544824&view=diff ============================================================================== --- httpd/httpd/branches/2.4.x/docs/manual/platform/windows.xml.fr (original) +++ httpd/httpd/branches/2.4.x/docs/manual/platform/windows.xml.fr Sat Nov 23 16:00:19 2013 @@ -1,7 +1,7 @@ - + @@ -64,7 +64,12 @@ Téléchargement d'Apache pour Windows

Le projet du serveur HTTP Apache proprement dit ne fournit pas de - distribution binaire mais seulement le code source. Si vous n'êtes + distribution binaire mais seulement le code source. Certains membres + du projet peuvent mettre à disposition des paquets binaires + à titre individuel, mais ceux-ci n'ont pas vocation à être + distribués publiquement.

+ +

Si vous n'êtes pas en mesure de compiler le serveur HTTP Apache vous-même, vous pouvez vous procurer un paquet binaire auprès des nombreuses distributions disponibles sur Internet.

Modified: httpd/httpd/branches/2.4.x/docs/manual/upgrading.xml.fr URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/upgrading.xml.fr?rev=1544824&r1=1544823&r2=1544824&view=diff ============================================================================== --- httpd/httpd/branches/2.4.x/docs/manual/upgrading.xml.fr (original) +++ httpd/httpd/branches/2.4.x/docs/manual/upgrading.xml.fr Sat Nov 23 16:00:19 2013 @@ -3,7 +3,7 @@ - +