From: "Michael Peters" <[EMAIL PROTECTED]>
Is it possible to install mod_perl on 2 servers on the same computer
without having 2 separate perl installations?
Yes. Just use 2 different apache config files and it can use the same
Apache/mod_perl/Perl code base. No need to install anything else. You can
have
the exact same setup running on multiple instances/ports.
But how can I install the other Apache modules that can be installed by
adding --enable when using ./config if the server is already installed?
I will need to add mod_proxy, mod_cache, mod_expires and a few others to the
current installation.
Thank you.
Octavian