From: André Malo
Date: Sat, 10 Apr 2004 22:09:47 +0000 (+0000)
Subject: add some notes about server admin URLs
X-Git-Tag: pre_ajp_proxy~388
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dafd0085acf21baa55263619d77dcf05bc29e8f4;p=apache
add some notes about server admin URLs
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103341 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml
index 0eac772dc7..46fb551537 100644
--- a/docs/manual/mod/core.xml
+++ b/docs/manual/mod/core.xml
@@ -2524,14 +2524,20 @@ later
ServerAdmin
Email address that the server includes in error
messages sent to the client
-ServerAdmin email-address
+ServerAdmin email-address|URL
server configvirtual host
- 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.