Hi all,
I have installed a proxy/reverse proxy server and on the same computer I
want to install other 2 Apache servers and use mod_perl on both of them.
(One would be for testing the programs before running them in production.)
Is it possible to install mod_perl on 2 servers on the same computer without
having 2 separate perl installations?
I have tried installing with the cpan shell, but it told me that the module
is already installed and up-to-date.
I could get the tarball from cpan.org and compile manually, and it will
probably ask me for the location of the apxs, and I could specify the Apache
I want to use, but it will also install some files in the perl directory,
and I don't want to confuse perl and make it work finally only with one of
the 2 servers.
Thank you.
Octavian