From: Joshua Slive Date: Tue, 12 Feb 2002 20:17:57 +0000 (+0000) Subject: Close a few unclosed tags. X-Git-Tag: 2.0.33~292 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=95d2c6628f9255d6f87aa8924a4dd73beaa05b9d;p=thirdparty%2Fapache%2Fhttpd.git 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 49711354a66..cb6e672f465 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