diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2009-07-16 20:35:43 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2009-07-16 20:35:43 +0000 |
commit | 9cca792bd27cb68acc9ebcc4e18cbba41971e011 (patch) | |
tree | d34e97be2a06803be928e9ac2c256895dab4ee7a /usr.sbin/httpd | |
parent | 81a179a8a6cf74d9d2251135dd8746c7ab68402d (diff) |
ServerTokens default is ProductOnly;
from Tim van der Molen
ok henning
Diffstat (limited to 'usr.sbin/httpd')
-rw-r--r-- | usr.sbin/httpd/htdocs/manual/mod/core.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/httpd/htdocs/manual/mod/core.html b/usr.sbin/httpd/htdocs/manual/mod/core.html index 55829a0e982..b27a7c0e35c 100644 --- a/usr.sbin/httpd/htdocs/manual/mod/core.html +++ b/usr.sbin/httpd/htdocs/manual/mod/core.html @@ -3738,7 +3738,7 @@ Syntax OK 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 @@ Syntax OK 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 @@ Syntax OK <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> |