From: Rich Bowen Date: Sun, 11 Jun 2006 15:37:24 +0000 (+0000) Subject: Referring to stuff added in 1.1, in the 2.2 docs, seems a little X-Git-Tag: 2.3.0~2344 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e49a07d29bacce925d852e1c4a00c5cbec44af99;p=thirdparty%2Fapache%2Fhttpd.git 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 --- 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