]> granicus.if.org Git - apache/commitdiff
Some Apache users are nervous about the version number (e.g.,
authorKen Coar <coar@apache.org>
Mon, 28 Feb 2000 13:42:23 +0000 (13:42 +0000)
committerKen Coar <coar@apache.org>
Mon, 28 Feb 2000 13:42:23 +0000 (13:42 +0000)
"Apache/1.3.11") in the Server: version string -- so add a
new ServerTokens keyword that displays just the product name
with no version (i.e., "Apache").

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84678 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/core.html

index 749e7092c33dde73e844ea119168bf707e64dc93..8e27e8683d37ed7d46ce4589a39ed9c52877c4e5 100644 (file)
@@ -2926,7 +2926,7 @@ referenced document.
 <A
  HREF="directive-dict.html#Syntax"
  REL="Help"
-><STRONG>Syntax:</STRONG></A> ServerTokens <EM>Minimal|OS|Full</EM><BR>
+><STRONG>Syntax:</STRONG></A> ServerTokens <EM>Minimal|ProductOnly|OS|Full</EM><BR>
 <A
  HREF="directive-dict.html#Default"
  REL="Help"
@@ -2943,7 +2943,8 @@ referenced document.
  HREF="directive-dict.html#Compatibility"
  REL="Help"
 ><STRONG>Compatibility:</STRONG></A> ServerTokens is only available
- in Apache 1.3 and later
+ in Apache 1.3 and later; the <code>ProductOnly</code> keyword is
+ only available in versions later than 1.3.12
 
 <P>
 This directive controls whether <SAMP>Server</SAMP> response header
@@ -2951,6 +2952,10 @@ field which is sent back to clients includes a description of the generic
 OS-type of the server as well as information about compiled-in modules.
 </P>
 <DL>
+ <DT><CODE>ServerTokens Prod[uctOnly]</CODE>
+ </DT>
+ <DD>Server sends (<EM>e.g.</EM>): <SAMP>Server: Apache</SAMP>
+ </DD>
  <DT><CODE>ServerTokens Min[imal]</CODE>
  </DT>
  <DD>Server sends (<EM>e.g.</EM>): <SAMP>Server: Apache/1.3.0</SAMP>