* [gentoo-user] using apache2 as reverse proxy for exchange
@ 2004-12-06 0:26 Haim Ashkenazi
2004-12-06 0:40 ` Alessandro D.M. Semeria
2004-12-06 0:49 ` Haim Ashkenazi
0 siblings, 2 replies; 6+ messages in thread
From: Haim Ashkenazi @ 2004-12-06 0:26 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 734 bytes --]
Hi
I have a client that wants to configure apache2 as a reverse proxy for
exchange server's OWA (inside the internal LAN). (I know it's a bad
idea, but that's beside the point).
I tried following the example on the mod_proxy page (configuration is
below) but it doesn't connect. it seems to be redirecting the connection
(that's what I see in the status bar). of course I can't connect to
192.168.168...
am I doing something wrong?
here's the relevant part of the configuration:
ProxyRequests Off
<Proxy *>
Order deny,allow
Allow from all
</Proxy>
ProxyPass /exchange http://192.168.168.1/exchange
ProxyPassReverse /exchange http://192.168.168.1/exchange
any ideas?
thanx
--
Haim
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] using apache2 as reverse proxy for exchange
2004-12-06 0:26 [gentoo-user] using apache2 as reverse proxy for exchange Haim Ashkenazi
@ 2004-12-06 0:40 ` Alessandro D.M. Semeria
2004-12-06 1:15 ` Haim Ashkenazi
2004-12-06 0:49 ` Haim Ashkenazi
1 sibling, 1 reply; 6+ messages in thread
From: Alessandro D.M. Semeria @ 2004-12-06 0:40 UTC (permalink / raw
To: gentoo-user
I think this was a little bit out of topic.
For this question there is the gentoo-server mailing list.
A.S.
On Mon, 06 Dec 2004 02:26:44 +0200
Haim Ashkenazi <haim@babysnakes.org> wrote:
> Hi
>
> I have a client that wants to configure apache2 as a reverse proxy for
> exchange server's OWA (inside the internal LAN). (I know it's a bad
> idea, but that's beside the point).
> I tried following the example on the mod_proxy page (configuration is
> below) but it doesn't connect. it seems to be redirecting the
> connection(that's what I see in the status bar). of course I can't
> connect to 192.168.168...
>
> am I doing something wrong?
>
> here's the relevant part of the configuration:
>
> ProxyRequests Off
>
> <Proxy *>
> Order deny,allow
> Allow from all
> </Proxy>
>
> ProxyPass /exchange http://192.168.168.1/exchange
> ProxyPassReverse /exchange http://192.168.168.1/exchange
>
> any ideas?
>
> thanx
> --
> Haim
>
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] using apache2 as reverse proxy for exchange
2004-12-06 0:26 [gentoo-user] using apache2 as reverse proxy for exchange Haim Ashkenazi
2004-12-06 0:40 ` Alessandro D.M. Semeria
@ 2004-12-06 0:49 ` Haim Ashkenazi
1 sibling, 0 replies; 6+ messages in thread
From: Haim Ashkenazi @ 2004-12-06 0:49 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 1150 bytes --]
On Mon, 2004-12-06 at 02:26 +0200, Haim Ashkenazi wrote:
> Hi
>
> I have a client that wants to configure apache2 as a reverse proxy for
> exchange server's OWA (inside the internal LAN). (I know it's a bad
> idea, but that's beside the point).
> I tried following the example on the mod_proxy page (configuration is
> below) but it doesn't connect. it seems to be redirecting the connection
> (that's what I see in the status bar). of course I can't connect to
> 192.168.168...
>
> am I doing something wrong?
>
> here's the relevant part of the configuration:
>
> ProxyRequests Off
>
> <Proxy *>
> Order deny,allow
> Allow from all
> </Proxy>
>
> ProxyPass /exchange http://192.168.168.1/exchange
> ProxyPassReverse /exchange http://192.168.168.1/exchange
>
> any ideas?
I found this page through google:
http://www.flyingbuttmonkeys.com/n/index.php?itemid=59
but when I followed the configuration, I get this error on the browser:
"Redirection limit for this URL exceeded. Unable to load the requested
page. this may be caused by cookies that are blocked."
any ideas?
thanx
--
Haim
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] using apache2 as reverse proxy for exchange
2004-12-06 0:40 ` Alessandro D.M. Semeria
@ 2004-12-06 1:15 ` Haim Ashkenazi
2004-12-06 5:11 ` Ow Mun Heng
0 siblings, 1 reply; 6+ messages in thread
From: Haim Ashkenazi @ 2004-12-06 1:15 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 270 bytes --]
On Mon, 2004-12-06 at 01:40 +0100, Alessandro D.M. Semeria wrote:
> I think this was a little bit out of topic.
> For this question there is the gentoo-server mailing list.
I guess you're right. I subscribed and sent the message to
gentoo-server.
Bye
--
Haim
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] using apache2 as reverse proxy for exchange
2004-12-06 1:15 ` Haim Ashkenazi
@ 2004-12-06 5:11 ` Ow Mun Heng
2004-12-06 13:33 ` Haim Ashkenazi
0 siblings, 1 reply; 6+ messages in thread
From: Ow Mun Heng @ 2004-12-06 5:11 UTC (permalink / raw
To: gentoo-user
On Mon, 2004-12-06 at 09:15, Haim Ashkenazi wrote:
> On Mon, 2004-12-06 at 01:40 +0100, Alessandro D.M. Semeria wrote:
> > I think this was a little bit out of topic.
> > For this question there is the gentoo-server mailing list.
> I guess you're right. I subscribed and sent the message to
> gentoo-server.
I sincerely doubt you'll find any help in gentoo-server. It's a _very_
low volume list. There's hardly any activity.
May be better to try apache list??
--
Ow Mun Heng
Gentoo/Linux on D600 1.4Ghz
Neuromancer 13:10:53 up 3:53, 6 users, 0.50, 0.64, 0.48
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] using apache2 as reverse proxy for exchange
2004-12-06 5:11 ` Ow Mun Heng
@ 2004-12-06 13:33 ` Haim Ashkenazi
0 siblings, 0 replies; 6+ messages in thread
From: Haim Ashkenazi @ 2004-12-06 13:33 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 738 bytes --]
On Mon, 2004-12-06 at 13:11 +0800, Ow Mun Heng wrote:
> On Mon, 2004-12-06 at 09:15, Haim Ashkenazi wrote:
> > On Mon, 2004-12-06 at 01:40 +0100, Alessandro D.M. Semeria wrote:
> > > I think this was a little bit out of topic.
> > > For this question there is the gentoo-server mailing list.
> > I guess you're right. I subscribed and sent the message to
> > gentoo-server.
>
> I sincerely doubt you'll find any help in gentoo-server. It's a _very_
> low volume list. There's hardly any activity.
>
> May be better to try apache list??
I've already read many threads in the mod_proxy list about reverse-proxy
for OWA, they are too not very happy to answer questions about it...
I wonder why :)
thanx anyway
--
Haim
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2004-12-06 13:33 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-12-06 0:26 [gentoo-user] using apache2 as reverse proxy for exchange Haim Ashkenazi
2004-12-06 0:40 ` Alessandro D.M. Semeria
2004-12-06 1:15 ` Haim Ashkenazi
2004-12-06 5:11 ` Ow Mun Heng
2004-12-06 13:33 ` Haim Ashkenazi
2004-12-06 0:49 ` Haim Ashkenazi
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox