From: Rich Bowen
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