Re: One and Two again.

2004-07-09 Thread David Hodgkinson
On 9 Jul 2004, at 19:25, David Arnold wrote: My question to the people on this list: How to proceed? Can modperl1 and modperl2 coexist? Can they both run with the latest apache? Can someone outline the steps I should take to achieve my goal? Especially if there is someone on the list who has expe

Re: One and Two again.

2004-07-09 Thread Stas Bekman
David Arnold wrote: All, My apologies to Stas for again forgetting to "Reply All." Senior moments, I guess. :) Meanwhile, I have a successful installation of the latest apache and modperl2. I would like to install modperl1 for the purposes of practicing with the the excellent books by Stas, Geoffr

Re: One and Two

2004-07-08 Thread Stas Bekman
David Arnold wrote: All, Is it possible to install both versions of ModPerl (one and Two) on the same machine, accompanying versions of Apache? I'd like to experiment with both on Linux. I have the most recent version of apache running in /usr/local/apache2. Can I install the older version in /usr

Re: One and Two

2004-07-08 Thread Geoffrey Young
David Arnold wrote: > All, > > Is it possible to install both versions of ModPerl (one and Two) on the > same machine, accompanying versions of Apache? yes. if you install mod_perl 1.0 first mod_perl 2.0 will install it's perl module relative to Apache2/. then just 'PerlModule Apache2' in yo