Gentoo Archives: gentoo-server

From: Bastian Balthazar Bux <BastianBalthazarBux@×××××××××.it>
To: gentoo-server@l.g.o
Subject: Re: [gentoo-server] using apache2 as a reverse proxy for exchange server
Date: Mon, 06 Dec 2004 23:36:29
Message-Id: 41B4F3E5.8070507@pnpitalia.it
In Reply to: Re: [gentoo-server] using apache2 as a reverse proxy for exchange server by Haim Ashkenazi
1 [snip]
2
3 >>least, I think that's what I had to do, I can't test it right now).
4 >>
5 >>
6 >thanks I'll try that tomorrow. if it's not a problem, can you send me
7 >the section of the configuration that configures the reverse proxy? I
8 >found a few but none of them worked, so by now I'm a little confused
9 >about what settings are really needed.
10 >
11 >thanx
12 >
13 >
14 in apache2.conf:
15 LoadModule proxy_module modules/mod_proxy.so
16 LoadModule proxy_connect_module modules/mod_proxy_connect.so
17 LoadModule proxy_ftp_module modules/mod_proxy_ftp.so
18 LoadModule proxy_http_module modules/mod_proxy_http.so
19
20 in vhost.conf:
21
22 <VirtualHost 1.1.1.48:80 192.168.11.149:80>
23
24 ErrorLog logs/www.pnpitalia.it_error
25 CustomLog logs/www.pnpitalia.it_log common
26 CustomLog logs/www.pnpitalia.it_referer referer
27 #CustomLog logs/www.pnpitalia.it_agent agent
28 [snip]
29 #################### horde ...
30
31 ProxyPass /webmail http://192.168.11.250:2525/webmail
32 ProxyPassReverse /webmail http://192.168.11.250:2525/webmail
33
34 #################### ... horde
35 </VirtualHost>

Replies

Subject Author
Re: [gentoo-server] using apache2 as a reverse proxy for exchange server Haim Ashkenazi <haim@××××××××××.org>