> > I tracked down an unofficial mod_perl-2.0.0rc5 ebuild and followed > > this stuff to the letter: > > > > http://perl.apache.org/docs/2.0/rename.html > > > > but got nothing but 500s. You're right it doesn't make sense to track > > down segfaults for old software, but upgrading right now seems > > impossible. I'm backing way off this. Thanks for your help though. > > Or you could explain what the problems are, posting the relevant bits of > your error_log so we could help you fix the problems. Mind you, 2.0.0 is > planned to be released next week.
I should have explained Interchange::Link. I bet the best way to do that is show you its config block in httpd.conf: <Location /> SetHandler perl-script PerlResponseHandler Interchange::Link PerlOptions +GlobalRequest PerlSetVar InterchangeServer /usr/local/interchange/etc/socket </Location> I use the open-source Interchange shopping cart: http://www.icdevgroup.org - Grant