From dafd0085acf21baa55263619d77dcf05bc29e8f4 Mon Sep 17 00:00:00 2001
From: =?utf8?q?Andr=C3=A9=20Malo?=
Date: Sat, 10 Apr 2004 22:09:47 +0000
Subject: [PATCH] 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
---
docs/manual/mod/core.xml | 12 +++++++++---
1 file changed, 9 insertions(+), 3 deletions(-)
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.
--
2.50.1