On Tue, 9 Jun 2009 10:30:57 +0200
ml ml <mliebher...@googlemail.com> wrote:

> Hello List,
> 
> i am trying to access a M$ Exchange Server via a Apache Reverse Proxy.
> But i am getting the error: Max-Forwards has reached zero - proxy
> loop?

That's because you have a loop.  In fact, two:

> <VirtualHost 123.123.123.123:443>
>   ServerName webmail.example.com

>   ProxyPass /exchange https://webmail.example.com/exchange

>   ProxyPass /exchweb https://webmail.example.com/exchweb

> </VirtualHost>

-- 
Nick Kew

Application Development with Apache - the Apache Modules Book
http://www.apachetutor.org/

---------------------------------------------------------------------
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-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to