Walt Reed wrote:
I have a need to install both apache 1.3.x / mod_perl 1.x and apache
2.2.x / mod_perl 2.x on the same machine.
Googling returns some hits from 2004 that mention MP_INST_APACHE2=1, but
that option no longer exists in current versions of mod_perl 2.
Didn't see anything obvious in the install manual either.
Suggestions?
I have a couple machines with multiple versions of apache and mod_perl.
A front end proxy apache22 installed from ports, and source install of
apache13+mod_perl in /usr/local/apache-perl and a source install of
apache22+mod_perl2 in /usr/local/apache22-perl.
I only have one version of perl and haven't had any problems.
-Glenn