Followup: POST form hanging at new CGI

2006-06-04 Thread Thomas Hilbig
Sorry for the top reply. I think this has become off topic as I tested a separate Windows/IIS server and still have the same problem where certain clients POST forms are timing out. I can conclude it is not an Apache/MP problem. I did have the client test his machine by submitting a file to anot

Re: POST form hanging at new CGI

2006-05-18 Thread Enno
On Thu, 18 May 2006, Thomas Hilbig wrote: > The CGI script does get kicked off -- I added file > logging to the script to see where it was hanging and > found the problem at the "new CGI" line. If it is a > chunking problem, does Apache not recombine the chunks > before launching the script? If

Re: POST form hanging at new CGI

2006-05-18 Thread Thomas Hilbig
--- Enno <[EMAIL PROTECTED]> wrote: > > Just so I'm clear on this, you think the customers > > that are having the problem are using a > 2.0.55-based > > proxy and my end is simply waiting for the rest of > the > > data? I am assuming the one client is using a > > Symantec proxy because of the

Re: POST form hanging at new CGI

2006-05-18 Thread Eric Lenio
Enno, you might want to try applying this patch: http://issues.apache.org/bugzilla/show_bug.cgi?id=37145 I had a problem similar to yours and this fixed it. Eric. On Thu, May 18, 2006 at 06:02:22PM +0200, Enno wrote: > > > On Thu, 18 May 2006, Thomas Hilbig wrote: > > > > > > > --- Enno <[EM

Re: POST form hanging at new CGI

2006-05-18 Thread Enno
On Thu, 18 May 2006, Thomas Hilbig wrote: > > > --- Enno <[EMAIL PROTECTED]> wrote: > > > Let me guess, they are using apache 2.0.55 as > > proxy... > > mod_proxy in 2.0.55 has problems with properly > > delivering chunked > > encoding. > > The CGI.pm error sounds very familiar to the one I > >

Re: POST form hanging at new CGI

2006-05-18 Thread Thomas Hilbig
--- Enno <[EMAIL PROTECTED]> wrote: > Let me guess, they are using apache 2.0.55 as > proxy... > mod_proxy in 2.0.55 has problems with properly > delivering chunked > encoding. > The CGI.pm error sounds very familiar to the one I > had with apache 2.0.55 > proxy. > > 2.0.54 and 2.2.2 dont have

Re: POST form hanging at new CGI

2006-05-18 Thread Enno
Let me guess, they are using apache 2.0.55 as proxy... mod_proxy in 2.0.55 has problems with properly delivering chunked encoding. The CGI.pm error sounds very familiar to the one I had with apache 2.0.55 proxy. 2.0.54 and 2.2.2 dont have the chunked encoding prob. Enno On Thu, 18 May 2006, Thom

POST form hanging at new CGI

2006-05-18 Thread Thomas Hilbig
I recently updated my Linux/Apache/MP2 environment, in part hoping to resolve a problem that occurs with about 10% of my clients. These clients experience a timeout from my server when they submit a form using POST having more than about 15KB of data (from httpd access_log -- the actual posted dat