"Harding, Devon" <[EMAIL PROTECTED]> a Ãcrit:
Devon,
We have this...
I have sensibly the same setup. (see below)
We also have the following Extension Methods to prevent the 'Loading...' issue on some screens.
extension_methods SEARCH PROPFIND PROPPATCH MKCOL MOVE BMOVE DELETE BDELETE
I tried adding them, but no luck.... My setup only works when accessed throught a proxy server... Thanks for your help, Ideas are welcome.
Momo
From: Momo [mailto:[EMAIL PROTECTED] Sent: Monday, March 07, 2005 2:06 PM To: [email protected] Subject: RE: [squid-users] HTTPD Accelerator for OWA 2003
"Harding, Devon" <[EMAIL PROTECTED]> a Ãcrit:
Hi Devon, thanks for your answer
We use it and it works fine. Have you tried starting from scratch and use standard ports (e.g. 80 --> 80)?
Yes i tried this , but it's the same. I reinstalled everything why the most basic config (port 80, no SSL, firewalls down...... ), and no luck. I use Squid 2.5STABLE8 on a DEBIAN sarge (I installed from debian's packages) I can't understand why it works fine when requests comes throught a proxy and not when it comes directly from the client.... Should i switch to Squid3? Can i have a look at your working config please? Thank you
Momo
-----Original Message----- From: Momo [mailto:[EMAIL PROTECTED] Sent: Monday, March 07, 2005 11:19 AM To: [email protected] Subject: Re: [squid-users] HTTPD Accelerator for OWA 2003
Momo <[EMAIL PROTECTED]> a Ãcrit:
Hi!
I'm deseperated with this issue.... Can someone just confirm that Squid can act as a reverse proxy ( http accelerator ) for a MS Exchange 2003 Outlook Web Access server? Why does it work when a proxy asks my reverse and not when a client asks it directly?
Thanks in advance
Momo
If it can help, i just noticed something that can be interesting:
Trying to access OWA from the internet via my reverseproxy, it doesn't work. But if i use my ISP's proxy to access OWA via my reverse proxy, it works great !
So i resume :
Client ----> Rev-proxy ------> OWA doesn't work, Client ----> ISP-proxy ------> Rev-proxy -------> OWA works great!
Any ideas ?
Momo
Momo <[EMAIL PROTECTED]> a Ãcrit:
Hi folks!
I'm trying to setup squid 2.5STABLE8 as a reverse-proxy (httpd accelerator) for our exchange 2003 OWA server. I precise that we don't use SSL on it (for the moment).
i set these in my squid.conf:
http_port 64300 ( we listen on this port ) httpd_accel_host 192.168.8.13 httpd_accel_port 64300 ( OWA is listenning on this port ) httpd_accel_single_host on ( We just want to accel this host) httpd_accel_with_proxy off ( proxy features not needed ) httpd_accel_uses_host_header on
When we try to access to OWA using squid, we can get the authentication window, but after login, the page stay blank, It is unable to display anything.
I have these in my access.log :
1109865726.197 20 172.17.84.20 TCP_MISS/401 423 GET http://192.168.20.50:64300/exchange - DIRECT/192.168.8.13 text/html 1109865737.553 375 172.17.84.20 TCP_MISS/302 515 GET http://192.168.20.50:64300/exchange - DIRECT/192.168.8.13 text/html 1109865737.732 178 172.17.84.20 TCP_MISS/200 1418 GET http://192.168.20.50:64300/exchange/ - DIRECT/192.168.8.13 text/html
Does anyone has any idea?
Momo
