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

2009-11-16 Thread Bob Ionescu
2009/11/16 : > Content-Type: > - local ==> text/html > - Via WebLogic Plugin ==> text/html; charset=UTF-8 > > Could either of these (or both) differences be messing the mod_limitipconn > module up, preventing it from getting the Content-Type properly? Are you saying that "Via WebLogic Plugin ==>

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

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 sa

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_

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-14 Thread ohaya
oh...@cox.net wrote: > > oh...@cox.net wrote: > > > > oh...@cox.net wrote: > > > > > > oh...@cox.net wrote: > > > > Hi, > > > > > > > > I'm not sure if this is the appropriate list, or if I should post on > > > > the regular httpd list... > > > > > > > > I've been try

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-14 Thread ohaya
oh...@cox.net wrote: > > oh...@cox.net wrote: > > > > oh...@cox.net wrote: > > > Hi, > > > > > > I'm not sure if this is the appropriate list, or if I should post on the > > > regular httpd list... > > > > > > I've been trying to work with an Apache module, mod_limitipconn:

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

2009-11-14 Thread ohaya
oh...@cox.net wrote: > > oh...@cox.net wrote: > > Hi, > > > > I'm not sure if this is the appropriate list, or if I should post on the > > regular httpd list... > > > > I've been trying to work with an Apache module, mod_limitipconn: > > > > http://dominia.org/djao/limitipconn2.ht

Re: ap_sub_req_lookup_uri(r->uri, r, NULL)->content_type always returns 'text/plain'?

2009-11-14 Thread ohaya
oh...@cox.net wrote: > Hi, > > I'm not sure if this is the appropriate list, or if I should post on the > regular httpd list... > > I've been trying to work with an Apache module, mod_limitipconn: > > http://dominia.org/djao/limitipconn2.html > > This is with Apache 2.2.8/2.2.11. > > O

Re: ap_sub_req_lookup_uri(r->uri, r, NULL)->content_type always returns 'text/plain'?

2009-11-14 Thread Eric Covener
On Sat, Nov 14, 2009 at 8:10 PM, wrote: > "MaxClients" was one of the first approaches that I tried when i was asked > about this. > > The problem with MaxClients that I found was that it appeared that when it > was used, Apache would queue up the requests.  The end-result from the user > pers

Re: ap_sub_req_lookup_uri(r->uri, r, NULL)->content_type always returns 'text/plain'?

2009-11-14 Thread ohaya
Eric Covener wrote: > On Sat, Nov 14, 2009 at 7:37 PM, wrote: > > > Our use case is slightly different that the original one for this module.   > > The original code is designed to limit the number of connections from any > > given IP address, whereas in my case, we want to limit the to

Re: ap_sub_req_lookup_uri(r->uri, r, NULL)->content_type always returns 'text/plain'?

2009-11-14 Thread Eric Covener
On Sat, Nov 14, 2009 at 7:37 PM, wrote: > Our use case is slightly different that the original one for this module.   > The original code is designed to limit the number of connections from any > given IP address, whereas in my case, we want to limit the total number of > connections to the en

ap_sub_req_lookup_uri(r->uri, r, NULL)->content_type always returns 'text/plain'?

2009-11-14 Thread ohaya
Hi, I'm not sure if this is the appropriate list, or if I should post on the regular httpd list... I've been trying to work with an Apache module, mod_limitipconn: http://dominia.org/djao/limitipconn2.html This is with Apache 2.2.8/2.2.11. Our use case is slightly different that the original