From: Rich Bowen Date: Sun, 11 Jun 2006 15:29:41 +0000 (+0000) Subject: Referring to stuff added in 1.1, in the 2.2 docs, seems a little X-Git-Tag: 2.2.3~62 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c02a589cad56e90e089c012764d56e5b8c142e1;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/branches/2.2.x@413462 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/handler.html.en b/docs/manual/handler.html.en index 44e3bf56f1c..ca4b5a23c20 100644 --- a/docs/manual/handler.html.en +++ b/docs/manual/handler.html.en @@ -44,9 +44,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 d9302af3e4b..e0b3c01b480 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