Gregory (Grisha) Trubetskoy
grisha at modpython.org
Mon Apr 30 10:35:04 EST 2001
Since Raven is a commercial product, I think you should (at least try) making it Covalent's problem :) I'd like to hear what they say, and if they can suggest a fix, I'm sure we can incorporate it into the code. Also - since the expiration of the RSA patent last september, there is no legal need to use Raven, and mod_python works really well with mod_ssl. Grisha On Mon, 30 Apr 2001, Allan Doyle wrote: > Has anyone successfully integrated mod_python 2.7.2 with Covalent's Raven SSL > security for Apache? I'm getting segmentation faults when I try to use it on > an https address (things work fine under http). > > I'm running RedHat 7.0, Apache 1.3.12, Raven SSL 1.5.3, mod_python 2.7.2, and > Python 2.0. I'm using DSO and am loading mod_python first. It doesn't matter > whether I'm invoking mod_python or not, the https side of things core dumps > if I have the mod_python directives in the httpsd.conf file and does not core > dump if I comment them out. > > Based on Covalent's web site I've taken LARGEFILE support out of > Python/mod_python ( > http://www.covalent.net/support/view_faq?faqid=119&productid=25&catid=0&search_string=perl > ) > > You can see the code I'm running at > http://www.intl-interfaces.net/cookbook/WMS/basic-wms2.py > and try it out by clicking on the map found at > http://www.intl-interfaces.net/cookbook/WMS/ > > Now I want to play with x.509 control over who can see what maps so I want to > move things into https. > > Any help would be appreciated. > > Allan > > -- > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > Allan Doyle adoyle at intl-interfaces.com > International Interfaces +1 781 433 2695 (Office) > http://www.intl-interfaces.com +1 781 254 9484 (Mobile/Voicemail) > > > _______________________________________________ > Mod_python mailing list > Mod_python at modpython.org > http://www.modpython.org/mailman/listinfo/mod_python >
|