]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Server-generated pages can be server-signed now (new directive)
authorlookit <lookit@unknown>
Mon, 26 Jan 1998 18:24:27 +0000 (18:24 +0000)
committerlookit <lookit@unknown>
Mon, 26 Jan 1998 18:24:27 +0000 (18:24 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@80023 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/core.html
docs/manual/mod/directives.html

index 1c4d650726d1cc6cf417f84c1c654a754c7e3250..305a0d52ea5a48f0567deaa35cd844e931ae6454 100644 (file)
@@ -74,6 +74,7 @@ always available.
 <LI><A HREF="#servername">ServerName</A>
 <LI><A HREF="#serverpath">ServerPath</A>
 <LI><A HREF="#serverroot">ServerRoot</A>
+<LI><A HREF="#serversignature">ServerSignature</A>
 <LI><A HREF="#servertype">ServerType</A>
 <LI><A HREF="#startservers">StartServers</A>
 <LI><A HREF="#threadsperchild">ThreadsPerChild</A>
@@ -1587,6 +1588,32 @@ for information on how to properly set permissions on the ServerRoot.<P>
 
 <HR>
 
+<H2><A name="serversignature">ServerSignature directive</A></h2>
+<!--%plaintext &lt;?INDEX {\tt ServerSignature} directive&gt; -->
+<strong>Syntax:</strong> ServerSignature <em>Off | On | EMail</em><br>
+<strong>Default:</strong> <code>ServerSignature Off</code><br>
+<strong>Context:</strong> directory, .htaccess<br>
+<strong>Status:</strong> core<p>
+<strong>Compatibility:</strong> ServerSignature is only available in Apache
+1.3 and later.<p>
+
+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.<br>
+The <samp>Off</samp> setting, which is the default, suppresses the
+error line (and is therefore compatible with the behavior of
+Apache-1.2 and below). The <samp>On</samp> setting simply adds a
+line with the server version number and <A
+HREF="#servername">ServerName</A> of the serving virtual host, and
+the <samp>EMail</samp> setting additionally creates a "mailto:"
+reference to the <A HREF="#serveradmin">ServerAdmin</A> of the
+referenced document.
+
+<HR>
+
 <h2><A name="servertype">ServerType directive</A></h2>
 <!--%plaintext &lt;?INDEX {\tt ServerType} directive&gt; -->
 <STRONG>Syntax:</STRONG> ServerType <EM>type</EM><BR>
index b29213e697008a12e200731ca97c2f1cb9155998..009481dd80eb303ef821f2046d9e2cbfe19c1df9 100644 (file)
@@ -180,6 +180,7 @@ of the terms used in their descriptions available.
 <LI><A HREF="core.html#servername">ServerName</A>
 <LI><A HREF="core.html#serverpath">ServerPath</A>
 <LI><A HREF="core.html#serverroot">ServerRoot</A>
+<LI><A HREF="core.html#serversignature">ServerSignature</A>
 <LI><A HREF="core.html#servertype">ServerType</A>
 <LI><A HREF="mod_env.html#setenv">SetEnv</A>
 <LI><A HREF="mod_setenvif.html#setenvif">SetEnvIf</A>