On 21/02/2012 11:21 p.m., Fried Wil wrote:
On Tue, Feb 21, 2012 at 12:26:11PM +1300, Amos Jeffries wrote: I have this error on my access.log 1329819182.985 0 CLIENT_IP TCP_DENIED/302 340 GET https://webmail.domain.foo/ - NONE/- text/html 1329819183.011 0 CLIENT_IP TCP_MISS/404 1530 GET https://webmail.domain.foo/302:https://EXCHANGE_IP/owa/ - FIRST_UP_PARENT/exchangeServer text/html 1329819183.043 0 CLIENT_IP TCP_MISS/404 1530 GET https://webmail.domain.foo/favicon.ico - FIRST_UP_PARENT/exchangeServer text/html for these lines acl redirectOWA urlpath_regex ^/$ deny_info 303:https://webmail.lexsi.lan/owa/ redirectOWA http_access deny HTTPSOWA redirectOWA replace 303 by 302 give the same error bad configuration ?
Sorry. Yes. Drop the "303:" part. It is just the new URL for squid 3.1. Amos