]> granicus.if.org Git - apache/commitdiff
Correct the ServerTokens docs a little bit.
authorKen Coar <coar@apache.org>
Wed, 20 May 1998 18:40:35 +0000 (18:40 +0000)
committerKen Coar <coar@apache.org>
Wed, 20 May 1998 18:40:35 +0000 (18:40 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81328 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/core.html

index fbc9725e24b9ba9fc4d49ce8fef2d3fd6f15361b..cf5ebd2ebc0801b236cc48bf3f709c930173a830 100644 (file)
@@ -2506,7 +2506,11 @@ referenced document.
 <A
  HREF="directive-dict.html#Syntax"
  REL="Help"
-><STRONG>Syntax:</STRONG></A> ServerTokens <EM>Min|OS|Full</EM><BR>
+><STRONG>Syntax:</STRONG></A> ServerTokens <EM>Minimal|OS|Full</EM><BR>
+<A
+ HREF="directive-dict.html#Default"
+ REL="Help"
+><STRONG>Default:</STRONG></A> <CODE>ServerTokens Full</CODE><BR>
 <A
  HREF="directive-dict.html#Context"
  REL="Help"
@@ -2533,11 +2537,11 @@ OS-type of the server as well as information about compiled-in modules.
  </DD>
  <DT><CODE>ServerTokens OS</CODE>
  </DT>
- <DD>Server sends (e.g.): <SAMP>Server: Apache/1.3.0 (UNIX)</SAMP>
+ <DD>Server sends (e.g.): <SAMP>Server: Apache/1.3.0 (Unix)</SAMP>
  </DD>
  <DT><CODE>ServerTokens Full</CODE> (or not specified)
  </DT>
- <DD>Server sends (e.g.): <SAMP>Server: Apache/1.3.0 (UNIX) PHP/3.0
+ <DD>Server sends (e.g.): <SAMP>Server: Apache/1.3.0 (Unix) PHP/3.0
   MyMod/1.2</SAMP>
  </DD>
 </DL>
@@ -2545,10 +2549,6 @@ OS-type of the server as well as information about compiled-in modules.
 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 <EM>is</EM> included in the server
-identity string.
-</P>
 
 <HR>