1
0
mirror of https://github.com/apache/httpd.git synced 2025-09-01 02:02:06 +03:00
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83327 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jim Jagielski
1999-06-13 20:06:42 +00:00
parent 67c353b628
commit 1356837ec2

View File

@@ -774,9 +774,9 @@ During startup, Apache does a <CODE>stat</CODE> of each
<A HREF="#documentroot">DocumentRoot</A> <A HREF="#documentroot">DocumentRoot</A>
to determine if the directory exists. If your server is to determine if the directory exists. If your server is
configured with lots of DocumentRoot directives (for example, 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 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> <BLOCKQUOTE><CODE>DocumentRootCheck Off</CODE></BLOCKQUOTE>