summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Jagielski <jim@apache.org>1999-06-13 20:06:42 +0000
committerJim Jagielski <jim@apache.org>1999-06-13 20:06:42 +0000
commit1356837ec216db4f45cbbfb12cff456c1457edab (patch)
tree6934d6a0492849deb348633fb9ea957ea2ab649c
parent67c353b6281cf7b2715545bcaf47b16ba5850ef8 (diff)
downloadhttpd-1356837ec216db4f45cbbfb12cff456c1457edab.tar.gz
Typo
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83327 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--docs/manual/mod/core.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/mod/core.html b/docs/manual/mod/core.html
index 588508df2a..b43ec90dd8 100644
--- a/docs/manual/mod/core.html
+++ b/docs/manual/mod/core.html
@@ -774,9 +774,9 @@ During startup, Apache does a <CODE>stat</CODE> of each
<A HREF="#documentroot">DocumentRoot</A>
to determine if the directory exists. If your server is
configured with lots of DocumentRoot directives (for example,
-if you server numerous virtual hosts), this can <em>greatly</em> increase
+if you serve numerous virtual hosts), this can <em>greatly</em> increase
the startup time. If you are sure that all the DocumentRoot
-entries exist, you can tell Apache to bypass this check using
+entries exist, you can tell Apache to bypass this check using:
<BLOCKQUOTE><CODE>DocumentRootCheck Off</CODE></BLOCKQUOTE>