Re: [us...@httpd] Reverse Proxy: Max-Forwards has reached zero - proxy loop?

2009-06-10 Thread Tom Evans
On Tue, 2009-06-09 at 22:37 +0200, ml ml wrote: Hi Nick, it still does not work if i use: VirtualHost 123.123.123.123:443 ServerName webmail.example.com SSLEngine on SSLCertificateFile /usr/local/apache/conf/webmail.example.cert SSLCertificateKeyFile

[us...@httpd] Reverse Proxy: Max-Forwards has reached zero - proxy loop?

2009-06-09 Thread ml ml
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? I already checked, if some name resolved to itself (which WAS the case and i fixed it), but it still does not work. Here is the setup and

Re: [us...@httpd] Reverse Proxy: Max-Forwards has reached zero - proxy loop?

2009-06-09 Thread Nick Kew
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

Re: [us...@httpd] Reverse Proxy: Max-Forwards has reached zero - proxy loop?

2009-06-09 Thread ml ml
Hi Nick, it still does not work if i use: VirtualHost 123.123.123.123:443 ServerName webmail.example.com SSLEngine on SSLCertificateFile /usr/local/apache/conf/webmail.example.cert SSLCertificateKeyFile /usr/local/apache/conf/webmail.example.key SSLProxyEngine on RewriteEngine on