coar 98/05/20 11:40:36
Modified: htdocs/manual/mod core.html Log: Correct the ServerTokens docs a little bit. Revision Changes Path 1.120 +7 -7 apache-1.3/htdocs/manual/mod/core.html Index: core.html =================================================================== RCS file: /export/home/cvs/apache-1.3/htdocs/manual/mod/core.html,v retrieving revision 1.119 retrieving revision 1.120 diff -u -r1.119 -r1.120 --- core.html 1998/05/20 14:12:52 1.119 +++ core.html 1998/05/20 18:40:35 1.120 @@ -2506,8 +2506,12 @@ <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" ><STRONG>Context:</STRONG></A> server config <BR> @@ -2533,21 +2537,17 @@ </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> <P> 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>