Adjustments for older Mod Perl

2004-06-18 Thread David Arnold
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 PerlFixupHandle

Re: Adjustments for older Mod Perl

2004-06-19 Thread Stas Bekman
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

Re: Adjustments for older Mod Perl

2004-06-19 Thread David Arnold
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 Fir