From 57a5f53ef3aaaccb0d2c82a2f15c11d146927714 Mon Sep 17 00:00:00 2001
From: Rich Bowen 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
+
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 @@ -3337,6 +3336,17 @@ itself specified port, or to the port number given in the client's request.
+Failure to set 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.