Gentoo Archives: gentoo-server

From: Haim Ashkenazi <haim@××××××××××.org>
To: gentoo-server@l.g.o
Subject: Re: [gentoo-server] using apache2 as a reverse proxy for exchange server
Date: Tue, 07 Dec 2004 08:55:29
Message-Id: 1102409721.2570.16.camel@parker.babysnakes.org
In Reply to: Re: [gentoo-server] using apache2 as a reverse proxy for exchange server by Bastian Balthazar Bux
1 On Tue, 2004-12-07 at 01:05 +0100, Bastian Balthazar Bux wrote:
2 > [snip]
3 >
4 > >>least, I think that's what I had to do, I can't test it right now).
5 > >>
6 > >>
7 > >thanks I'll try that tomorrow. if it's not a problem, can you send me
8 > >the section of the configuration that configures the reverse proxy? I
9 > >found a few but none of them worked, so by now I'm a little confused
10 > >about what settings are really needed.
11 > >
12 > >thanx
13 > >
14 > >
15 > in apache2.conf:
16 > LoadModule proxy_module modules/mod_proxy.so
17 > LoadModule proxy_connect_module modules/mod_proxy_connect.so
18 > LoadModule proxy_ftp_module modules/mod_proxy_ftp.so
19 > LoadModule proxy_http_module modules/mod_proxy_http.so
20 >
21 > in vhost.conf:
22 >
23 > <VirtualHost 1.1.1.48:80 192.168.11.149:80>
24 >
25 > ErrorLog logs/www.pnpitalia.it_error
26 > CustomLog logs/www.pnpitalia.it_log common
27 > CustomLog logs/www.pnpitalia.it_referer referer
28 > #CustomLog logs/www.pnpitalia.it_agent agent
29 > [snip]
30 > #################### horde ...
31 >
32 > ProxyPass /webmail http://192.168.11.250:2525/webmail
33 > ProxyPassReverse /webmail http://192.168.11.250:2525/webmail
34 >
35 > #################### ... horde
36 > </VirtualHost>
37 nope, doesn't work. I get the same errors (see my first post).(I added
38 the RequestHeader header, but it doesn't seem to make any change. I use
39 settings like that to proxy many things, but it doesn't work for
40 exchange. it seems that exchange have it's own redirections that make it
41 much more difficult.
42
43 does anyone here have a working example of reverse proxy for exchange
44 2003?
45
46 thanx
47 --
48 Haim

Attachments

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

Replies

Subject Author
Re: [gentoo-server] using apache2 as a reverse proxy for exchange server Bastian Balthazar Bux <BastianBalthazarBux@×××××××××.it>
Re: [gentoo-server] using apache2 as a reverse proxy for exchange server Casper Gasper <cas@××××××××××××.com>