Re: [EMAIL PROTECTED] Reverse Proxy and Authentication problem.

2006-09-29 Thread Serge Dubrouski
You set Require for your /. That means that Apache requieres authentication for every request. Now here is simple description why you have your problem: 1. Browser sends a request 2. Apache answers with 401 code: Authrization required 3. Browser asks user for a username and password and send it b

[EMAIL PROTECTED] Reverse Proxy and Authentication problem.

2006-09-29 Thread John Hallam
I have a problem which I think might be a bug. I have setup Apache as a Reverse proxy and it works fine! The backend Web server is IIS. For some of the web pages a user has to enter their Windows credentials to reach the web page. This also works fine! The Problem: What is required is first a gene