On Tue, 24 Nov 2009 08:19:25 -0800, Kurt Buff <[email protected]> wrote:
> On Fri, Nov 13, 2009 at 20:21, Amos Jeffries <[email protected]>
wrote:
>> Ah, yes. You don't allow localhost access to the proxy.
>>
>> In which case for you it is:
>>  squidclient -h $PROXYIP http://example.com/
> 
> <snip>
> 
>>> refresh_pattern ^ftp:           1440    20%     10080
>>> refresh_pattern ^gopher:        1440    0%      1440
>>> refresh_pattern (cgi-bin|\?)    0       0%      0
>>
>> Please use the pattern:
>>  -i (/cgi-bin/|?)
> 
> Squid doesn't like this pattern - it complains about it on startup,
> but it does start.
> 
> Kurt

oops, sorry I see I omitted a \

That should have been:  -i (/cgi-bin/|\?)

Amos

Reply via email to