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. Multumesc! ----- Original Message ----- From: "lonely wolf" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 27, 2004 12:55 AM Subject: [rlug] Re: apache > Emil Cheriches wrote: > > Cum ascund variabila Apache Version ? > > ex: Apache/1.3.31 (Unix) mod_throttle/3.1.2 mod_layout/3.2.1 PHP/5.0.0 mod_perl/1.29 > > www.redhat.com zice doar "running apache" > > Cum se face? > > # Don't give away too much information about all the subcomponents > # we are running. Comment out this line if you don't mind remote sites > # finding out what major optional modules you are running > ServerTokens Prod > > > > > --- > Detalii despre listele noastre de mail: http://www.lug.ro/ > --- Detalii despre listele noastre de mail: http://www.lug.ro/
