reverse proxy with Outlook web access
Igor Sysoev
is at rambler-co.ru
Sat Oct 27 00:07:56 MSD 2007
On Fri, Oct 26, 2007 at 08:08:56AM -0700, Ian Dobson wrote:
> Hi, I'm trying to reverse proxy an outlook web access server running
> http only and I'm having a bit of difficulty, it seems to go to the
> correct location but keeps failing on the username/password part.
>
> Does anyone have this working successfully, I'd love to see the
> configuration for it. Thanks.
Could you make debug log:
./configure --with-debug ...
nginx.conf:
error_log /path/to/log debug;
?
Be careful, your username/password encoded in base64 may be in debug log
if server uses Basic Authorization. Use some temporary password.
--
Igor Sysoev
http://sysoev.ru/en/
More information about the nginx
mailing list