Cécile a écrit :
Bonjour,
Mandriva 2006 (encore :-)) et apache2.
Je ne me souviens plus ou on dit à apache de ne pas afficher sa
version et la plate-forme sur laquelle il tourne dans les sites !!
Lorsqu'il y a des pages d'erreur (bon, ça, je sais les modifier, a
priori) ou que les gens mettent des fichiers en téléchargement, il y a
cette information en bas des pages.
merci
Cécile
------------------------------------------------------------------------
=========================================
Vous souhaitez acquerir votre Pack ou des Services Mandriva?
Rendez-vous sur "http://store.mandriva.com".
Rejoignez le club mandrake : http://www.mandrivaclub.com
=========================================
salut
dans ton httpd.conf
Pour les reponses de ton serveur à une requete http :
# ServerTokens
# This directive configures what you return as the Server HTTP response
# Header. The default is 'Full' which sends information about the OS-Type
# and compiled in modules.
# Set to one of: Full | OS | Minor | Minimal | Major | Prod
# where Full conveys the most information, and Prod the least.
#
ServerTokens Prod
et ensuite pour tes messages d'erreur
# Optionally add a line containing the server version and virtual host
# name to server-generated pages (internal error documents, FTP directory
# listings, mod_status and mod_info output etc., but not CGI generated
# documents or custom error documents).
# Set to "EMail" to also include a mailto: link to the ServerAdmin.
# Set to one of: On | Off | EMail
#
ServerSignature Off
a+
=========================================
Vous souhaitez acquerir votre Pack ou des Services Mandriva?
Rendez-vous sur "http://store.mandriva.com".
Rejoignez le club mandrake : http://www.mandrivaclub.com
=========================================