From: Joshua Slive Date: Tue, 12 Feb 2002 20:17:57 +0000 (+0000) Subject: Close a few unclosed tags. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c7dbe51f2be24631cc05bc396e9def7f5a12df65;p=apache Close a few unclosed tags. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93377 13f79535-47bb-0310-9956-ffa450edef68 --- 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