Hello,

In http_main.c r1.46 the default value of ServerTokens was changed to
ProductOnly. This diff reflects that change in the Apache manual.

Regards,
Tim

Index: core.html
===================================================================
RCS file: /cvs/src/usr.sbin/httpd/htdocs/manual/mod/core.html,v
retrieving revision 1.14
diff -u -r1.14 core.html
--- core.html   9 May 2008 08:06:27 -0000       1.14
+++ core.html   16 Jul 2009 14:24:06 -0000
@@ -3738,7 +3738,7 @@
     Minimal|ProductOnly|OS|Full<br />
      <a href="directive-dict.html#Default"
     rel="Help"><strong>Default:</strong></a> <code>ServerTokens
-    Full</code><br />
+    ProductOnly</code><br />
      <a href="directive-dict.html#Context"
     rel="Help"><strong>Context:</strong></a> server config <br />
      <a href="directive-dict.html#Status"
@@ -3755,7 +3755,7 @@
     information about compiled-in modules.</p>
 
     <dl>
-      <dt><code>ServerTokens Prod[uctOnly]</code></dt>
+      <dt><code>ServerTokens Prod[uctOnly]</code> (or not specified)</dt>
 
       <dd>Server sends (<em>e.g.</em>): <samp>Server:
       Apache</samp></dd>
@@ -3770,7 +3770,7 @@
       <dd>Server sends (<em>e.g.</em>): <samp>Server: Apache/1.3.0
       (Unix)</samp></dd>
 
-      <dt><code>ServerTokens Full</code> (or not specified)</dt>
+      <dt><code>ServerTokens Full</code></dt>
 
       <dd>Server sends (<em>e.g.</em>): <samp>Server: Apache/1.3.0
       (Unix) PHP/3.0 MyMod/1.2</samp></dd>

Reply via email to