From: lookit Date: Mon, 26 Jan 1998 18:24:27 +0000 (+0000) Subject: Server-generated pages can be server-signed now (new directive) X-Git-Tag: APACHE_1_3b5~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=558d60dcd01a6a1c2cc9497b3f9225d5b6a5ca31;p=thirdparty%2Fapache%2Fhttpd.git Server-generated pages can be server-signed now (new directive) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@80023 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/core.html b/docs/manual/mod/core.html index 1c4d650726d..305a0d52ea5 100644 --- a/docs/manual/mod/core.html +++ b/docs/manual/mod/core.html @@ -74,6 +74,7 @@ always available.
  • ServerName
  • ServerPath
  • ServerRoot +
  • ServerSignature
  • ServerType
  • StartServers
  • ThreadsPerChild @@ -1587,6 +1588,32 @@ for information on how to properly set permissions on the ServerRoot.


    +

    ServerSignature directive

    + +Syntax: ServerSignature Off | On | EMail
    +Default: ServerSignature Off
    +Context: directory, .htaccess
    +Status: core

    +Compatibility: ServerSignature is only available in Apache +1.3 and later.

    + +The ServerSignature directive allows the configuration of a trailing +footer line under server-generated documents (error messages, +mod_proxy ftp directory listings, mod_info output, ...). The reason +why you would want to enable such a footer line is that in a chain +of proxies, the user often has no possibility to tell which of the +chained servers actually produced a returned error message.
    +The Off setting, which is the default, suppresses the +error line (and is therefore compatible with the behavior of +Apache-1.2 and below). The On setting simply adds a +line with the server version number and ServerName of the serving virtual host, and +the EMail setting additionally creates a "mailto:" +reference to the ServerAdmin of the +referenced document. + +


    +

    ServerType directive

    Syntax: ServerType type
    diff --git a/docs/manual/mod/directives.html b/docs/manual/mod/directives.html index b29213e6970..009481dd80e 100644 --- a/docs/manual/mod/directives.html +++ b/docs/manual/mod/directives.html @@ -180,6 +180,7 @@ of the terms used in their descriptions available.
  • ServerName
  • ServerPath
  • ServerRoot +
  • ServerSignature
  • ServerType
  • SetEnv
  • SetEnvIf