Commit b3b78970 authored by Richard Bowen's avatar Richard Bowen
Browse files

Submitted by Matt Lewandowsky (matt@iamcode.net).

The handler name is now isapi-handler instead of isapi-isa, although
apparently both will still work, at least for now.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@413220 13f79535-47bb-0310-9956-ffa450edef68
parent f369d437
Loading
Loading
Loading
Loading
+2 −2
Changes for docs/manual/mod/mod_isapi.html.en: 2 added lines, 2 removed lines.
Original line number Diff line number Diff line
@@ -64,12 +64,12 @@

    <p>In the server configuration file, use
    the <code class="directive"><a href="../mod/mod_mime.html#addhandler">AddHandler</a></code> directive to
    associate ISAPI files with the <code>isapi-isa</code> handler, and map
    associate ISAPI files with the <code>isapi-handler</code> handler, and map
    it to them with their file extensions. To enable any .dll file to be
    processed as an ISAPI extension, edit the httpd.conf file and add the
    following line:</p>
    <div class="example"><p><code>
        AddHandler isapi-isa .dll
        AddHandler isapi-handler.dll
    </code></p></div>

    <p>There is no capability within the Apache server to leave a
+2 −2
Changes for docs/manual/mod/mod_isapi.xml: 2 added lines, 2 removed lines.
Original line number Diff line number Diff line
@@ -47,12 +47,12 @@

    <p>In the server configuration file, use
    the <directive module="mod_mime">AddHandler</directive> directive to
    associate ISAPI files with the <code>isapi-isa</code> handler, and map
    associate ISAPI files with the <code>isapi-handler</code> handler, and map
    it to them with their file extensions. To enable any .dll file to be
    processed as an ISAPI extension, edit the httpd.conf file and add the
    following line:</p>
    <example>
        AddHandler isapi-isa .dll
        AddHandler isapi-handler.dll
    </example>

    <p>There is no capability within the Apache server to leave a