From: Ken Coar
Date: Fri, 8 May 1998 12:09:46 +0000 (+0000)
Subject: Change the default setting of AddVersionPlatform to 'on'. Jim,
X-Git-Tag: APACHE_1_3b7~25
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=82821998c57abe7b8b9b979035bb971ed2f76024;p=apache
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
---
diff --git a/docs/manual/mod/core.html b/docs/manual/mod/core.html
index 0f8afd7326..c6ba71aad5 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.