]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Referring to stuff added in 1.1, in the 2.2 docs, seems a little
authorRich Bowen <rbowen@apache.org>
Sun, 11 Jun 2006 15:37:24 +0000 (15:37 +0000)
committerRich Bowen <rbowen@apache.org>
Sun, 11 Jun 2006 15:37:24 +0000 (15:37 +0000)
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
docs/manual/handler.xml

index 47ff359bea1b931b22faa40e6ea22a835655e962..ffd18a60b32fbd7df1e2ec1408db5d2165afd3db 100644 (file)
@@ -43,9 +43,9 @@
     files are simply served by the server, but certain file types
     are "handled" separately.</p>
 
-    <p>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
+    <p>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 <strong>and</strong> a
     handler to be associated with a file. (See also <a href="mod/mod_mime.html#multipleext">Files with Multiple
index a4e1dc7907f4a9db9770c6d0405602d0c7a67956..afbc6e39b8cc3b5a2603bb9722a4eb94e613fd26 100644 (file)
@@ -56,9 +56,9 @@
     files are simply served by the server, but certain file types
     are "handled" separately.</p>
 
-    <p>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
+    <p>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 <strong>and</strong> a
     handler to be associated with a file. (See also <a