From 577696926f5f4640cd7d949fd8939707c47a29dc Mon Sep 17 00:00:00 2001 From: Ken Coar Date: Wed, 20 May 1998 18:40:35 +0000 Subject: [PATCH] Correct the ServerTokens docs a little bit. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81328 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/core.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/manual/mod/core.html b/docs/manual/mod/core.html index fbc9725e24..cf5ebd2ebc 100644 --- a/docs/manual/mod/core.html +++ b/docs/manual/mod/core.html @@ -2506,7 +2506,11 @@ referenced document. Syntax: ServerTokens Min|OS|Full
+>Syntax: ServerTokens Minimal|OS|Full
+Default: ServerTokens Full
ServerTokens OS
-
Server sends (e.g.): Server: Apache/1.3.0 (UNIX) +
Server sends (e.g.): Server: Apache/1.3.0 (Unix)
ServerTokens Full (or not specified)
-
Server sends (e.g.): Server: Apache/1.3.0 (UNIX) PHP/3.0 +
Server sends (e.g.): Server: Apache/1.3.0 (Unix) PHP/3.0 MyMod/1.2
@@ -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.

-

-By default, this information is included in the server -identity string. -


-- 2.50.1