Means:
If the time is: MTWHF 08:00-18:00
AND
The IP is: 192.168.3.19-192.168.3.200
DENY IT.
squid -k reconfigure is sufficient.
J
Date: Mon, 8 Feb 2010 18:46:46 +0100
From: contactd...@gmail.com
To: squid-users@squid-cache.org
Subject: [squid-users] Wrong error page showing in
> From: webster_j...@hotmail.com
> To: bodycar...@live.com; contactd...@gmail.com
> CC: squid-users@squid-cache.org
> Date: Mon, 8 Feb 2010 19:35:21 +
> Subject: RE: [squid-users] Wrong error page showing in browser
>
>
> o
cache.org
> Date: Mon, 8 Feb 2010 19:25:36 +
> Subject: RE: [squid-users] Wrong error page showing in browser
>
>
> acl academic01 time MTWHF 08:00-18:00
> acl labs src 192.168.3.19-192.168.3.200
> http_access deny academic01 labs
> deny_info ERR_LAB_SCHEDULE labs
>
&
is: MTWHF 08:00-18:00
AND
The IP is: 192.168.3.19-192.168.3.200
DENY IT.
squid -k reconfigure is sufficient.
J
> Date: Mon, 8 Feb 2010 18:46:46 +0100
> From: contactd...@gmail.com
> To: squid-users@squid-cache.org
> Subject: [squid-users] Wrong error page showing in br
...@gmail.com
To: squid-users@squid-cache.org
Subject: [squid-users] Wrong error page showing in browser
Hi all
I'm trying to deny proxy access for a block of IPs during a certain time
interval.
During that time interval when someone from that block tries to access
the internet
they should
m
> To: squid-users@squid-cache.org
> Subject: [squid-users] Wrong error page showing in browser
>
> Hi all
>
> I'm trying to deny proxy access for a block of IPs during a certain time
> interval.
> During that time interval when someone from that block tries to access
Hi all
I'm trying to deny proxy access for a block of IPs during a certain time
interval.
During that time interval when someone from that block tries to access
the internet
they should get a customized error msg in their browser: ERR_LAB_SCHEDULE.
acl academic01 time MTWHF 08:00-18:00
acl la