You are viewing a plain text version of this content. The canonical link for it is here.
Posted to asp@perl.apache.org by Andrew Koebrick <ex...@yahoo.com> on 2004/08/24 17:05:31 UTC

Re: Post data truncation: CGI.pm / Apache::ASP problem?

Josh,

Apologies for the delay in following up with this- odditiies 
accessing the list.

Anyhow- the advice you gave below about fixing the POST truncation 
issue did not solve the problem.  Any other suggestions?

Andrew Koebrick


--- In apache-asp@yahoogroups.com, Josh Chamas <jo...@c...> wrote:
> exlibrismn wrote:
> > I am having problems with post data being truncated. What is the 
> > state of compatibility between Apache::ASP and CGI.pm?
> > 
> > My setup: 
> > Redhat 8 
> > Apache 2 
> > Apache::ASP 2.57
> > CGI.pm 2.89
> > 
> > Max_Post has been tried both turned up high and set to -1 and 0.
> > 
> > I tried to upgrade to CGI.pm 3.04 but following upgrade _no_ post 
> > data made it through and I rolled back to 2.89
> >  
> 
> There may be issues with CGI vs. Apache::ASP in Apache2/mod_perl2.
> 
> Try setting "PerlSetVar RequestBinaryRead Off" as documented here:
> 
>    http://www.apache-asp.org/config.html#RequestBinarc4419e4b
> 
> but then $Request->Form will not be set up for you.  It would be
> good to know whether this fixed things in your case.
> 
> Regards,
> 
> Josh
> 
> 
______________________________________________________________________
__
> Josh Chamas, Founder    | NodeWorks - http://www.nodeworks.com
> Chamas Enterprises Inc. | NodeWorks Directory - 
http://dir.nodeworks.com
> http://www.chamas.com   | Apache::ASP - http://www.apache-asp.org
> 
> 
> 
> --------------------------------------------------------------------
-
> To unsubscribe, e-mail: asp-unsubscribe@p...
> For additional commands, e-mail: asp-help@p...


---------------------------------------------------------------------
To unsubscribe, e-mail: asp-unsubscribe@perl.apache.org
For additional commands, e-mail: asp-help@perl.apache.org


Re: Post data truncation: CGI.pm / Apache::ASP problem?

Posted by Josh Chamas <jo...@chamas.com>.
Andrew Koebrick wrote:
> Josh,
> 
> Apologies for the delay in following up with this- odditiies 
> accessing the list.
> 
> Anyhow- the advice you gave below about fixing the POST truncation 
> issue did not solve the problem.  Any other suggestions?
> 
> Andrew Koebrick
> 

With the CGI 2.89, are you getting problems with $Request->Form data,
or with data from a CGI object?  There may be problems with recent
CGI versions and mod_perl 2 and Apache::ASP working nicely together
regarding form data.  You might therefore possibly downgrade to
Apache 1.x + mod_perl 1.x + and older version of CGI if nothing else
works for you.

Regards,

Josh

________________________________________________________________________
Josh Chamas, Founder    | NodeWorks - http://www.nodeworks.com
Chamas Enterprises Inc. | NodeWorks Directory - http://dir.nodeworks.com
http://www.chamas.com   | Apache::ASP - http://www.apache-asp.org


---------------------------------------------------------------------
To unsubscribe, e-mail: asp-unsubscribe@perl.apache.org
For additional commands, e-mail: asp-help@perl.apache.org