I have been trying with very little success to get ProxyPass to forward to an exchange server. It seems I can get so far and then it doesn’t work.
My first problem is that when ever I create a proxypass it doesnt finish properly.
When ever I finish filling the "Create a new ProxyPass Virtual domain entry", It doesn’t finish properly. It gives me a “the page cannot be displayed” Despite the fact that I have a virtual domain, (machinename.domain.com)
However things seem to work despite this. (perhaps)
Then when I go to my external IP address it takes me to the exchange web site internally. Great. (by the way Im useing a dialup connection so Im not doing it from inside the network) First it asks me for my exchange. Then for those of you who know the Outlook Web Access interface it begins with a blue line dividing the left column from the right. But then that is as far as it goes.
My reading seems to indicate from various posts that it may have something to do with “webDAV” and squid. I don’t know anything about webDAV or really what it is. But it appears that Squid can stop it.
I have read I think that if I use Opera the webDav does not come into play. Well that doesn’t work either. I get the same thing. The login and the blue line then “the page cannot be displayed.” in IE and could not connect to remote server in opera. Message repeated In the two frames. That should be filled with outlook goodies.
When I look at my Exchange logs I get the following, messages. I don’t know enough about exchange to decifer the log, but it sure looks like it works eg It shows me "sjones" connecting with opera. But alas I don’t get my mail interface.
***** C:\WINDOWS\SYSTEM32\LOGFILES\W3SVC1\ex070125.log
2285: 2007-01-25 16:41:49 W3SVC1 10.1.0.2 PROPFIND /applications - 80 - 10.1.0.191 Microsoft-WebDAV-MiniRedi
/5.1.2600 404 0 0
2286: 2007-01-25 16:42:22 W3SVC1 10.1.0.2 GET /exchange/ - 80 - 10.1.0.250 Opera/9.10+(Windows+NT+5.1;+U;+en
401 2 2148074254
2287: 2007-01-25 16:42:30 W3SVC1 10.1.0.2 POLL /exchange/steve/Inbox - 80 sjones 10.1.0.16 Mozilla/4.0+(comp
tible;+MSIE+6.0;+Windows
2288: NT+5.1;+SV1) 207 0 0
2289: 2007-01-25 16:42:45 W3SVC1 10.1.0.2 GET /exchange/ - 80 sjones 10.1.0.250 Opera/9.10+(Windows+NT+5.1;+
;+en) 200 0 0
2290: 2007-01-25 16:42:45 W3SVC1 10.1.0.2 GET /exchange/favicon.ico - 80 sjones 10.1.0.250 Opera/9.10+(Windo
s+NT+5.1;+U;+en) 404 0 0
2291:
2292: 2007-01-25 16:44:30 W3SVC1 10.1.0.2 POLL /exchange/steve/Inbox - 80 sjones 10.1.0.16 Mozilla/4.0+(comp
tible;+MSIE+6.0;+Windows
2293: NT+5.1;+SV1) 207 0 0
Finally,
I have tried some of the solutions suggested in the news groups eg.
http://forums.contribs.org/index.php?topic=23281.0 Adding the following lines to the squid.config
Either
extension_methods SEARCH SUBSCRIBE UNSUBSCRIBE POLL BCOPY BPROPPATCH
or
extension_methods SEARCH GNUTELLA BPROPPATCH SUBSCRIBE CCM_POST
I don’t know what they do but they are suppose to allow webDAV to get through.
Both don’t work for me. I also tried
http://forums.contribs.org/index.php?topic=31988.0 extension_methods SEARCH
As per that post. Still nothing.
Can anyone shed some light on this problem Im having. Im using SME7
I have tried even for a moment to shutdown squid, but this doesn’t seem to work. Although Im a little confused if it really shutsdown. I type squid –k shutdown but then when I to a ps command
ps -ef |grep squid
root 2125 1837 0 Jan24 ? 00:00:00 runsv squid
smelog 2159 2125 0 Jan24 ? 00:00:00 /usr/local/bin/multilog t s5000000 /var/log/squid.run
squid 5278 2125 0 12:06 ? 00:00:00 /usr/sbin/squid -f /etc/squid/squid.conf -sN -D
squid 5279 5278 0 12:06 ? 00:00:00 (unlinkd)
root 5281 5190 0 12:08 pts/1 00:00:00 grep squid
It still seems to be running. (is it ??)
Any help please?
Regards