I see what you mean. I didn't add that into the httpd.conf file because
I didn't think I was using registry scripts. Is a required modification
for Modperl 2?
It's required for any mod_perl generation. Though in mod_perl 1 it's called Apache::Registry. In mod_perl 2, ModPerl::Registry.
When adding the Registry script section to httpd.conf, should 'Alias /perl/ /home/httpd/httpd-2.0/perl/' point to the perl installation or somewhere else?
No, it should point to your cgi-bin directory, where your cgi scripts leave. So if you call them as:
http://localhost/perl/test.pl
The script will reside on the filesystem at:
/home/httpd/httpd-2.0/perl/test.pl
-----Original Message-----
From: Stas Bekman [mailto:[EMAIL PROTECTED] Sent: Monday, May 24, 2004 3:31 PM
To: zmfeuerborn
Cc: [EMAIL PROTECTED]
Subject: Re: [QUESTION] Modperl setup problem.
I mean ModPerl::Registry handler: http://perl.apache.org/docs/2.0/user/intro/start_fast.html#Registry_Scri pts
-- __________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com
-- 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