Daniel,

look at this help to your httpd.conf


ServerTokens directive

Syntax: ServerTokens Minimal|ProductOnly|OS|Full
Default: ServerTokens Full
Context: server config
Status: core
Compatibility: ServerTokens is only available in Apache 1.3 and later; the
ProductOnly keyword is only available in versions later
than 1.3.12

This directive controls whether Server response header field which is sent
back to clients includes a description of the generic
OS-type of the server as well as information about compiled-in modules.

ServerTokens Prod[uctOnly]
    Server sends (e.g.): Server: Apache
ServerTokens Min[imal]
    Server sends (e.g.): Server: Apache/1.3.0
ServerTokens OS
    Server sends (e.g.): Server: Apache/1.3.0 (Unix)
ServerTokens Full (or not specified)
    Server sends (e.g.): Server: Apache/1.3.0 (Unix) PHP/3.0 MyMod/1.2

This setting applies to the entire server, and cannot be enabled or disabled
on a virtualhost-by-virtualhost basis.


Saludos,


        Nicolas Sigal
LocalHost Internet Services
http://www.localhost.net.ar
  [EMAIL PROTECTED]



----- Original Message -----
From: "Pinsky, Dan" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, June 02, 2002 3:48 PM
Subject: remove apache os banner


I have apache 1.3.19. How do I remove the os banner, so when people try to
telnet into port 80 they don't find out what type of os I am running.

Daniel Pinsky, CNA, CCNA
Security/Network Administrator
mailto:[EMAIL PROTECTED]






Reply via email to