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
Hello,   First time doing this so please bear with me.  I've built a RedHat 9.0/Apache2/ModPerl2/Perl5.8.0/MySQL4/SSL Linux box running almost perfect but with the problem below.  And Looking through very many emails written by and to Stas Bekman and others about this it appears to be a problem

Re: RE : BINMODE does not seem to support PerlIO layers on mod_perl2

2003-08-20 Thread Stas Bekman
Ayhan Ulusoy wrote: Thanks Stas, & let me know if I can be of any help (I won't be here for the next two weeks though). Try the cvs version, I have just committed a perlio layer interface which will be used instead of the tied handle for perl5.8+ w/useperlio. Now binmode works, see the test t/mod

Re: [PATCH mp1.28] Clean up file uploaded by test suite

2003-08-20 Thread Stas Bekman
Steve Hay wrote: Stas Bekman wrote: Do we have the same problem with Apache::Request? I don't think so, but I'm not sure where the uploaded data gets spooled to by Apache::Request. (CGI.pm created "CGItemp" files in my C:\Temp directory. Where does Apache::Request put this data?) You can spe

Re: [PATCH mp1.28] Clean up file uploaded by test suite

2003-08-20 Thread Steve Hay
Stas Bekman wrote: Do we have the same problem with Apache::Request? I don't think so, but I'm not sure where the uploaded data gets spooled to by Apache::Request. (CGI.pm created "CGItemp" files in my C:\Temp directory. Where does Apache::Request put this data?) The script below, adapted fro

[PATCH] Clean up temp files [Was: Re: [PATCH mp1.28] Clean up fileuploaded by test suite]

2003-08-20 Thread Steve Hay
Hi Stas / Lincoln, Lincoln: We've been having a discussion on the mod_perl dev list (http://marc.theaimsgroup.com/?l=apache-modperl-dev&m=106122218228508&w=2) about a problem with temporary files from file uploads being left behind by CGI.pm on Windows. The problem occurs because the unlink is