From 32b0fef81becef9e027e83ff7a412fc71179cc5e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Malo?= Date: Sun, 5 Dec 2010 20:20:17 +0000 Subject: [PATCH] update transformation git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1042432 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_autoindex.html.fr | 33 +++++++++++++++++++++++++++ docs/manual/mod/mod_autoindex.xml.ja | 2 +- docs/manual/mod/mod_autoindex.xml.ko | 2 +- docs/manual/mod/mod_autoindex.xml.tr | 2 +- docs/manual/mod/mod_rewrite.html.en | 11 ++++++++- 5 files changed, 46 insertions(+), 4 deletions(-) diff --git a/docs/manual/mod/mod_autoindex.html.fr b/docs/manual/mod/mod_autoindex.html.fr index 08b8d2088e..c1caaef7d0 100644 --- a/docs/manual/mod/mod_autoindex.html.fr +++ b/docs/manual/mod/mod_autoindex.html.fr @@ -86,6 +86,7 @@ shell Win32 dir
  • HeaderName
  • IndexHeadInsert
  • IndexIgnore
  • +
  • IndexIgnoreReset
  • IndexOptions
  • IndexOrderDefault
  • IndexStyleSheet
  • @@ -563,6 +564,38 @@ de l'index d'un r IndexIgnore README .htaccess *.bak *~

    + +
    top
    +

    IndexIgnoreReset Directive

    + + + + + + + + +
    Description:Vide la liste des fichiers à cacher lors de l'affichage du +contenu d'un répertoire
    Syntaxe:IndexIgnoreReset ON|OFF
    Contexte:configuration du serveur, serveur virtuel, répertoire, .htaccess
    Annuler:Indexes
    Statut:Base
    Module:mod_autoindex
    Compatibilité:Versions 2.3.10 et supérieures
    +

    La directive IndexIgnoreReset supprime + toute liste de fichiers définie par la directive + IndexIgnore et héritée par ailleurs d'autres + sections de configuration.

    + +

    + <Directory /var/www> + IndexIgnore *.bak .??* *~ *# HEADER* README* RCS CVS *,v *,t + </Directory> + <Directory /var/www/backups> + IndexIgnoreReset ON + IndexIgnore .??* *# HEADER* README* RCS CVS *,v *,t + </Directory> +

    + +

    Revoyez la configuration par défaut pour une + liste de modèles que vous voulez ignorer explicitement après usage + de cette directive.

    +
    top

    IndexOptions Directive

    diff --git a/docs/manual/mod/mod_autoindex.xml.ja b/docs/manual/mod/mod_autoindex.xml.ja index 3709a705aa..9bc4c89bc7 100644 --- a/docs/manual/mod/mod_autoindex.xml.ja +++ b/docs/manual/mod/mod_autoindex.xml.ja @@ -1,7 +1,7 @@ - + + +