From 62cb8e15068e0cb41b419a1a9b790c3e7de448f3 Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Fri, 14 Jun 2002 11:28:22 +0000 Subject: [PATCH] Added for AddHandler to the SetHandler doc git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95671 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/core.html.en | 7 ++++--- docs/manual/mod/core.xml | 4 ++++ 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en index 5df0c6de8d..a87c001014 100644 --- a/docs/manual/mod/core.html.en +++ b/docs/manual/mod/core.html.en @@ -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 @@ handler </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 diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index 05630429cc..dc23fe9d99 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -2321,7 +2321,11 @@ handler SetHandler server-status
</Location> + + +AddHandler + -- 2.40.0