From: Jim Jagielski Date: Sun, 13 Jun 1999 20:06:42 +0000 (+0000) Subject: Typo X-Git-Tag: 1.3.7~88 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1356837ec216db4f45cbbfb12cff456c1457edab;p=thirdparty%2Fapache%2Fhttpd.git Typo git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83327 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/core.html b/docs/manual/mod/core.html index 588508df2ab..b43ec90dd8f 100644 --- a/docs/manual/mod/core.html +++ b/docs/manual/mod/core.html @@ -774,9 +774,9 @@ During startup, Apache does a stat of each DocumentRoot 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 greatly increase +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 +entries exist, you can tell Apache to bypass this check using:
DocumentRootCheck Off