From: André Malo Date: Sat, 10 Apr 2004 22:15:39 +0000 (+0000) Subject: updae transformation X-Git-Tag: pre_ajp_proxy~387 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0f388e60e14569298a13e382d271a29751e3c369;p=apache updae transformation git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103342 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/core.html.de b/docs/manual/mod/core.html.de index 660ec859f6..a27ca96608 100644 --- a/docs/manual/mod/core.html.de +++ b/docs/manual/mod/core.html.de @@ -25,6 +25,9 @@  en  |  ja 

+
Diese Übersetzung ist möglicherweise + nicht mehr aktuell. Bitte prüfen Sie die englische Version auf die + neuesten Änderungen.
Beschreibung:Ständig verfügbare Kernfunktionen des Apache HTTP Servers
Status:Core
diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en index d49b868455..927aae5465 100644 --- a/docs/manual/mod/core.html.en +++ b/docs/manual/mod/core.html.en @@ -2551,14 +2551,20 @@ later - +
Description:Email address that the server includes in error messages sent to the client
Syntax:ServerAdmin email-address
Syntax:ServerAdmin email-address|URL
Context:server config, virtual host
Status:Core
Module:core
-

The ServerAdmin sets the e-mail address +

The ServerAdmin sets the contact address that the server includes in any error messages it returns to the - client.

+ client. If the httpd doesn't recognize the supplied argument as an URL, it + assumes, that it's an email-address and prepends it with + mailto: in hyperlink targets. However, it's recommended to + actually use an email address, since there are a lot of CGI scripts that + make that assumption. If you want to use an URL, it should point to another + server under your control. Otherwise users may not be able to contact you in + case of errors.

It may be worth setting up a dedicated address for this, e.g.

diff --git a/docs/manual/mod/core.xml.de b/docs/manual/mod/core.xml.de index 5f2baefb12..fa166f9049 100644 --- a/docs/manual/mod/core.xml.de +++ b/docs/manual/mod/core.xml.de @@ -1,7 +1,7 @@ - + +