Stas et al,

I got this to work today. Yesterday I updated Apache and Mod_perl and
consequently I am having more success.

At 11:36 PM 6/19/04 +0300, Stas Bekman wrote:
>David Arnold wrote:
>> All,
>> 
>> I am working through: http://perl.apache.org/docs/1.0/guide/porting.html
>> 
>> Under "The First Mystery" is the directive:
>> 
>> Modify the httpd.conf file in the following way:
>> 
>>   PerlSetEnv PERLDB_OPTS "NonStop=1 LineInfo=/tmp/db.out AutoTrace=1
frame=2"
>>   PerlModule Apache::DB
>>   <Location /perl>
>>     PerlFixupHandler Apache::DB
>>     SetHandler perl-script
>>     PerlHandler Apache::Registry
>>     Options ExecCGI
>>     PerlSendHeader On
>>   </Location>
>> 
>> It looks like I am using: mod_perl-1.99_07 on a Red Hat 9 system. A few
>> locate commands reveal these paths:
>> 
>> /usr/lib/perl5/5.8.0/DB.pm
>>
/usr/lib/perl5/vendor_perl/5.8.0/i386-linux-thread-multi/ModPerl/Registry.pm
>> 
>> Should I try the following?
>> 
>>   PerlSetEnv PERLDB_OPTS "NonStop=1 LineInfo=/tmp/db.out AutoTrace=1
frame=2"
>>   PerlModule Apache::DB
>>   <Location /perl5/5.8.0>
>>     PerlFixupHandler Apache::DB
>>     SetHandler perl-script
>>     PerlHandler ModPerl::Registry
>>     Options ExecCGI
>>     PerlSendHeader On
>>   </Location>
>> 
>> Or something else? 
>
>More or less, yes.
>
>
>-- 
>__________________________________________________________________
>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

Reply via email to