Ralf Hildebrandt wrote:
> Calamaris' statistics reveal that our users spend way too much time on
> non work-related pages.
>
> Can delay_pools be used to somewhat "lessen" the user experience of
> those non work-related sites (e.g. slow them down considerably?)
>
Yes.
acl non-work dstdomain .ebay.com .craigslist.com
delay_pools 1
delay_class 1 1
delay_parameters 1 1250/1250
delay_access 1 allow non-work
delay_access 1 deny all
Would define a single shared pool, with 1.25 kbytes/sec (10kbit/sec)
available bandwidth which would affect access to ebay.com,
craigslist.com and all of their subdomains.
Chris
Received on Tue May 26 2009 - 18:51:50 MDT
This archive was generated by hypermail 2.2.0 : Wed May 27 2009 - 12:00:02 MDT