tor 2006-12-21 klockan 13:04 +0100 skrev Reale Marco:
> Hi Laurikainen
>
> I'd like to configure a reverse proxy for exchange OWA but I know it is quite difficult.
Difficult?
http_port 80 defaultsite=the.public.hostname
cache_peer ip.of.owa 80 0 no-query originserver
extension_methods RPC_IN_DATA RPC_OUT_DATA
should do it.
the.public.hostname is the hostname clients request from the Internet.
If you want to encrypt the traffic browser->squid then use https_port
instead of http_port, give it an appropriate SSL certificate, and add
the front-end-https=auto option to cache_peer. If encryption squid->OWA
as well then don't add the front-end-https option instead change the
port number to the https port of your owa (usually 443) and add the ssl
option instead.
Regards
Henrik
This archive was generated by hypermail pre-2.1.9 : Mon Jan 01 2007 - 12:00:01 MST