Return-Path: Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 10582 invoked by uid 500); 14 Jun 2002 11:28:23 -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: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 10570 invoked by uid 500); 14 Jun 2002 11:28:23 -0000 Delivered-To: apmail-httpd-2.0-cvs@apache.org Date: 14 Jun 2002 11:28:23 -0000 Message-ID: <20020614112823.21704.qmail@icarus.apache.org> From: rbowen@apache.org To: httpd-2.0-cvs@apache.org Subject: cvs commit: httpd-2.0/docs/manual/mod core.html.en core.xml X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N rbowen 2002/06/14 04:28:23 Modified: docs/manual/mod core.html.en core.xml Log: Added for AddHandler to the SetHandler doc Revision Changes Path 1.9 +4 -3 httpd-2.0/docs/manual/mod/core.html.en Index: core.html.en =================================================================== RCS file: /home/cvs/httpd-2.0/docs/manual/mod/core.html.en,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- core.html.en 13 Jun 2002 02:46:04 -0000 1.8 +++ core.html.en 14 Jun 2002 11:28:22 -0000 1.9 @@ -2,8 +2,8 @@ XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX This file is generated from xml source: DO NOT EDIT XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX - -->core- Apache HTTP Server
[APACHE DOCUMENTATION]

Apache HTTP Server Version 2.0

Apache Module core

Description:Core Apache HTTP Server features that are always -available
Status:Core

Directives


AcceptPathInfo Directive

Description: Resources accept trailing pathname information
Syntax:AcceptPathInfo On|Off|Default
Default:AcceptPathInfo Default
Context:server config, virtual host, directory, .htaccess
Status:Core
Module:core
Compatibility:Available in Apache 2.0.30 and later
+ -->core- Apache HTTP Server
[APACHE DOCUMENTATION]

Apache HTTP Server Version 2.0

Apache Module core

Description:Core Apache HTTP Server features that are always +available
Status:Core

Directives


AcceptPathInfo Directive

Description: Resources accept trailing pathname information
Syntax:AcceptPathInfo On|Off|Default
Default:AcceptPathInfo Default
Context:server config, virtual host, directory, .htaccess
Status:Core
Module:core
Compatibility:Available in Apache 2.0.30 and later

This directive controls whether requests that contain trailing pathname information that follows an actual filename (or @@ -1615,7 +1615,8 @@ SetHandler server-status
</Location>

-

SetInputFilter Directive

Description: Sets the filters that will process client requests and POST + +

See also


SetInputFilter Directive

Description: Sets the filters that will process client requests and POST input
Syntax:SetInputFilter filter[;filter...]
Context:server config, virtual host, directory, .htaccess
Override:FileInfo
Status:Core
Module:core

The SetInputFilter directive sets the filter or filters which will process client requests and POST 1.16 +4 -0 httpd-2.0/docs/manual/mod/core.xml Index: core.xml =================================================================== RCS file: /home/cvs/httpd-2.0/docs/manual/mod/core.xml,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- core.xml 13 Jun 2002 02:46:04 -0000 1.15 +++ core.xml 14 Jun 2002 11:28:22 -0000 1.16 @@ -2321,7 +2321,11 @@ SetHandler server-status
</Location> + + +AddHandler +