]> granicus.if.org Git - apache/commitdiff
Backout the DocumentRootCheck stuff.
authorJim Jagielski <jim@apache.org>
Thu, 24 Jun 1999 16:38:34 +0000 (16:38 +0000)
committerJim Jagielski <jim@apache.org>
Thu, 24 Jun 1999 16:38:34 +0000 (16:38 +0000)
I wash my hands of this... :)

PR:
Obtained from:
Submitted by:
Reviewed by:

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

docs/manual/mod/core.html
docs/manual/mod/directives.html

index f96d336e0b1cec89a5dbfd2a3830038640a2a76b..b15172f6c4fbe626e45e239b0516c2ddcbb27698 100644 (file)
@@ -36,7 +36,6 @@ always available.
 <LI><A HREF="#directory">&lt;Directory&gt;</A>
 <LI><A HREF="#directorymatch">&lt;DirectoryMatch&gt;</A>
 <LI><A HREF="#documentroot">DocumentRoot</A>
-<LI><A HREF="#documentrootcheck">DocumentRootCheck</A>
 <LI><A HREF="#errordocument">ErrorDocument</A>
 <LI><A HREF="#errorlog">ErrorLog</A>
 <LI><A HREF="#files">&lt;Files&gt;</A>
@@ -747,44 +746,6 @@ please avoid that.
 
 <P><HR>
 
-<H2><A NAME="documentrootcheck">DocumentRootCheck directive</A></H2>
-<!--%plaintext &lt;?INDEX {\tt DocumentRootCheck} directive&gt; -->
-<A
- HREF="directive-dict.html#Syntax"
- REL="Help"
-><STRONG>Syntax:</STRONG></A> DocumentRootCheck <EM>On/Off</EM><BR>
-<A
- HREF="directive-dict.html#Default"
- REL="Help"
-><STRONG>Default:</STRONG></A> <CODE>DocumentRootCheck On</CODE><BR>
-<A
- HREF="directive-dict.html#Context"
- REL="Help"
-><STRONG>Context:</STRONG></A> server config<BR>
-<A
- HREF="directive-dict.html#Status"
- REL="Help"
-><STRONG>Status:</STRONG></A> core<BR>
-<A
- HREF="directive-dict.html#Compatibility"
- REL="Help"
-><STRONG>Compatibility:</STRONG></A> Available in Apache 1.3.7 and later
-<P>
-During startup, Apache does a <CODE>stat</CODE> of each
-<A HREF="#documentroot">DocumentRoot</A>
-to determine if the directory exists. If your server is
-configured with lots of DocumentRoot directives (for example,
-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>
-
 <H2><A NAME="errordocument">ErrorDocument directive</A></H2>
 <!--%plaintext &lt;?INDEX {\tt ErrorDocument} directive&gt; -->
 <A
index bfa608d6d8004d7d6a987c0cccfe060a737b39fb..a95fe97ec6bd40583eb174749c26646b9136def1 100644 (file)
@@ -95,7 +95,6 @@ of the terms used in their descriptions available.
 <LI><A HREF="core.html#directorymatch">&lt;DirectoryMatch&gt;</A>
 <LI><A HREF="mod_dir.html#directoryindex">DirectoryIndex</A>
 <LI><A HREF="core.html#documentroot">DocumentRoot</A>
-<LI><A HREF="core.html#documentrootcheck">DocumentRootCheck</A>
 <LI><A HREF="core.html#errordocument">ErrorDocument</A>
 <LI><A HREF="core.html#errorlog">ErrorLog</A>
 <LI><A HREF="mod_example.html#example">Example</A>