diff options
author | Joshua Slive <slive@apache.org> | 2002-02-12 21:17:57 +0100 |
---|---|---|
committer | Joshua Slive <slive@apache.org> | 2002-02-12 21:17:57 +0100 |
commit | 95d2c6628f9255d6f87aa8924a4dd73beaa05b9d (patch) | |
tree | 19afc3bf76e2be205a85cf33b65b962629bd989d /docs/manual/mod/core.html | |
parent | Too many people are wasting time trying to make these things work. (diff) | |
download | apache2-95d2c6628f9255d6f87aa8924a4dd73beaa05b9d.tar.xz apache2-95d2c6628f9255d6f87aa8924a4dd73beaa05b9d.zip |
Close a few unclosed tags.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93377 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/core.html')
-rw-r--r-- | docs/manual/mod/core.html | 3 |
1 files changed, 3 insertions, 0 deletions
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 @@ <blockquote> <code>Include /usr/local/apache/conf/ssl.conf<br /> Include /usr/local/apache/conf/vhosts/ + </code> </blockquote> <p>Or, providing paths relative to your <code>ServerRoot</code> @@ -1301,6 +1302,7 @@ <blockquote> <code>Include conf/ssl.conf<br /> Include conf/vhosts/ + </code> </blockquote> <p>Make sure that an included directory does not contain any stray @@ -2415,6 +2417,7 @@ ServerAlias server server2.domain.com server2 ... </VirtualHost> + </pre> <p><strong>See also:</strong> <a href="../vhosts/">Apache Virtual Host documentation</a></p> |