Re: Help CGI.pm: Server closed socket

2002-12-12 Thread Stas Bekman
mod_perl wrote: Hi all, When try to upload a file i get file not found (perl file) message.in the script there is some validations if any validation fails the program terminates using exit.if all validations are ok upload the file .then i get file not found message.I am using linux 7.2 machin

Help CGI.pm: Server closed socket

2002-12-12 Thread mod_perl
Hi all, When try to upload a file i get file not found (perl file) message.in the script there is some validations if any validation fails the program terminates using exit.if all validations are ok upload the file .then i get file not found message.I am using linux 7.2 machine.permision to th

Re: [win32] mp2 recommended Perl?

2002-12-12 Thread Stas Bekman
Kyle Oppenheim wrote: The build: currently we only warn about using 5.6.0 and suggest to move to 5.6.1 at least. Though I doubt that anybody sees that warning, as it gets swept away by compiler's noise. I was suggesting before to move this note's printing to the very end (or repeat twice?), so

Re: [Patch] modperl_module.c broken

2002-12-12 Thread Stas Bekman
Philippe M. Chiasson wrote: Latest changes to modperl_module.c don't build for me at this moment. Following patch fixes it. Ah, silly me, applied with some tweaks (minimizing changes). Thanks. That's said, gcc-3.2.1 didn't complain about declarations coming after the code in the same block. S

Re: [win32] mp2 recommended Perl?

2002-12-12 Thread Kyle Oppenheim
> The build: currently we only warn about using 5.6.0 and suggest to move to > 5.6.1 at least. Though I doubt that anybody sees that warning, as it gets > swept away by compiler's noise. I was suggesting before to move this note's > printing to the very end (or repeat twice?), so user will notice i

why calling modperl_init_vhost after modperl_run?

2002-12-12 Thread Stas Bekman
Any special reason for calling modperl_init_vhost() after modperl_run() which already does that? This is in the 'perldo' command callback. modperl_run -> modperl_hook_init -> modperl_init -> modperl_init_vhost -> modperl_init_vhost Index: src/modules/perl/modperl_cmd.c ===

[Patch] modperl_module.c broken

2002-12-12 Thread Philippe M. Chiasson
Latest changes to modperl_module.c don't build for me at this moment. Following patch fixes it. Index: src/modules/perl/modperl_module.c === RCS file: /home/cvspublic/modperl-2.0/src/modules/perl/modperl_module.c,v retrieving revisio