From: Ken Coar Date: Mon, 28 Feb 2000 13:42:23 +0000 (+0000) Subject: Some Apache users are nervous about the version number (e.g., X-Git-Tag: APACHE_2_0_ALPHA~25 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5c441082741fb7b30406c0c91fcfac81e11326bd;p=apache Some Apache users are nervous about the version number (e.g., "Apache/1.3.11") in the Server: version string -- so add a new ServerTokens keyword that displays just the product name with no version (i.e., "Apache"). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84678 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/core.html b/docs/manual/mod/core.html index 749e7092c3..8e27e8683d 100644 --- a/docs/manual/mod/core.html +++ b/docs/manual/mod/core.html @@ -2926,7 +2926,7 @@ referenced document. Syntax: ServerTokens Minimal|OS|Full
+>Syntax: ServerTokens Minimal|ProductOnly|OS|Full
Compatibility: ServerTokens is only available - in Apache 1.3 and later + 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 @@ -2951,6 +2952,10 @@ 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