From 18a1d21220c0a6fe48efbda6e2ec40586afeddd0 Mon Sep 17 00:00:00 2001
From: Eric Covener
Date: Mon, 6 Feb 2017 17:41:49 +0000
Subject: [PATCH] add a note to the vhost examples about context
seems like a steady stream of comments/questions in this area.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1781930 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/vhosts/examples.html.en | 11 +++++++++++
docs/manual/vhosts/examples.xml | 11 +++++++++++
2 files changed, 22 insertions(+)
diff --git a/docs/manual/vhosts/examples.html.en b/docs/manual/vhosts/examples.html.en
index 03601876ca..574874b965 100644
--- a/docs/manual/vhosts/examples.html.en
+++ b/docs/manual/vhosts/examples.html.en
@@ -36,6 +36,17 @@
web sites running on a single server, via name-based or IP-based virtual hosts.
+ Context note
Virtual hosts must be specified in
+ global scope. Third-party distributions of the server may use an
+ alternate initial configuration file or multiple configuration files
+ that all accept directives with global scope. These distributions may
+ also suggest a convention for specifying virtual hosts in their own individual
+ files included into the global configuration via the
+ Include
directive. Further details
+ may be provided in a third-party README, such as
+ /usr/share/doc/apache2/README.Debian.gz on Debian and Ubuntu based
+ distributions.
+
- Running several name-based web
sites on a single IP address.
diff --git a/docs/manual/vhosts/examples.xml b/docs/manual/vhosts/examples.xml
index 4aae8d2fad..44f9d24898 100644
--- a/docs/manual/vhosts/examples.xml
+++ b/docs/manual/vhosts/examples.xml
@@ -33,6 +33,17 @@
href="ip-based.html">IP-based virtual hosts.
+ Context noteVirtual hosts must be specified in
+ global scope. Third-party distributions of the server may use an
+ alternate initial configuration file or multiple configuration files
+ that all accept directives with global scope. These distributions may
+ also suggest a convention for specifying virtual hosts in their own individual
+ files included into the global configuration via the
+ Include directive. Further details
+ may be provided in a third-party README, such as
+ /usr/share/doc/apache2/README.Debian.gz on Debian and Ubuntu based
+ distributions.
+
Running several name-based web
--
2.40.0