Re: [users@httpd] Apache Reverse Proxy and NTLM Authentication Help!

2017-11-14 Thread Deanna Stevenson
expected to change. You can additional add a caching tier for static content at the Apache level as well to improve performance if needed (mod_cache, mod_file_cache, etc.). Both of these will help you handle even more concurrent users. .. On Fri, Nov 10, 2017 at 5:42 AM, Yann

Re: [users@httpd] Apache Reverse Proxy and NTLM Authentication Help!

2017-11-09 Thread Deanna Stevenson
t 3:07 PM, Yann Ylavic wrote: > Hi Deanna, > > On Thu, Nov 9, 2017 at 6:24 PM, Deanna Stevenson > wrote: > > > > After researching it turned out to be related with maintaining persistent > > connections. > > For NTLM to work through a reverse proxy, client connect

Re: [users@httpd] Apache Reverse Proxy and NTLM Authentication Help!

2017-11-09 Thread Deanna Stevenson
Thu, 2017-11-09 at 10:24 -0700, Deanna Stevenson wrote: > > > > The traffic seems to be proxied right as I get the authentication > > popup window, but the window keeps popping up even after supplying > > correct credentials. > > That's the backend that's aut

[users@httpd] Apache Reverse Proxy and NTLM Authentication Help!

2017-11-09 Thread Deanna Stevenson
Hello, I am using apache 2.4.8 on a ubuntu 16.04 LTS. I am using apache as a reverse proxy. I have a website that is using NTLM authentication. The traffic seems to be proxied right as I get the authentication popup window, but the window keeps popping up even after supplying correct credentials