From 2c31eba7d7ecd1171ae067ad176de9adba008789 Mon Sep 17 00:00:00 2001 From: Ken Coar Date: Sat, 9 May 1998 04:42:27 +0000 Subject: [PATCH] Final touches on removing the AddVersionComponent directive and correcting my BD references to something called "Server-Version." D'oh! git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81212 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/core.html | 56 +++------------------------------------ 1 file changed, 3 insertions(+), 53 deletions(-) diff --git a/docs/manual/mod/core.html b/docs/manual/mod/core.html index c6ba71aad5..5ceb8fb3c6 100644 --- a/docs/manual/mod/core.html +++ b/docs/manual/mod/core.html @@ -24,7 +24,6 @@ always available.
  • AccessConfig
  • AccessFileName
  • AddModule -
  • AddVersionComponent
  • AddVersionPlatform
  • AllowOverride
  • AuthName @@ -180,55 +179,6 @@ server comes with a pre-loaded list of active modules; this list can be cleared with the ClearModuleList directive.


    -

    AddVersionComponent directive

    - -Syntax: AddVersionComponent string
    -Context: server config
    -Status: core
    -Compatibility: AddVersionComponent is only available - in Apache 1.3 and later - -

    -Use this directive to add a string to the Server-Version -response header field which is sent back to clients. This field identifies -the server software as the Apache Web server, and can also list additional -information. This directive may occur multiple times, and the results are -cumulative. In each case the string should take one of the following forms: -

    -
    -
    AddVersionComponent "(some comment within parentheses)" -
    -
    or -
    -
    - AddVersionComponent "component-name/major.minor" -
    -
    -

    -that is, the string should either be arbitrary text enclosed in parentheses, -or else a specific component token and version number (such as "mymod/1.0"). -

    -

    -This setting applies to the entire server, and cannot be enabled or -disabled on a virtualhost-by-virtualhost basis. -

    -

    -This directive replaces the SERVER_SUBVERSION setting -that was available in earlier versions of the Apache Web server. -


    -

    AddVersionPlatform directive

    This directive controls whether the server's operating system platform -will be identified in the Server-Version response header +will be identified in the Server response header field which is sent back to clients. If enabled, a non-specific platform designation will be added to the identity string, as shown below:

    AddVersionPlatform Off
    -
    Server sends: Server-Version: Apache/1.3.0 +
    Server sends: Server: Apache/1.3.0
    AddVersionPlatform On (or not specified)
    -
    Server sends: Server-Version: Apache/1.3.0 (UNIX) +
    Server sends: Server: Apache/1.3.0 (UNIX)

    -- 2.50.1