>> BTW: Did there is plan to port mod_jk/2.0.0 to Apache 1.3 >> and IIS/iPlanet/Domino ? > >Of course, but my primary goal is to clean the code and >refactor it - and making it work well with Apache2.0. > >It should be reasonably easy to write the adapters >for the other ( few days for each to get it running ). >One of the changes in jk2 is that it allows better >integration with the server - it can use the 'native' >logger, 'native' maps, pools - and fall back to either >APR or the 'original' impl.
Ok, I'd like to have mod_jk 2.x with Apache 1.3 and may be with/without APR... >( you don't need to send diffs, just check in and if >there are problems we'll fix them ). What about renaming mod_jk.c in native2 to mod_jk2.c Reason : To be able to use construction like : <IfModule mod_jk.c> ... handle jk directives ... </IfModule> <IfModule mod_jk2.c> ... handle jk2 directives ... </IfModule> BTW, I've got problems with Cookies with JK2, it seems to loop and fill all my error logs. Also I've got problem when using Include to load jk2 directives. I'm investigating -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>