Search squid archive

Re: [squid-users] Deny media

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> I need to block *.mp3, *.wav, *.mpeg and other media
> to everybody.
> But I wgot two groups (vip and proveleged) which can
> download this stuff.

You can control this with acl types as,

acl block urlpath_regex \.mp3$ \.wav$ \.mpeg$
acl vip src ip-ranges..
acl pro src ip-range
acl normal src ip-range

http_access allow vip block
http_access allow pro block
http_access deny normal block

P.S: It may be varied based upon your existing acls
and requirement.

==================================================
Best Regards,
Squid Runner Team
squidrunner_dev at yahoo dot com

SquidRunner - An Automatic Squid Builder 
Web: http://freshmeat.net/projects/squidrunner/
Support: runnersupport at gmail dot com

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

[Index of Archives]     [Linux Audio Users]     [Samba]     [Big List of Linux Books]     [Linux USB]     [Yosemite News]

  Powered by Linux