You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by Plamen Stojanov <pa...@netclime.com> on 2002/10/07 12:09:34 UTC

different versions of one .pm in mod_perl

I have installed apache 1.3.26 and mod_perl 1.27. I have two virtual servers 
setuped in apache server. Is there any easy way to use two versions of 
one .pm - first version in first virtual host, and second version in second 
virtual host. Using these versions of .pm is done under mod_perl environment.
I don't want to modify the name of .pm or the way it is called.

10x.