]> 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:29:41 +0000 (15:29 +0000)
committerRich Bowen <rbowen@apache.org>
Sun, 11 Jun 2006 15:29:41 +0000 (15:29 +0000)
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

docs/manual/handler.html.en
docs/manual/handler.xml

index 44e3bf56f1cd007a45ff63f2546ea890818bfb78..ca4b5a23c2059c0db781b7f01746efca095a0dee 100644 (file)
@@ -44,9 +44,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 d9302af3e4b1928e233e717d66e91cbeaed31005..e0b3c01b480e4376f940f96a2ee2df01f287d75a 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