Re: ModPerl2/Apache2 - Error handling return codes -RegistryCooker.pm:"Argument""isn'tnumeric ...& bottom of web page say:OK the server encounteredaninternal.....

2003-08-23 Thread Adolph Torres
M Subject: Re: ModPerl2/Apache2 - Error handling return codes -RegistryCooker.pm:"Argument""isn'tnumeric ...& bottom of web page say:OK the server encounteredaninternal. Adolph Torres wrote: > Hello Stan, >   > Nice mesg'g:  A RegistryCooker.pm edit to

Re: ModPerl2/Apache2 - Error handling return codes -RegistryCooker.pm:"Argument""isn't numeric ...& bottom of web page say:OK the server encounteredaninternal.....

2003-08-22 Thread Adolph Torres
Hello Stan,   Nice mesg'g:  A RegistryCooker.pm edit took and the server started fine - yet when I'm executing  a cookie script (noted below) I'm gettting the "Dude, your just killed $r!(/var/www/sec/cooky)"   Same with the other .pl's.   Best Regards

Re: ModPerl2/Apache2 - Error handling return codes -RegistryCooker.pm:"Argument"" isn't numeric ...& bottom of web page say:OK the server encounteredaninternal .....

2003-08-22 Thread Adolph Torres
Fri Aug 22 10:37:59 PDT 2003Hello again,Here is the result of those edits on this system.  And I'm more than willing to continue working this if you would like - but had to back it out as you'll see below. Adolph Torres[EMAIL

RE: ModPerl2/Apache2 - Error handling return codes -RegistryCooker.pm:"Argument "" isn't numeric ...& bottom of web page say:OK the server encounteredan internal .....

2003-08-21 Thread Adolph Torres
Hello,   That did it!  I'll make sure to watch for that pointer reference in the future.  The error_log is now clean and the OK message is not appearing on pages.  And if I ever see that in some online venue I'll make sure to pass this info on.   Best Regards, Adolph Torres [EMAIL

RE: ModPerl2/Apache2 - Error handling return codes - RegistryCooker.pm:"Argument "" isn't numeric ...& bottom of web page say: OK the server encounteredan internal .....

2003-08-21 Thread Adolph Torres
nk You for the quick response - I know you guys are very busy - It was and is very appreciated. Best Regards, Adolph Torres [EMAIL PROTECTED]   -- script1.pl -- #!/usr/bin/perl -wprint "Content-Type: text/html\n\n";use strict;our $in;our

ModPerl2/Apache2 - Error handling return codes - RegistryCooker.pm: "Argument "" isn't numeric ...& bottom of web page say: OK the server encountered an internal .....

2003-08-20 Thread Adolph Torres
ulti     /usr/lib/perl5/site_perl/5.8.0     /usr/lib/perl5/site_perl     /usr/lib/perl5/vendor_perl/5.8.0/i386-linux-thread-multi     /usr/lib/perl5/vendor_perl/5.8.0     /usr/lib/perl5/vendor_perl     /usr/lib/perl5/5.8.0/i386-linux-thread-multi     /usr/lib/perl5/5.8.0    . -- And the t/REPORT: [EMAIL PROTECTED] t]# more REPORT #!/usr/bin/perl # WARNING: this file is generated, do not edit # 01: Apache-Test/lib/Apache/TestConfig.pm:734 # 02: Apache-Test/lib/Apache/TestConfig.pm:791 # 03: Apache-Test/lib/Apache/TestReport.pm:29 # 04: Makefile.PL:182 # 05: Makefile.PL:55  use strict; use warnings FATAL => 'all';  use FindBin; use lib map "$FindBin::Bin/$_",     qw(../Apache-Test/lib ../lib ../../lib);  use Apache::TestReportPerl; Apache::TestReportPerl->new(@ARGV)->run; [EMAIL PROTECTED] t]# perl -MApache2 -MApache::TestReportPerl \ > -le 'Apache::TestReportPerl->new->run'   3. This is the core dump trace: (if you get a core dump):   [CORE TRACE COMES HERE] #-> There is no core dump file  This report was generated by -e on Wed Aug 20 20:50:24 2003 GMT.  -8<-- End Bug Report --8<--   Thanks, Adolph Torres [EMAIL PROTECTED]