Dobry den,

nizsie uvedeny mail NEBOL DORUCENY. Dopiste, prosim, k predmetu mailu
"NIE SPAM" a znova ho poslite. V buducich mailoch uz "NIE SPAM" pisat
nemusite.

   Antispamovy filter Oddych.sk


Nedoruceny mail:


JH> I have been pounding my head into the wall trying to get 
JH> isapi_redirect.dll working on IIS 6.0.

JH> There are 3 bugs here with isapi_redirect and its docs as they stand
JH> today -- only one directly of Microsoft's making, it appears:

JH> *1) The URI handed to map_uri_to_worker() in jk_isapi_plugin.c always
JH> contains the host and port screwing up virtual host-independent 
JH> URI-to-worker mappings.*

JH> I did a little digging and discovered that this has apparently been
JH> broken since revision 1.19 (i.e. 1.18 worked).  The apparent fix is as
JH> follows:

JH>     --- jk_isapi_plugin.orig.c      2004-02-24 01:45:50.000000000 -0600
JH>     +++ jk_isapi_plugin.c   2004-07-21 12:11:50.000000000 -0500
JH>     @@ -718,14 +718,13 @@
JH>                      jk_log(logger, JK_LOG_DEBUG,
JH>                             "In HttpFilterProc Virtual Host redirection
JH>     of %s\n",
JH>                             snuri);
JH>     -            } else {
JH>     -             strncpy(snuri, uri, sizeof(snuri));
JH>     -           }
JH>     +                worker = map_uri_to_worker(uw_map, snuri, logger);
JH>     +            }
JH>                  if (!worker) {
JH>                      jk_log(logger, JK_LOG_DEBUG,
JH>                             "In HttpFilterProc test Default redirection
JH>     of %s\n",
JH>                             uri);
JH>     -                worker = map_uri_to_worker(uw_map, snuri, logger);
JH>     +                worker = map_uri_to_worker(uw_map, uri, logger);
JH>                  }

JH>                  if (worker) {

JH> I have filed this as bug 30236 
JH> <http://issues.apache.org/bugzilla/show_bug.cgi?id=30236>.

JH> Just to add an example:

JH>     /examples/*=ajp13

JH> will no longer work with the current code but

JH>     /fullhostname/examples/*=ajp13

JH> does.

JH> *2) isapi_install.vbs has hard-wired references throughout to 
JH> "isapi_redirector.dll".  Unfortunately, the default name of the DLL and
JH> that used throughout all the documentation bundled and otherwise is
JH> "isapi_redirect.dll".*

JH> This leads to *very* confusing failures to load the connector into IIS.
JH> Once this apparent typo is corrected, this script works great.

JH> I have filed this as bug 30238 
JH> <http://issues.apache.org/bugzilla/show_bug.cgi?id=30238>.

JH> *3) Connector documentation is not up-to-date for IIS 6 Changes*

JH> The IIS portion of the Tomcat connector documentation makes no mention
JH> of the extra steps required to get the connectors working with IIS 6.
JH> These are clearly documented elsewhere on the web 
JH> (http://www.rit.edu/~ack5504/tomcat-iis6-howto/tomcat-iis6-howto.html
JH> <http://www.rit.edu/%7Eack5504/tomcat-iis6-howto/tomcat-iis6-howto.html>
JH> amongst other places), so there is little reason not to incorporate this
JH> information.  Not bundling this information leaves most people 
JH> attempting this configuration completely lost -- and they just give up.

JH> I have filed this as bug 30239 
JH> <http://issues.apache.org/bugzilla/show_bug.cgi?id=30239>.

JH> That's it for the moment....

JH> --
JH> Jess Holle


-=x=-
Skontrolované antivírovým programom NOD32


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to