Also, PerlHandler was replaced with PerlResponseHandler in 2.0. PerlResponseHandler ModPerl::Registry
It's kind of tough learning mod_perl right now, because all the books give 1.0 examples, and 2.0 seems to have a lot of small differences. The docs at perl.apache.org are a good reference. Here's a page that covers some of the 1.0 - 2.0 differences: http://perl.apache.org/docs/2.0/user/porting/compat.html#C_Apache__Registry___C_Apache__PerlRun__and_Friends -Joe On Wed, 22 Jun 2005, Geoffrey Young wrote: > Jan Eden wrote: > > Hi, > > > > I recently installed mod_perl 2.0.1 as a DSO to Apache 2.0.53 (on OS > > X 10.3.9). The simple example from the docs works: > > > > Can't locate loadable object for module Apache::Constants in @INC > > Can't load Perl module Apache::Registry for server 127.0.0.1:0, > > exiting... > > Apache::Registry is for mod_perl 1.0/Apache 1.3.X, ModPerl::Registry is > for mod_perl 2.0/Apache 2.X.X, and you cannot run one within the other's > environment. > > > > Another - related - question: Is ModPerl::Registry the successor to > > Apache::Registry? The manpages can be interpreted like that. > > essentially yes, insofar as mod_perl 2.0 is the successor of mod_perl 1.0. > > > Before I ran "make install", "make test" did not find the startup.pl > > used for testing - or the TestApache:: modules, for that matter > > that is very odd. if you can reliably reproduce that please file a > proper bug report: > > http://perl.apache.org/docs/2.0/user/help/help.html#Reporting_Problems > > --Geoff > > >