Re: [OT] ajusting apache timeout

2009-11-15 Thread Eric Covener
On Sun, Nov 15, 2009 at 3:44 PM, Sam Carleton
 wrote:
> I am working on a Axis2/C module that is hosted by Apache 2.2.  The client
> is .Net 3.5.  I have set the SendTimeout on the .Net binding to 10 minutes
> but things are still timing out in about 30 seconds.

During what?

-- 
Eric Covener
cove...@gmail.com


Re: Preventing the use of chunked TF encoding while content-filtering

2009-11-15 Thread Christoph Gröver

Hello Anthony,

> I had a mod_buffer module written for me by Konstantin Chuguev
> (konstan...@chuguev.com) which collects chunks and buffers them for
> transfer in one shot. You should contact him and see whether he'll
> give/license it to you.

Thank you for your answer.

Does this mean that collecting the chunks and transfering them in one
shot will solve my problem?

Do you know for sure that by this I will be able to circumvent the use
of chunked transfer encoding?

I will program it myself, but I wanted to be sure that this will help
before I start implementing it.

Bye

-- 
Christoph Gröver, gro...@sitepark.com
Sitepark GmbH, Gesellschaft für Informationsmanagement, AG Münster, HRB
5017 Rothenburg 14-16, D-48143 Münster, Telefon (0251) 48265-50
Geschäftsführer: Dipl.-Phys. Martin Kurze, Dipl.-Des. Thorsten Liebold


[OT] ajusting apache timeout

2009-11-15 Thread Sam Carleton
I am working on a Axis2/C module that is hosted by Apache 2.2.  The client
is .Net 3.5.  I have set the SendTimeout on the .Net binding to 10 minutes
but things are still timing out in about 30 seconds.  I am wondering if
anyone in this forum has run into timeout problems that where fixed by
modifiying Apache's configuration.

Sam


May have found the culprit was Re: ap_sub_req_lookup_uri(r->uri, r, NULL)->content_type always returns 'text/plain'?

2009-11-15 Thread ohaya
Hi,

With further testing, I think that I've identified that mod_limitipconn is not 
able to get the Content-Type/content_type when the URL is being proxied to a 
WebLogic server via a plugin/module that comes with WebLogic (the "WebLogic 
Plugin for Apache").

[NOTE: mod_limitipconn still DOES get the correct content_type for other URLs 
that are NOT being proxied by the WebLogic Plugin.]

I've tried changing the LoadModule order, so that mod_limitipconn is both 
before and after the WebLogic plugin/module in httpd.conf, and the order 
doesn't seem to matter.

I guess that this might take this thread slightly off-topic, except that I 
still don't understand why mod_limitipconn can't get the content_type, 
especially since the LoadModule order doesn't seem to affect things :(...

Jim


Re: Static vs. Shared module precedence was Re: ap_sub_req_lookup_uri(r->uri, r, NULL)->content_type always returns 'text/plain'?

2009-11-15 Thread ohaya

 Eric Covener  wrote: 
> > Is the problem that the original Apache was on a 64-bit system?
> >
> > Could the Apache API on the 64-bit system be behaving differently than on a 
> > 32-bit system?
> 
> Seems unlikely. I also checked and mod_limitipconn and mod_mime don't
> even operate in the same hook.
> 
> Perhaps see the comments in mid_dir's usage of ap_sub_req_lookup_uri()?
> 
> -- 
> Eric Covener
> cove...@gmail.com


Eric,

I'm not clear what you meant by:

"Perhaps see the comments in mid_dir's usage of ap_sub_req_lookup_uri()?".

Did you mean "mod_dir"?

Jim


Re: Static vs. Shared module precedence was Re: ap_sub_req_lookup_uri(r->uri, r, NULL)->content_type always returns 'text/plain'?

2009-11-15 Thread Eric Covener
> Is the problem that the original Apache was on a 64-bit system?
>
> Could the Apache API on the 64-bit system be behaving differently than on a 
> 32-bit system?

Seems unlikely. I also checked and mod_limitipconn and mod_mime don't
even operate in the same hook.

Perhaps see the comments in mid_dir's usage of ap_sub_req_lookup_uri()?

-- 
Eric Covener
cove...@gmail.com