From 82821998c57abe7b8b9b979035bb971ed2f76024 Mon Sep 17 00:00:00 2001 From: Ken Coar Date: Fri, 8 May 1998 12:09:46 +0000 Subject: [PATCH] Change the default setting of AddVersionPlatform to 'on'. Jim, Brian Havard, and Marc think that's better - and if Marc, who is so security-conscious, thinks it's a good idea that tips me over to that side as well. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81193 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/core.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/manual/mod/core.html b/docs/manual/mod/core.html index 0f8afd7326a..c6ba71aad50 100644 --- a/docs/manual/mod/core.html +++ b/docs/manual/mod/core.html @@ -260,7 +260,7 @@ designation will be added to the identity string, as shown below:
Server sends: Server-Version: Apache/1.3.0
-
AddVersionPlatform On +
AddVersionPlatform On (or not specified)
Server sends: Server-Version: Apache/1.3.0 (UNIX)
@@ -270,7 +270,7 @@ This setting applies to the entire server, and cannot be enabled or disabled on a virtualhost-by-virtualhost basis.

-By default, this information is not included in the server +By default, this information is included in the server identity string.


-- 2.47.2