From 2c31eba7d7ecd1171ae067ad176de9adba008789 Mon Sep 17 00:00:00 2001
From: Ken Coar
-Use this directive to add a string to the Server-Version
-response header field which is sent back to clients. This field identifies
-the server software as the Apache Web server, and can also list additional
-information. This directive may occur multiple times, and the results are
-cumulative. In each case the string should take one of the following forms:
-
-that is, the string should either be arbitrary text enclosed in parentheses,
-or else a specific component token and version number (such as "mymod/1.0").
-
-This setting applies to the entire server, and cannot be enabled or
-disabled on a virtualhost-by-virtualhost basis.
-
-This directive replaces the SERVER_SUBVERSION setting
-that was available in earlier versions of the Apache Web server.
-
-AddVersionComponent directive
-
-Syntax: AddVersionComponent string
-Context: server config
-Status: core
-Compatibility: AddVersionComponent is only available
- in Apache 1.3 and later
-
-
-
-AddVersionComponent "(some comment within parentheses)"
-
-
- AddVersionComponent "component-name/major.minor"
-
-
AddVersionPlatform directive
This directive controls whether the server's operating system platform
-will be identified in the Server-Version response header
+will be identified in the Server response header
field which is sent back to clients. If enabled, a non-specific platform
designation will be added to the identity string, as shown below:
AddVersionPlatform Off
AddVersionPlatform On
(or not specified)
-- 2.50.1