coar 98/05/07 07:28:43
Modified: htdocs/manual new_features_1_3.html upgrading_to_1_3.html Log: Add the AddVersion* directives to the 'new for 1.3' documentation. Revision Changes Path 1.55 +15 -0 apache-1.3/htdocs/manual/new_features_1_3.html Index: new_features_1_3.html =================================================================== RCS file: /export/home/cvs/apache-1.3/htdocs/manual/new_features_1_3.html,v retrieving revision 1.54 retrieving revision 1.55 diff -u -r1.54 -r1.55 --- new_features_1_3.html 1998/04/25 16:44:30 1.54 +++ new_features_1_3.html 1998/05/07 14:28:42 1.55 @@ -638,6 +638,21 @@ sections. This is useful for folks trying to debug their virtual host configuration. </li> + <LI><A + HREF="mod/core.html#addversioncomponent" + ><STRONG>New ways to customise the server identity</STRONG></A> + <BR> + Two new directives, <SAMP>AddVersionComponent</SAMP> and + <SAMP>AddVersionPlatform</SAMP>, allow the Webmaster to change the value of + the <SAMP>Server-Version</SAMP> response header field which is sent back + to clients. <SAMP>AddVersionComponent</SAMP> replaces the + <CODE>-DSERVER_SUBVERSION=\"string\"</CODE> <SAMP>CCFLAGS</SAMP> mechanism + used in earlier versions of the Apache Web server, allowing the string to + be modified without having to recompile the server. And the + <SAMP>AddVersionPlatform</SAMP> directive controls whether the server will + include a non-specific note in the server identity about the type of + operating system on which the server is running. + </LI> </UL> <!--#include virtual="footer.html" --> 1.21 +8 -1 apache-1.3/htdocs/manual/upgrading_to_1_3.html Index: upgrading_to_1_3.html =================================================================== RCS file: /export/home/cvs/apache-1.3/htdocs/manual/upgrading_to_1_3.html,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- upgrading_to_1_3.html 1998/04/21 22:24:50 1.20 +++ upgrading_to_1_3.html 1998/05/07 14:28:42 1.21 @@ -40,7 +40,14 @@ <LI>The <CODE>-DMAXIMUM_DNS</CODE> definition has been obsoleted by changes to <CODE>mod_access</CODE> enforcing double-reverse DNS lookups when necessary. - + + <LI>The <CODE>-DSERVER_SUBVERSION=\"string\"</CODE> compile-time option has + been replaced with the run-time + <A HREF="mod/core.html#addversioncomponent" + ><SAMP>AddVersionComponent</SAMP></A> + directive. + </LI> + <LI><CODE>mod_dir</CODE> has been split into two pieces <CODE><A HREF="mod/mod_autoindex.html">mod_autoindex</A></CODE>, and <CODE><A HREF="mod/mod_dir.html">mod_dir</A></CODE>.