From: Lucien Gentis Date: Sun, 30 Aug 2009 13:37:25 +0000 (+0000) Subject: Typo and updates. X-Git-Tag: 2.3.3~351 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5252dbdd882519237de75aa5687934d922254e42;p=thirdparty%2Fapache%2Fhttpd.git Typo and updates. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@809335 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/logs.xml.fr b/docs/manual/logs.xml.fr index d738e371539..19f53df0955 100644 --- a/docs/manual/logs.xml.fr +++ b/docs/manual/logs.xml.fr @@ -3,7 +3,7 @@ - + + @@ -920,17 +920,16 @@ host
  • Sur certains systèmes multi-processeurs, la projection en mémoire peut dégrader les performances du programme httpd.
  • -
  • Avec un DocumentRoot monté - sur NFS, le programme httpd peut s'arrêter suite - à une erreur de segmentation si un fichier est supprimé ou tronqué - alors qu'il fait l'objet d'une projection en mémoire pour - httpd.
  • +

    Pour les configurations de serveur sujettes à ce genre de problème, il est préférable de désactiver la projection en mémoire des fichiers servis en spécifiant :

    - +
  • S'il fait l'objet d'une projection en mémoire par + httpd, la suppression ou la troncature d'un + fichier peut provoquer un crash de httpd avec une + erreur de segmentation.
  • EnableMMAP Off @@ -1143,7 +1142,7 @@ personnalisation des réponses ErrorLog Définition du chemin du journal des erreurs ErrorLog chemin fichier|syslog[:facility] -ErrorLog logs/error_log (Unix) ErrorLog logs/error.log (Windows) +ErrorLog logs/error_log (Unix) ErrorLog logs/error.log (Windows and OS/2) server configvirtual host @@ -3137,6 +3136,12 @@ HTTP serveur.

    +
    ServerTokens Off
    + +
    Le serveur n'envoie aucun en-tête Server: (et + SERVER_SOFTWARE est vide)
    + +
    ServerTokens Prod[uctOnly]
    Le serveur renvoie (par exemple): Server: @@ -3162,6 +3167,14 @@ HTTP
    Le serveur renvoie (par exemple): Server: Apache/2.0.41 (Unix)
    +
    ServerTokens Set "Chaîne"
    + +
    Le serveur envoie la chaîne spécifiée au client (par + exemple, Serveur: MonServeurWeb/8.6)
    + Note: La chaîne doit être + entourée de guillemets si elle contient des espaces. +
    +
    ServerTokens Full (valeur par défaut)
    Le serveur renvoie (par exemple): Server: diff --git a/docs/manual/mod/mod_cache.xml b/docs/manual/mod/mod_cache.xml index 004af8468dd..afe6e039e15 100644 --- a/docs/manual/mod/mod_cache.xml +++ b/docs/manual/mod/mod_cache.xml @@ -574,7 +574,7 @@ LastModified date. enable the thundering herd lock in the default system temp directory.

    - # Enable chache lock
    + # Enable cache lock
    CacheLock on