]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Always perform the check for DocumentRoot
authorJim Jagielski <jim@apache.org>
Thu, 17 Jun 1999 11:49:26 +0000 (11:49 +0000)
committerJim Jagielski <jim@apache.org>
Thu, 17 Jun 1999 11:49:26 +0000 (11:49 +0000)
when doing the config test

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83337 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/core.html

index c270847dbb6c0c82e76cc24fcb96a8db37e1f4a4..148eab5155e0e8dd8791faf844692b75c4220f8f 100644 (file)
@@ -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>