> What are the proper directives for replacing the following lines in the Apache > 1.3.28 config file? > PerlModule Apache > PerlModule Apache::Registry > > I would assume something like: > PerlModule ModPerl
you don't need that. but you might need PerlModule Apache2 if you had an existing mp1 install sitting around > PerlModule ModPerl::Registry that's fine. you can try sticking your registry script in this test suite http://perl.apache.org/~geoff/bug-reporting-skeleton-mp1.tar.gz while the name indicates it's for bug reporting, it's also the skeleton I use when I start a new project :) HTH --Geoff -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html