]> granicus.if.org Git - apache/commitdiff
Change the default setting of AddVersionPlatform to 'on'. Jim,
authorKen Coar <coar@apache.org>
Fri, 8 May 1998 12:09:46 +0000 (12:09 +0000)
committerKen Coar <coar@apache.org>
Fri, 8 May 1998 12:09:46 +0000 (12:09 +0000)
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

index 0f8afd7326a04e7a8191c5ea8bf728bacf37e09d..c6ba71aad508f69c12821d2ff35332186f0b0e0d 100644 (file)
@@ -260,7 +260,7 @@ designation will be added to the identity string, as shown below:
  </DT>
  <DD>Server sends: <SAMP>Server-Version: Apache/1.3.0</SAMP>
  </DD>
- <DT><CODE>AddVersionPlatform On</CODE>
+ <DT><CODE>AddVersionPlatform On</CODE> (or not specified)
  </DT>
  <DD>Server sends: <SAMP>Server-Version: Apache/1.3.0 (UNIX)</SAMP>
  </DD>
@@ -270,7 +270,7 @@ This setting applies to the entire server, and cannot be enabled or
 disabled on a virtualhost-by-virtualhost basis.
 </P>
 <P>
-By default, this information is <EM>not</EM> included in the server
+By default, this information <EM>is</EM> included in the server
 identity string.
 </P>
 <HR>