From: Jim Jagielski Date: Thu, 24 Jun 1999 16:38:34 +0000 (+0000) Subject: Backout the DocumentRootCheck stuff. X-Git-Tag: 1.3.7~66 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b5e2611bb7d6b08f08bc47197157cac00a4329f;p=thirdparty%2Fapache%2Fhttpd.git Backout the DocumentRootCheck stuff. 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 --- diff --git a/docs/manual/mod/core.html b/docs/manual/mod/core.html index f96d336e0b1..b15172f6c4f 100644 --- a/docs/manual/mod/core.html +++ b/docs/manual/mod/core.html @@ -36,7 +36,6 @@ always available.
  • <Directory>
  • <DirectoryMatch>
  • DocumentRoot -
  • DocumentRootCheck
  • ErrorDocument
  • ErrorLog
  • <Files> @@ -747,44 +746,6 @@ please avoid that.


    -

    DocumentRootCheck directive

    - -Syntax: DocumentRootCheck On/Off
    -Default: DocumentRootCheck On
    -Context: server config
    -Status: core
    -Compatibility: Available in Apache 1.3.7 and later -

    -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 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. - -


    -

    ErrorDocument directive

    <DirectoryMatch>
  • DirectoryIndex
  • DocumentRoot -
  • DocumentRootCheck
  • ErrorDocument
  • ErrorLog
  • Example