I have a problem configuring a basic reverse proxy configuration with httpd 2.2.6 and outlook web access 2003 on IIS6/windows 2003 This is my relevant reverse proxy configuration: ProxyPass /exchange http://owa.iis.windows/exchange/ ProxyPassReverse /exchange/ http://owa.iis.windows/exchange/ The authentication type on the windows/IIS side is set to digest. When a client (browser) try to authenticate to owa/iis, it always get refused. So, I have done a tcp capture. Here is the relevant part: Request URI: /exchange/ Authorization: Digest username="prova", realm="Digest", qop="auth", algorithm="MD5-sess", uri="/exchange", nonce="bla...bla", nc=00000001, cnonce="b4cc2f8013494b6769c6b As you may see the Request URI is with the trailing slash, but the authorization URI is without and windows doesn't like this. Is this a correct behaviour by windoze? Should apache alter also the auth-uri with the trailing slash? TIA --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx