From: Jim Jagielski
Date: Wed, 2 Sep 2009 12:22:32 +0000 (+0000)
Subject: doccos for soon to be reverted code.
X-Git-Tag: 2.3.3~342
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e35ab9433b655da59a32ef2775cd1b1ba7118d5b;p=apache
doccos for soon to be reverted code.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@810477 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml
index 83a04aae1a..0d714194b8 100644
--- a/docs/manual/mod/core.xml
+++ b/docs/manual/mod/core.xml
@@ -2862,7 +2862,7 @@ is accessed by an incompatible browser
ServerTokens
Configures the Server
HTTP response
header
-ServerTokens Major|Minor|Min[imal]|Prod[uctOnly]|OS|Full
+ServerTokens Major|Minor|Min[imal]|Prod[uctOnly]|OS|Full|Off|Set
ServerTokens Full
server config
@@ -2873,10 +2873,10 @@ header
information about compiled-in modules.
- ServerTokens Off
+ ServerTokens Full
(or not specified)
- - Server sends no
Server:
header
- (and SERVER_SOFTWARE
is blank)
+ - Server sends (e.g.):
Server: Apache/2.0.41
+ (Unix) PHP/4.2.2 MyMod/1.2
ServerTokens Prod[uctOnly]
@@ -2911,10 +2911,11 @@ header
there are any embedded spaces.
- ServerTokens Full
(or not specified)
+ ServerTokens Off
+
+ - Server sends no
Server:
header
+ (and SERVER_SOFTWARE
is blank)
- - Server sends (e.g.):
Server: Apache/2.0.41
- (Unix) PHP/4.2.2 MyMod/1.2
This setting applies to the entire server, and cannot be
@@ -2923,6 +2924,14 @@ header
After version 2.0.44, this directive also controls the
information presented by the ServerSignature directive.
+
+ Setting ServerTokens to less than
+ minimal
is not recommended because it makes it more
+ difficult to debug interoperational problems. Also note that
+ disabling the Server: header does nothing at all to make your
+ server more secure; the idea of "security through obscurity"
+ is a myth and leads to a false sense of safety.
+
ServerSignature