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?

--
Daniel Ruggeri



Reply via email to