From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1032 invoked from network); 6 Dec 2004 00:27:04 +0000 Received: from smtp.gentoo.org (156.56.111.197) by lists.gentoo.org with AES256-SHA encrypted SMTP; 6 Dec 2004 00:27:04 +0000 Received: from lists.gentoo.org ([156.56.111.196] helo=parrot.gentoo.org) by smtp.gentoo.org with esmtp (Exim 4.41) id 1Cb6iW-0000kl-5V for arch-gentoo-user@lists.gentoo.org; Mon, 06 Dec 2004 00:27:04 +0000 Received: (qmail 14652 invoked by uid 89); 6 Dec 2004 00:26:48 +0000 Mailing-List: contact gentoo-user-help@gentoo.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail Reply-To: gentoo-user@lists.gentoo.org X-BeenThere: gentoo-user@gentoo.org Received: (qmail 12897 invoked from network); 6 Dec 2004 00:26:47 +0000 From: Haim Ashkenazi To: gentoo-user@lists.gentoo.org Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-l1Vyp6z/GoIJUaOvHeia" Date: Mon, 06 Dec 2004 02:26:44 +0200 Message-Id: <1102292805.21998.21.camel@parker.babysnakes.org> Mime-Version: 1.0 X-Mailer: Evolution 2.0.2 Subject: [gentoo-user] using apache2 as reverse proxy for exchange X-Archives-Salt: b3cd04ea-3fc2-47a2-8aee-f6b0151832d2 X-Archives-Hash: eed498c7e1a10ec7117a768bd8a3536a --=-l1Vyp6z/GoIJUaOvHeia Content-Type: text/plain Content-Transfer-Encoding: quoted-printable 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 Order deny,allow Allow from all ProxyPass /exchange http://192.168.168.1/exchange ProxyPassReverse /exchange http://192.168.168.1/exchange any ideas? thanx --=20 Haim --=-l1Vyp6z/GoIJUaOvHeia Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (GNU/Linux) iD8DBQBBs6dEhwMtGgRKzT0RAtdFAJ4755818e++viR+DCqnWLBpBBELdACeLMs1 v6r0adEzGz/kealBH82u8Vs= =3Xp8 -----END PGP SIGNATURE----- --=-l1Vyp6z/GoIJUaOvHeia--