From 95d2c6628f9255d6f87aa8924a4dd73beaa05b9d Mon Sep 17 00:00:00 2001 From: Joshua Slive Date: Tue, 12 Feb 2002 20:17:57 +0000 Subject: [PATCH] Close a few unclosed tags. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93377 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/core.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/manual/mod/core.html b/docs/manual/mod/core.html index 49711354a6..cb6e672f46 100644 --- a/docs/manual/mod/core.html +++ b/docs/manual/mod/core.html @@ -1293,6 +1293,7 @@
Include /usr/local/apache/conf/ssl.conf
Include /usr/local/apache/conf/vhosts/ +

Or, providing paths relative to your ServerRoot @@ -1301,6 +1302,7 @@

Include conf/ssl.conf
Include conf/vhosts/ +

Make sure that an included directory does not contain any stray @@ -2415,6 +2417,7 @@ ServerAlias server server2.domain.com server2 ... </VirtualHost> +

See also: Apache Virtual Host documentation

-- 2.50.1