From: Randy Terbush Date: Sat, 23 Aug 1997 03:10:54 +0000 (+0000) Subject: Document 'Include' X-Git-Tag: APACHE_1_3b1~29 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e5834c11cef1c2e3f3fe2d103f0ab2d738935dc2;p=thirdparty%2Fapache%2Fhttpd.git Document 'Include' git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@79016 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/core.html b/docs/manual/mod/core.html index 11a9bf0f27a..a79be63a9be 100644 --- a/docs/manual/mod/core.html +++ b/docs/manual/mod/core.html @@ -42,6 +42,7 @@ always available.
  • HostNameLookups
  • IdentityCheck
  • <IfModule> +
  • <Include>
  • KeepAlive
  • KeepAliveTimeout
  • <Limit> @@ -724,6 +725,16 @@ simple multiple-module tests.


    +

    Include directive

    +Syntax: (Apache 1.2) Include filename
    +Context: server config
    +Status: Core
    +Compatibility: Include is only available in Apache 1.3 and later. +

    +This directive allows inclusion of other configuration files from within the server configuration files. + +


    +

    KeepAlive directive

    Syntax: (Apache 1.1) KeepAlive max-requests
    Default: (Apache 1.1) KeepAlive 5
    diff --git a/docs/manual/mod/directives.html b/docs/manual/mod/directives.html index 53e2b20d695..adc13ed6b98 100644 --- a/docs/manual/mod/directives.html +++ b/docs/manual/mod/directives.html @@ -101,6 +101,7 @@
  • ImapBase
  • ImapDefault
  • ImapMenu +
  • Include
  • IndexIgnore
  • IndexOptions
  • KeepAlive