From: "Perrin Harkins" <per...@elem.com> > 2011/7/11 Octavian Rasnita <orasn...@gmail.com>: >> Under Ubuntu 10.04, is it possible to install mod_perl for 2 versions of >> Perl for the same Apache? > > Just install another apache. It's pretty simple to compile apache and > mod_perl against your own perl, and it avoids needing to put a bunch > of custom stuff in your httpd.conf to specify library paths, etc. > > - Perrin
Mmm, I like the word "simple" :-) I am still afraid to compile Perl+Apache+mod_perl since the old days when I needed to do that because there were no other solutions, and when I needed to face some ugly compiling errors... But if you say that it is simple, I will try it. ...because my current solution is not less uglier. I have installed Apache using apt-get, multiplied it to have 3 instances of Apache, with their own services and settings in /etc and due to the way Apache is installed under Ubuntu it was not very funny. (Because I needed to test an Apache-proxy and 2 Apache back-ends with mod_perl on the same machine... Thanks. Octavian