in reply to different versions of same Perl module in different Apache vhosts

No. There's only one mod_perl interpreter per child process, and you can't control which process gets each request. You'll need to run a separate swarm of Apache processes on a different listen port.

-- Randal L. Schwartz, Perl hacker
Be sure to read my standard disclaimer if this is a reply.

  • Comment on •Re: different versions of same Perl module in different Apache vhosts