From e50d0d08afa7cae23fa867616bd49d0c57ddf8b4 Mon Sep 17 00:00:00 2001 From: Joshua Slive Date: Mon, 24 Sep 2007 20:25:02 +0000 Subject: [PATCH] Clarify what happens if you don't have a ServerName in your , since people sometimes assume that this implies the host has no name, resulting in confusion. Suggested by: Michael Rasmussen git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@578949 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/core.html.en | 5 +++++ docs/manual/mod/core.xml | 6 ++++++ 2 files changed, 11 insertions(+) diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en index bc8d8a7a01..7de1b66543 100644 --- a/docs/manual/mod/core.html.en +++ b/docs/manual/mod/core.html.en @@ -3186,6 +3186,11 @@ hostname or IP address to match all ports on that address. (This is recommended when used with _default_.)

+

A ServerName should be + specified inside each <VirtualHost> block. If it is absent, the + ServerName from the "main" + server configuration will be inherited.

+

Security

See the security tips document for details on why your security could be compromised if the diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index fa7175aba6..6799ddfe78 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -3157,6 +3157,12 @@ hostname or IP address to match all ports on that address. (This is recommended when used with _default_.)

+

A ServerName should be + specified inside each VirtualHost block. If it is absent, the + ServerName from the "main" + server configuration will be inherited.

+ Security

See the security tips document for details on why your security could be compromised if the -- 2.50.1