Joe Orton wrote: > On Tue, Nov 02, 2004 at 04:49:55PM -0500, Geoffrey Young wrote: > >>I've been meaning to take care of this since you mentioned it. >> >>http://www.modperlcookbook.org/~geoff/modules/Apache-SSLLookup-2.00_01.tar.gz >> >>I'll probably move it to cpan in the next day or so. > > > Very nice! Now can I just borrow some of your round tuits? > > Did you try #include'ing mod_ssl.h to pick up the optional function > declarations rather than copy'n'pasting them? It should work OK with > recent 2.0 releases.
I'm pretty sure I did and things bombed, then I saw the warning in mod_rewrite and removed it. but it was early on in the dev process so the problem may have been elsewhere. anyway, I'll play around with it a bit more and try again. I actually only tested against 2.0.52, though I meant to try 2.0.47 but apparently forgot. I did make sure it worked both with and without mod_ssl installed, though. btw, for those that are interested, as an exercise I created an Apache::RequestRec subclass entirely from XS, which required a few minor acrobatics. --Geoff -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html