File upload error

2001-12-21 Thread Alexei Danchenkov
Hello, All, This might be a bit offtopic, but while uploading a file to a server, all zeros (0x0) are replaced with spaces (0x20). What is wrong with the following code then or what's wrong with the server configuration? I am using HTML::Mason with Apache server 1.3.22 under RedHat Linux 6.2 When

Re: File upload error

2001-12-21 Thread Igor Sysoev
On Fri, 21 Dec 2001, Alexei Danchenkov wrote: This might be a bit offtopic, but while uploading a file to a server, all zeros (0x0) are replaced with spaces (0x20). What is wrong with the following code then or what's wrong with the server configuration? I am using HTML::Mason with Apache

Apache KeepAlive

2001-12-21 Thread Stathy Touloumis
Has anyone encountered issues when setting 'KeepAlive On' in there apache conf? After an initial request it seems that none of my handlers are called and the apache handlers take control. After a period of time the appropriate handlers seem to operate. If I reload quickly the same issue

Apache KeepAlive

2001-12-21 Thread Stathy Touloumis
It seems to stop occurring if I set MaxRequestPerChild to One as well. Thanks,

Re: PerlWarn and syslog

2001-12-21 Thread Lance Uyehara
On Thu, Dec 20, 2001 at 01:59:18PM -0500, Geoffrey Young wrote: If you just print to STDERR you might want to look at Apage::LogSTDERR on CPAN. I took at look on CPAN and was unable to find this module or any reference to it. Any idea if it has been merged into some other

Class::Singleton dies on warn?

2001-12-21 Thread wsheldah
Hi, I just started experimenting with Class::Singleton to store some static config information. I subclassed it, put a couple test variables in it, and loaded in my HTML::Mason page. Everything seemed fine. Then I added a simple warn statement to the _instance_new() method so I could verify

Re: What phase am I in?

2001-12-21 Thread Vivek Khera
DR == Dave Rolsky [EMAIL PROTECTED] writes: It's called current_callback(). DR Grr, its not documented when I do 'perldoc Apache'. There's a lot of stuff not so documented. The mod_perl book has much more complete docs. --

RE: File handle, STDOUT, help

2001-12-21 Thread Tripp Donnelly
Although no one responded, I figured it out, my $io = select(); will give me a handle to the default output file handle, which is all I needed... everything works fine... Just in case anyone cared -Tripp -Original Message- From: Tripp Donnelly Sent: Thursday, December 20, 2001

Re: What phase am I in?

2001-12-21 Thread Dave Rolsky
On 21 Dec 2001, Vivek Khera wrote: DR == Dave Rolsky [EMAIL PROTECTED] writes: It's called current_callback(). DR Grr, its not documented when I do 'perldoc Apache'. There's a lot of stuff not so documented. The mod_perl book has much more complete docs. Which is nice for ORA and the

Re: What phase am I in?

2001-12-21 Thread Perrin Harkins
I have the book but I don't always have it with me. That chapter is actually available for free on-line at http://www.modperl.com/. - Perrin

cvs commit: modperl-2.0/t/filter/TestFilter buckets.pm input_body.pm input_msg.pm

2001-12-21 Thread stas
stas01/12/21 03:30:39 Modified:t/apisend_fd.t sendfile.t t/filter/TestFilter buckets.pm input_body.pm input_msg.pm Log: - remove the redundant loading of Test and Apache::Test in certain tests Revision ChangesPath 1.4 +1 -2

cvs commit: modperl-2.0/pod modperl_2.0.pod modperl_design.pod

2001-12-21 Thread stas
stas01/12/21 07:03:41 Modified:pod modperl_2.0.pod modperl_design.pod Log: - PerlHandler doesn't exist in 2.0 (without compat enabled) - narrow the pre lines block Revision ChangesPath 1.5 +1 -1 modperl-2.0/pod/modperl_2.0.pod Index: