* Chris Robertson wrote :
> Troy Piggins wrote:
>> * Dan Slinky wrote :
>>> 2009/5/28 Troy Piggins <t...@piggo.com>
<snip />
>> Thanks mate.  I've actually tested it and was surprised how close I
>> was to being correct.  Here's what I ended up with:
>>
>> acl weekends time A S
>> acl lunchtime time 12:30-13:30
>> acl lunchtime_url dstdomain "/etc/squid3/lunchtime_url.squid"
>>
>> http_access allow lunchtime lunchtime_url
>> http_access allow weekends lunchtime_url
>> http_access deny lunchtime_url
>
> In the spirit of the default squid.conf, you can just use...
>
> http_access deny !lunchtime !weekends lunchtime_url
> ...
> http_access allow localnet

Nice.  Concise.  Thanks.

>> Now I just need to figure out how to redirect that "denied" page to
>> one that says "I'm sorry, that website is not allowed during office
>> hours".  :)
>
> deny_info ERR_DENY_LUNCHTIME lunchtime_url
>
> Where the file ERR_DENY_LUNCHTIME is an HTML document in your error  
> directory.

Yep, got that sorted now.  Thanks again.

-- 
Troy Piggins

Reply via email to