On Mon, 2005-04-25 at 18:09 -0500, Cure wrote: > I wanted to use Apache2 + Mod_Perl2 for our production server but not > sure if mod_perl2(mod_perl2-2.0.0r3,1 ) is consider stable .
You should use the latest release rc5 if you want to use mod_perl 2. There are significant changes from previous releases. It is considered stable, but it is not the 2.0 release yet, so you'll have to make your own decision about whether you are comfortable running on a pre-release version. You're asking a lot of questions that are covered in the documentation at http://perl.apache.org/docs/2.0/index.html. Could you take a look at that first, and then come back to the list if you're stuck? These documents in particular may help you: http://perl.apache.org/docs/2.0/user/porting/porting.html http://perl.apache.org/docs/2.0/user/porting/compat.html - Perrin