0

I have an Apache 2.2 using mod_proxy_ajp as a reverse proxy for a Tomcat 6, running on RHEL5. On tomcat runs an application that does NTLM authentication.

Using Firefox, everything works ok, but IE7 says "cannot display the web page". Without Apache, IE7 works fine.

What is going on here? Unfortunately, I have very limited access rights and can't capture tcp traffic or anything like that.

Thanks!

user27451
  • 1,161
  • 2
  • 11
  • 14

1 Answers1

0

Try to make sure KeepAlive is ON

  • You nailed it. I found that one out some time ago but forgot to update this entry. One "correct answer" for you. :-) – user27451 Mar 16 '10 at 10:12