From 57a5f53ef3aaaccb0d2c82a2f15c11d146927714 Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Thu, 30 Sep 2010 17:01:39 +0000 Subject: [PATCH] Mention specific error message that people might come searching for. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1003164 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/core.html.en | 12 +++++++++++- docs/manual/mod/core.xml | 12 +++++++++++- 2 files changed, 22 insertions(+), 2 deletions(-) diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en index 137f84f1a2..27bd79e7af 100644 --- a/docs/manual/mod/core.html.en +++ b/docs/manual/mod/core.html.en @@ -3322,7 +3322,6 @@ itself section specifies what hostname must appear in the request's Host: header to match this virtual host.

-

Sometimes, the server runs behind a device that processes SSL, such as a reverse proxy, load balancer or SSL offload appliance. When this is the case, specify the @@ -3340,6 +3339,17 @@ itself specified port, or to the port number given in the client's request.

+
+

Failure to set ServerName to a name that + your server can resolve to an IP address will result in a startup + warning. httpd will then use whatever hostname it can + determine, using the system's hostname command. This + will almost never be the hostname you actually want.

+

+ httpd: Could not reliably determine the server's fully qualified domain name, using rocinante.local for ServerName +

+
+

See also