Hi Stas, Merry Christmas and thanks for the xmas modperl rc. :)
I just noticed that I was doing something wrong for find_and_load_module. It checks .so rather than .c in IfModule, and this causes modules being loaded twice if they are compiled in. On Sun, 19 Dec 2004 23:46:59 -0500, Stas Bekman <[EMAIL PROTECTED]> wrote: > > (find_and_load_module): New. > I like the find_and_load_module wrapper as it refactors some code dups.