Gentoo Archives: gentoo-user

From: Haim Ashkenazi <haim@××××××××××.org>
To: gentoo-user@l.g.o
Subject: [gentoo-user] using apache2 as reverse proxy for exchange
Date: Mon, 06 Dec 2004 00:27:04
Message-Id: 1102292805.21998.21.camel@parker.babysnakes.org
1 Hi
2
3 I have a client that wants to configure apache2 as a reverse proxy for
4 exchange server's OWA (inside the internal LAN). (I know it's a bad
5 idea, but that's beside the point).
6 I tried following the example on the mod_proxy page (configuration is
7 below) but it doesn't connect. it seems to be redirecting the connection
8 (that's what I see in the status bar). of course I can't connect to
9 192.168.168...
10
11 am I doing something wrong?
12
13 here's the relevant part of the configuration:
14
15 ProxyRequests Off
16
17 <Proxy *>
18 Order deny,allow
19 Allow from all
20 </Proxy>
21
22 ProxyPass /exchange http://192.168.168.1/exchange
23 ProxyPassReverse /exchange http://192.168.168.1/exchange
24
25 any ideas?
26
27 thanx
28 --
29 Haim

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-user] using apache2 as reverse proxy for exchange "Alessandro D.M. Semeria" <goloiat@××××××.it>
Re: [gentoo-user] using apache2 as reverse proxy for exchange Haim Ashkenazi <haim@××××××××××.org>