From: André Malo
Beschreibung: | Ständig verfügbare Kernfunktionen des Apache HTTP Servers |
---|---|
Status: | Core |
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.
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 @@ - + +