So, here is what I am looking for…
I need to to prioritize traffic for a select set of URLs (Not IPs… URLs)
I can already deal with traffic types and IPs I need URLs IE any UTUBE waits for Microsoft.com Etc.
The solution (commercial product) is NOT stable and is causing more issues then it “solves”..
Any suggestions ??
External squid proxy with delay pools?
Pools refer to internal users. (priority).. (from what I have looked up…)
I need URLs.
www.site1.com = highest
www.site2.net = regular
www.youtube.* = you wait…
www.porn.com = you wish !!
delay pools can be applied to url’s
Example:
delay_pools 1 #Number of delay pools
#youtube delay
acl youtube_pool url_regex -i youtube.com
delay_class 1 1 #pool 1 is a delay_class 1
delay_parameters 1 5000/10000
delay_access 1 allow youtube_delay
Put delays afer http_access deny all
Jimbo