On Mon, 12 Jan 2004, Derek Winkler wrote: > Here's a section of my access.log: > > 1073940203.850 2412 xx.x.xx.xxx TCP_MISS/200 4352 GET > https://xxxxx.algorithmics.com/exchange/ - FIRST_UP_PARENT/xxxxx.algorithmics.com > text/html > 1073940204.622 847 xx.x.xx.xxx TCP_MISS/501 368 GET > https://xxxxx.algorithmics.com/WebID/sdiis.dll? - ANY_PARENT/xxxxx.algorithmics.com > text/html > 1073940204.625 842 xx.x.xx.xxx TCP_MISS/501 368 GET > https://xxxxx.algorithmics.com/WebID/sdiis.dll? - ANY_PARENT/xxxxx.algorithmics.com > text/html > > Why does the initial page work but the sdiis.dll pages don't?
If you are using Squid-2.5 in reverse-proxy mode then I would guess you are missing never_direct allow all > Also not sure how to allow internet access to OWA host but not allow proxy relaying. Set up http_access based on what destinations is allowed to be accessed via the proxy, deny everything else. Regards Henrik
