--- Stas Bekman <[EMAIL PROTECTED]> wrote:

> Stas Bekman wrote:
> > Igor Chudov wrote:
> > 
> >> I was too quick to say that it worked. It does
> not
> >> quite work with another PerlHandler of mine.
> >> I make a form, if I submit it with a GET method,
> it
> >> works. If I submit it with a POST handler, CGI
> fails
> >> to get parameters. I am most puzzled.
> > 
> > 
> > Add:
> > 
> > PerlModule Apache2::RequestIO
> > 
> > at the server startup then.
> > 
> > Next check that you are using the latest CGI.pm
> which should work fine. 
> > Which CGI.pm version do you use?
> 
> Actually scratch that. 

Thanks. I tried it and it did not help.

> It seems like a bug in
> CGI.pm. Please try this patch:
> 
> --- CGI.pm.orig 2005-05-13 12:09:12.000000000 -0400
> +++ CGI.pm      2005-05-13 12:09:22.000000000 -0400
> @@ -184,6 +184,7 @@
>       require Apache2::Response;
>       require Apache2::RequestRec;
>       require Apache2::RequestUtil;
> +    require Apache2::RequestIO;
>       require APR::Pool;
>     } else {
>       $MOD_PERL = 1;

I already applied this patch (at Randy's suggestion, I
think). It did not help.

i

- Igor



                
__________________________________ 
Do you Yahoo!? 
Read only the mail you want - Yahoo! Mail SpamGuard. 
http://promotions.yahoo.com/new_mail 

Reply via email to