Re: [users@httpd] Persistent proxied connections with Apache 2.4.x?

2015-11-06 Thread Yann Ylavic
Hi Jim, disclaimer: I'm not an NTLM expert... On Tue, Nov 3, 2015 at 3:04 PM, o haya wrote: > > I think that other info that binds to the authenticated user is at the > SharePoint application level (maybe persisted in the app on the client side) > because it doesn't look like any cookies or he

Re: [users@httpd] Persistent proxied connections with Apache 2.4.x?

2015-10-28 Thread Eric Covener
On Tue, Oct 27, 2015 at 7:07 PM, o haya wrote: > Sorry, but this time, I'm not quite sure what (which aspect of the > discussion) you're referring to? Sorry, was top-posting from my phone. It's about why or ProxySet without anything else specified enabled persistent connectons. If you don't us

Re: [users@httpd] Persistent proxied connections with Apache 2.4.x?

2015-10-27 Thread o haya
Eric, Sorry, but this time, I'm not quite sure what (which aspect of the discussion) you're referring to? Jim On Tue, 10/27/15, Eric Covener wrote: Subject: Re: [users@httpd] Persistent proxied connections with Apache 2.4.x?

Re: [users@httpd] Persistent proxied connections with Apache 2.4.x?

2015-10-27 Thread Eric Covener
he "aside" connections > functionality? > > > FYI, I wanted to let you know that I checked, and our httpd was built with > MPM: prefork. > > > Thanks! > > Jim > > > > > On Tue, 10/27/15, Yann Ylavic

Re: [users@httpd] Persistent proxied connections with Apache 2.4.x?

2015-10-27 Thread o haya
d let the Apache proxy work for NTLM and no need for the "aside" connections functionality? FYI, I wanted to let you know that I checked, and our httpd was built with MPM: prefork. Thanks! Jim -------- On Tue, 10/27/15, Yann Ylavic wrote: Su

Re: [users@httpd] Persistent proxied connections with Apache 2.4.x?

2015-10-27 Thread Yann Ylavic
Hi Jim, On Tue, Oct 27, 2015 at 1:57 AM, o haya wrote: > > First of all, as a kind of an aside remark (sorry for the "pun" :)), from my > testing, it appears that if I have "ProxySet keepalive=On" inside a > , then the requests to the backend all have "Connection: > Keep-Alive" in the requ

Re: [users@httpd] Persistent proxied connections with Apache 2.4.x?

2015-10-26 Thread o haya
at least part of the time, but even then, the pages seem for all 3 browsers seem to be appearing correctly :(... Jim On Mon, 10/26/15, o haya wrote: Subject: Re: [users@httpd] Persistent proxied connections with Apache 2.4.x? To: "users@h

Re: [users@httpd] Persistent proxied connections with Apache 2.4.x?

2015-10-26 Thread o haya
t the "proxy-initial-not-pooled" setting will not work for any kind of production type situation? Thanks! Jim - Original Message - From: Yann Ylavic To: users@httpd.apache.org; o haya Cc: Sent: Monday, October 26, 2015 6:48 PM Subject: Re: [users@httpd] Persistent pro

Re: [users@httpd] Persistent proxied connections with Apache 2.4.x?

2015-10-26 Thread Yann Ylavic
Hi Jim, sorry for the late, I'm not much online these days. On Sun, Oct 25, 2015 at 9:54 PM, o haya wrote: > > - With respect to proxying NTLM authentication, does the "aside connections" > functionality that was mentioned earlier accomplish the same thing as using > the "Proxy keepalive=On and

Re: [users@httpd] Persistent proxied connections with Apache 2.4.x?

2015-10-25 Thread o haya
From: o haya To: "users@httpd.apache.org" ; o haya Sent: Friday, October 23, 2015 8:03 PM Subject: Re: [users@httpd] Persistent proxied connections with Apache 2.4.x? From: o haya To: "users@httpd.apache.org" Cc: O. Haya Sent: Friday, Octo

Re: [users@httpd] Persistent proxied connections with Apache 2.4.x?

2015-10-23 Thread o haya
From: o haya To: "users@httpd.apache.org" Cc: O. Haya Sent: Friday, October 23, 2015 5:02 PM Subject: Re: [users@httpd] Persistent proxied connections with Apache 2.4.x? From: Eric Covener To: users@httpd.apache.org; o haya Sent: Friday, October 23, 20

Re: [users@httpd] Persistent proxied connections with Apache 2.4.x?

2015-10-23 Thread o haya
From: Eric Covener To: users@httpd.apache.org; o haya Sent: Friday, October 23, 2015 8:14 AM Subject: Re: [users@httpd] Persistent proxied connections with Apache 2.4.x? On Thu, Oct 22, 2015 at 12:28 PM, o haya wrote: > So I am wondering if there is a way to do this (make

Re: [users@httpd] Persistent proxied connections with Apache 2.4.x?

2015-10-23 Thread Eric Covener
On Thu, Oct 22, 2015 at 12:28 PM, o haya wrote: > So I am wondering if there is a way to do this (make all the backend > connections persistent with the "Connection: keepalive")? There's a patch in thread "mod_proxy's aside connections proposal" -

Re: [users@httpd] Persistent proxied connections with Apache 2.4.x?

2015-10-22 Thread Marat Khalili
> I am wondering if there is a way to do this (make all the backend connections > persistent with the "Connection: keepalive")? IMO there's no way to do it without enumerating all your backend hosts. Apache needs to create a separate worker for each host at startup time. > "Connection: keepali

[users@httpd] Persistent proxied connections with Apache 2.4.x?

2015-10-22 Thread o haya
Hi, We want to use Apache 2.4.x to proxy through to some SharePoint instances using NTLM logins.  From testing, it looks like the Apache-to-SharePoint connections need to be persistent, with "Connection: keepalive" in the request headers going from Apache-to-SharePoint. We can do this using a di