Hi, On Mon, Mar 28, 2011 at 5:43 PM, shant..... <shantlingayya.sw...@gmail.com> wrote: > I have application built using CGI, and mod_perl , currently all CGI > script are running under modperl1 using perlrun option , does they work in > mod_perl 2 too or need any changes ?
You will find ModPerl::PerlRunPrefork, which is probably what you want, in the mod_perl 2 distribution. You can read more here: http://perl.apache.org/docs/2.0/user/porting/compat.html#C_Apache__Registry___C_Apache__PerlRun__and_Friends - Perrin