From: Joshua Slive Date: Mon, 24 Sep 2007 20:30:56 +0000 (+0000) Subject: Merge r578949 from trunk: X-Git-Tag: 2.2.7~380 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=79eec651bf24c8be06827e8cda5c55ea600eee19;p=thirdparty%2Fapache%2Fhttpd.git 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 --- 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