From: Jim Jagielski Date: Thu, 17 Jun 1999 11:49:26 +0000 (+0000) Subject: Always perform the check for DocumentRoot X-Git-Tag: 1.3.7~86 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=075b1f245ce44bb13dc9ad46ad4a167e7e556858;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/docs/manual/mod/core.html b/docs/manual/mod/core.html index c270847dbb6..148eab5155e 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 greatly increase the startup time. If you are sure that all the DocumentRoot entries exist, you can tell Apache to bypass this check using:
DocumentRootCheck Off
- +

+This directive is ignored when Apache is called with the +-t command line option to perform a configuration +test.