summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Jagielski <jim@apache.org>1999-06-17 11:49:26 +0000
committerJim Jagielski <jim@apache.org>1999-06-17 11:49:26 +0000
commit075b1f245ce44bb13dc9ad46ad4a167e7e556858 (patch)
tree5d2da0c675f092c9a5251c916ebabe07d63ba93c
parent045d71f35294fd0e91b72430af5eebf1cfea597d (diff)
downloadhttpd-075b1f245ce44bb13dc9ad46ad4a167e7e556858.tar.gz
Always perform the check for DocumentRoot
when doing the config test git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83337 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--docs/manual/mod/core.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/manual/mod/core.html b/docs/manual/mod/core.html
index c270847dbb..148eab5155 100644
--- a/docs/manual/mod/core.html
+++ b/docs/manual/mod/core.html
@@ -778,7 +778,10 @@ 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:
<BLOCKQUOTE><CODE>DocumentRootCheck Off</CODE></BLOCKQUOTE>
-
+<P>
+This directive is ignored when Apache is called with the
+<CODE>-t</CODE> command line option to perform a configuration
+test.
<P><HR>