Hi!
I set up oneFreebsd FreeBSD 9 with Apache using ports, the ServerTokens directive is set to Prod. But apache´s response is:
httpd.conf
Does anyone know what happens and/or what I can do to fix it?
I set up one
Code:
HTTP/1.1 200 OK
Date: Wed, 13 Jun 2012 12:00:56 GMT
[I][B]Server: Apache/2.2.21 (FreeBSD)[/B][/I]
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 1093
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
Content-Type: text/html
Code:
#
# 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