From e49a07d29bacce925d852e1c4a00c5cbec44af99 Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Sun, 11 Jun 2006 15:37:24 +0000 Subject: [PATCH] Referring to stuff added in 1.1, in the 2.2 docs, seems a little archaic. Rephrase a little. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@413465 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/handler.html.en | 6 +++--- docs/manual/handler.xml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/manual/handler.html.en b/docs/manual/handler.html.en index 47ff359bea1..ffd18a60b32 100644 --- a/docs/manual/handler.html.en +++ b/docs/manual/handler.html.en @@ -43,9 +43,9 @@ files are simply served by the server, but certain file types are "handled" separately.

-

Apache 1.1 adds the ability to use handlers explicitly. - Based on either filename extensions or on location, handlers - can be specified without relation to file type. This is +

Handlers may also be configured explicitly, + based on either filename extensions or on location, + without relation to file type. This is advantageous both because it is a more elegant solution, and because it also allows for both a type and a handler to be associated with a file. (See also Files with Multiple diff --git a/docs/manual/handler.xml b/docs/manual/handler.xml index a4e1dc7907f..afbc6e39b8c 100644 --- a/docs/manual/handler.xml +++ b/docs/manual/handler.xml @@ -56,9 +56,9 @@ files are simply served by the server, but certain file types are "handled" separately.

-

Apache 1.1 adds the ability to use handlers explicitly. - Based on either filename extensions or on location, handlers - can be specified without relation to file type. This is +

Handlers may also be configured explicitly, + based on either filename extensions or on location, + without relation to file type. This is advantageous both because it is a more elegant solution, and because it also allows for both a type and a handler to be associated with a file. (See also