Commit 98e45789 authored by Richard Bowen's avatar Richard Bowen
Browse files

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
parent c6cc4c6f
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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
+3 −3
Original line number Diff line number Diff line
@@ -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