Octavian Rasnita wrote:
Is it possible to install Apache (listening on a different port than the installed version) with mod_perl, in order to test it, but without stopping the already installed Apache version?
Yes. I have several versions on my system and none of them interact with each other.
Do I also need to install perl in another location for this?
No. You just install apache at a different location and point mod_perl to it when you run Makefile.PL.
- Perrin