Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 94910 invoked from network); 17 Aug 2010 02:13:48 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 17 Aug 2010 02:13:48 -0000 Received: (qmail 69948 invoked by uid 500); 17 Aug 2010 02:13:48 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 69808 invoked by uid 500); 17 Aug 2010 02:13:47 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 69800 invoked by uid 99); 17 Aug 2010 02:13:47 -0000 Received: from Unknown (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Aug 2010 02:13:47 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Aug 2010 02:13:29 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 77AB22388978; Tue, 17 Aug 2010 02:12:11 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r986168 - /httpd/httpd/branches/1.3.x/htdocs/manual/mod/core.html.en Date: Tue, 17 Aug 2010 02:12:11 -0000 To: cvs@httpd.apache.org From: rbowen@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100817021211.77AB22388978@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: rbowen Date: Tue Aug 17 02:12:11 2010 New Revision: 986168 URL: http://svn.apache.org/viewvc?rev=986168&view=rev Log: More references to the /current/ docs. Modified: httpd/httpd/branches/1.3.x/htdocs/manual/mod/core.html.en Modified: httpd/httpd/branches/1.3.x/htdocs/manual/mod/core.html.en URL: http://svn.apache.org/viewvc/httpd/httpd/branches/1.3.x/htdocs/manual/mod/core.html.en?rev=986168&r1=986167&r2=986168&view=diff ============================================================================== --- httpd/httpd/branches/1.3.x/htdocs/manual/mod/core.html.en (original) +++ httpd/httpd/branches/1.3.x/htdocs/manual/mod/core.html.en Tue Aug 17 02:12:11 2010 @@ -446,7 +446,7 @@

This directive has been removed in current versions of the server. See LoadModule + href="http://httpd.apache.org/docs/current/mod/mod_so.html#loadmodule">LoadModule

The server can have modules compiled in which are not actively in use. This directive can be used to enable the use @@ -804,6 +804,10 @@ rel="Help">Compatibility: Available in Apache 1.3.24 and later. +

This directive is no longer available + in current versions of the server. See mod_cgi.

+

Way back when the internet was a safer, more naive place, it was convenient for the server to take a query string that did not contain an '=' sign and to parse and pass it to a CGI program as @@ -833,6 +837,10 @@ rel="Help">Compatibility: ClearModuleList is only available in Apache 1.2 and later +

This directive is no longer available + in current versions of the server. See mod_so.

+

The server comes with a built-in list of active modules. This directive clears the list. It is assumed that the list will then be re-populated using the Status: experimental
Compatibility: ContentDigest is - only available in Apache 1.1 and later + only available in Apache 1.1 and later. + +

Current documentation for this + directive may be found here.

This directive enables the generation of Content-MD5 headers as defined in RFC1864 @@ -905,6 +917,9 @@ Status: core +

Current documentation for this directive may be found here

+

This controls the directory to which Apache attempts to switch before dumping core. The default is in the ServerRoot directory, however since this @@ -938,6 +953,9 @@ Status: core +

Current documentation for this directive may be found here

+

There will be times when the server is asked to provide a document whose type cannot be determined by its MIME types mappings.

@@ -971,6 +989,9 @@ Status: Core. +

Current documentation for this directive may be found here

+

<Directory> and </Directory> are used to enclose a group of directives which will apply only to the named directory and sub-directories of that directory. Any directive @@ -1098,6 +1119,12 @@ </Directory> +

The <Directory proxy:*> syntax is no + longer valid in current versions of the server, and has been replaced + by the <Proxy> + directive. +

See also: How Directory, Location and Files sections work for an explanation of how these different sections are combined when a @@ -1120,6 +1147,9 @@ rel="Help">Compatibility: Available in Apache 1.3 and later +

Current documentation for this directive may be found here

+

<DirectoryMatch> and </DirectoryMatch> are used to enclose a group of directives which will apply only to the named directory and sub-directories of that directory, the same