On Tue, Aug 13, 2013 at 9:00 PM, Daniel Ruggeri <[email protected]>wrote:

> On 8/13/2013 10:01 AM, Jeff Trawick wrote:
> >
> >     --- httpd/httpd/trunk/modules/proxy/proxy_util.c (original)
> >     +++ httpd/httpd/trunk/modules/proxy/proxy_util.c Tue Aug 13
> >     14:35:47 2013
> >     @@ -2119,7 +2119,7 @@ ap_proxy_determine_connection(apr_pool_t
> >           *      spilling the cached addr from the worker.
> >           */
> >          if (!conn->hostname || !worker->s->is_address_reusable ||
> >     -        worker->s->disablereuse) {
> >     +        worker->s->disablereuse || strncmp(conn->hostname,
> >     "socket=", 7) == 0) {
> >
> >
> > I guess this means FastCGI connections can't be reused regardless of
> > the configuration?  (That doesn't seem like a good thing; maybe users
> > should have to configure disablereuse if reuse doesn't work for them.)
> >
> > I guess you need to turn off FCGI_KEEP_CONN in send_begin_request() if
> > reuse is always disabled?
>
> Jeff;
>    I'm not sure I follow - can you help me understand how this messes
> with fcgi? As I understand, it wouldn't match what this string
> comparison is seeking... right?
>

"socket=" is one form of FastCGI, and and I misunderstood this logic to be
adjusting the ability to reuse the connection instead of reusing an address.

Sorry for the bother !!!


> --
> Daniel Ruggeri
>
>
>
>


-- 
Born in Roswell... married an alien...
http://emptyhammock.com/

Reply via email to