Hi
squid time based acl doesn't work.
i changed the place of the "http_access deny special-user time-limit"
but after seconds of reloading squid users are able to open pages.
squid 3 on
heres the config :
Code:
http_port 4444 name=special-port
acl special-port-users myportname special-port
auth_param basic program /usr/lib/squid3/ncsa_auth /etc/squid3/password-squid
auth_param basic children 5
auth_param basic realm Squid proxy-caching web server
auth_param basic credentialsttl 1 hours
auth_param basic casesensitive on
acl special-users proxy_auth REQUIRED
acl site-limit url_regex -i ask
acl time-limit time D 14:00-15:30
http_access deny special-users time-limit
http_access allow special-port-users special-users !site-limit
deny_info http://yahoo.com time-limit