From 79eec651bf24c8be06827e8cda5c55ea600eee19 Mon Sep 17 00:00:00 2001 From: Joshua Slive Date: Mon, 24 Sep 2007 20:30:56 +0000 Subject: [PATCH] Merge r578949 from trunk: 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/branches/2.2.x@578951 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 2deca11c085..f49e6dd10b1 100644 --- a/docs/manual/mod/core.html.en +++ b/docs/manual/mod/core.html.en @@ -3379,6 +3379,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 ce2698d3bdd..fa7b692472d 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -3348,6 +3348,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.47.2