This is a discussion on [squid-users] Re: How do I block Adult Sites within the Squid Users forums, part of the Web Server and Related Forums category; ``put'' acl yournet src xxx.xxx.xxx.xxx before. > acl porn url_regex "/usr/local/squid/etc/porn" ``...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
``put'' acl yournet src xxx.xxx.xxx.xxx before.
> acl porn url_regex "/usr/local/squid/etc/porn" ``try'' acl porn dstdom_regex "/usr/local/squid/etc/porn" > http_access deny porn ``try'' http_access allow yournet !porn ``last but not least, don't forget to put'' http_access deny all after. goodluck! ::damk:: >> Nilesh writes: >> Hello All, >> >> Can you please tell me how do i block adult site >> i have shifted my proxy server to squid but not able >> to block sites >> please help me >> >> acl porn url_regex "/usr/local/squid/etc/porn" >> http_access deny porn >> >> this sring is not working >> >> >> >> __________________________________ >> Do you Yahoo!? >> Find out what made the Top Yahoo! Searches of 2003 >> http://search.yahoo.com/top2003 |