[squid-users] Can i block ftp server ?
hi guys can i block an ftp server or squid snif only http protocol (i don't remeber) for example ftp://ftp.com ? chers Andrea Soccal IT Sistema Ufficio [EMAIL PROTECTED]
[squid-users] Block stream
hi how to block stream audio video ? thks Andrea Soccal IT Sistema Ufficio [EMAIL PROTECTED]
[squid-users] Calculate Cache_mem
How to for calculate the right cache_mem for a squid of my lan ? Andrea Soccal IT Sistema Ufficio [EMAIL PROTECTED]
[squid-users] R: [squid-users] Block mp3 mpg ecc.....
Ok work it ! thanks Andrea Soccal IT Sistema Ufficio [EMAIL PROTECTED] -Messaggio originale- Da: Henrik Nordstrom [mailto:[EMAIL PROTECTED] Inviato: venerdì 19 settembre 2003 17.22 A: Soccal Andrea Cc: '[EMAIL PROTECTED]' Oggetto: Re: [squid-users] Block mp3 mpg ecc. On Fri, 19 Sep 2003, Soccal Andrea wrote: > It's true ? > Acl download urlpath_regex \.mp3 \.avi .. ? Yes.. have you tried? Regards Henrik
[squid-users] Block mp3 mpg ecc.....
It's true ? Acl download urlpath_regex \.mp3 \.avi .. ? thanks Andrea Soccal IT Sistema Ufficio [EMAIL PROTECTED]
[squid-users] R: [squid-users] Block site with a specific word in the entire ur l
Ok But if i have a word (ex) similar at the word (sex) With Acl rule1 url_regex -i sex Http_access denied rule1 Block the access or no ? Andrea Soccal IT Sistema Ufficio [EMAIL PROTECTED] -Messaggio originale- Da: Leonardo Rodrigues Magalhães [mailto:[EMAIL PROTECTED] Inviato: venerdì 19 settembre 2003 15.48 A: Soccal Andrea; [EMAIL PROTECTED] Oggetto: Re: [squid-users] Block site with a specific word in the entire url -i means NO case sensitivite. acl rule1 url_regex sex http_access deny rule1 will deny http://www.something.com/sex but will ALLOW http://www.something.com/sEx because url_regex IS case sensitivite and you asked to blocked 'sex' and not 'sEx' using acl rule1 url_regex -i sex (now we got a case INsensitivite rule) instead will block all possible case combination of the word sex, like SEx, SEX, SeX, etc Hint: Use -i :) Sincerily, Leonardo Rodrigues - Original Message - From: "Soccal Andrea" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, September 19, 2003 10:37 AM Subject: [squid-users] Block site with a specific word in the entire url > Hi squid boys ! > I want block the site with a SPECIFIC words in the url ...for example: > > Www.domain.com/ > www.domain.com/ok/ > > The command it's > Acl aclname url_regex ??? > > With -i option ??what's the mean of -i option ?? > > thanks >
[squid-users] Block site with a specific word in the entire url
Hi squid boys ! I want block the site with a SPECIFIC words in the url ...for example: Www.domain.com/ www.domain.com/ok/ The command it's Acl aclname url_regex ??? With -i option ??what's the mean of -i option ?? thanks Andrea Soccal IT Sistema Ufficio [EMAIL PROTECTED]
[squid-users] Block site with a specific word in the entire url
Hi squid boys ! I want block the site with a SPECIFIC words in the url ...for example: Www.domain.com/pussy www.domain.com/ok/fuck The command it's Acl aclname url_regex ??? With -i option ??what's the mean of -i option ?? thanks Andrea Soccal IT Sistema Ufficio [EMAIL PROTECTED]
[squid-users] R: [squid-users] Can Overwrite Store.log ?
Ok Therefore make a new file TXt named store.log ?? Thakns Andrea Soccal IT Sistema Ufficio [EMAIL PROTECTED] -Messaggio originale- Da: Henrik Nordstrom [mailto:[EMAIL PROTECTED] Inviato: martedì 9 settembre 2003 11.37 A: Soccal Andrea; '[EMAIL PROTECTED]' Oggetto: Re: [squid-users] Can Overwrite Store.log ? On Tuesday 09 September 2003 11.19, Soccal Andrea wrote: > hi guys > can overwrite the store.log because now the size of this log is 170Mb > ,with an another store.loc empty ??? Yes, and you can even disable the writing of store.log from squid.conf. store.log is generally not useful. Regards Henrik -- Donations welcome if you consider my Free Squid support helpful. https://www.paypal.com/xclick/business=hno%40squid-cache.org If you need commercial Squid support or cost effective Squid or firewall appliances please refer to MARA Systems AB, Sweden http://www.marasystems.com/, [EMAIL PROTECTED]
[squid-users] Can Overwrite Store.log ?
hi guys can overwrite the store.log because now the size of this log is 170Mb ,with an another store.loc empty ??? Andrea Soccal IT Sistema Ufficio [EMAIL PROTECTED]
[squid-users] Block download specifyc size
Hi How to for block download of specifyc size of the client pc ?? Thanks ! Andrea Soccal IT Sistema Ufficio [EMAIL PROTECTED]