On Tue, 19 Aug 2008 17:02:08 +0200
eric <[EMAIL PROTECTED]> wrote:

> Hi Nick,
> 
> Thanks for having a look.
> 
> [Tue Aug 19 16:58:50 2008] [debug] mod_deflate.c(749): [client
> 99.999.999.99] Zlib: Inflated 407475 to 12475739 : URL /ws/myapp
> [Tue Aug 19 16:58:50 2008] [warn] (20014)Internal error: mod_fcgid:
> can't get data from http client

Is 12475739 the correct uncompressed size of the request?
If so, looks like it uncompresses OK, so what happens next?
Could it be violating some hard limit in fcgid or in your ipc,
or some configured limit?

> I forgot to mention, a failed iteration returns in about five seconds,
> a successful one in ten.

So the overhead of using AN Other CGI implementation is going
to be negligible, if necessary.  I'm disappointed there's not
more log information than that.

What are you doing with mod_headers there?  It shouldn't make
any difference, but if "RequestHeader unset Content-Length"
or any other Content-* header makes a difference, you might've
got a bug.

-- 
Nick Kew

Application Development with Apache - the Apache Modules Book
http://www.apachetutor.org/

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to