Re: [squid-users] RE : [squid-users] blocking file extension

2004-08-18 Thread Merton Campbell Crockett
r RE > > > > For example: > > \.mp3\?.*$ will match "/file.mp3?sometext" but not "/file.mp3" > > > > > > is \.dll\?.*$ in the block.txt file?? > > > > Kevin > > > > > > -Message d'origine----- > &g

Re: [squid-users] RE : [squid-users] blocking file extension

2004-08-18 Thread devendra
.txt file?? Kevin -Message d'origine- De : devendra [mailto:[EMAIL PROTECTED] Envoyé : mercredi 18 août 2004 14:19 À : Muthukumar; [EMAIL PROTECTED] Objet : Re: [squid-users] blocking file extension Hello, Like when i sign off from yahoo or hotmail It gives me access deny error. Devendra At 02

[squid-users] RE : [squid-users] RE : [squid-users] blocking file extension

2004-08-18 Thread Kevin D
nvoyé : mercredi 18 août 2004 15:51 À : Kevin D; [EMAIL PROTECTED] Objet : Re: [squid-users] RE : [squid-users] blocking file extension Hi, No i havent block dll file in the block.txt some times RE work and some time it dont work, are the RE are correct or not Devendra At 04:01 PM 18/08/2004, Kevin D

Re: [squid-users] RE : [squid-users] blocking file extension

2004-08-18 Thread devendra
e.mp3?sometext" but not "/file.mp3" is \.dll\?.*$ in the block.txt file?? Kevin -Message d'origine- De : devendra [mailto:[EMAIL PROTECTED] Envoyé : mercredi 18 août 2004 14:19 À : Muthukumar; [EMAIL PROTECTED] Objet : Re: [squid-users] blocking file extension Hello, Like w

[squid-users] RE : [squid-users] blocking file extension

2004-08-18 Thread Kevin D
19 À : Muthukumar; [EMAIL PROTECTED] Objet : Re: [squid-users] blocking file extension Hello, Like when i sign off from yahoo or hotmail It gives me access deny error. Devendra At 02:41 PM 18/08/2004, Muthukumar wrote: > > block.txt > > -- > > \.cab\?.*$ > >

Re: [squid-users] blocking file extension

2004-08-18 Thread devendra
Hello, Like when i sign off from yahoo or hotmail It gives me access deny error. Devendra At 02:41 PM 18/08/2004, Muthukumar wrote: > block.txt > -- > \.cab\?.*$ > \.rm\?.*$ > \.mp\?.*$ > \.mpg\?.*$ > \.mpeg\?.*$ > \.mp3\?.*$ > \.wmv\?.*$ > \.wma\?.*$ > \.mov\?.*$ > \.avi\?.*$ > -- > > squ

Re: [squid-users] blocking file extension

2004-08-18 Thread Muthukumar
> block.txt > -- > \.cab\?.*$ > \.rm\?.*$ > \.mp\?.*$ > \.mpg\?.*$ > \.mpeg\?.*$ > \.mp3\?.*$ > \.wmv\?.*$ > \.wma\?.*$ > \.mov\?.*$ > \.avi\?.*$ > -- > > squid conf > > acl block urlpath_regex -i "/etc/squid/block.txt" > http_access deny block It will block the list of files with the ext

[squid-users] blocking file extension

2004-08-18 Thread devendra
Hello I want to block some file download from squid server. reading the earlier thread i have created one file with extension like. block.txt -- \.cab\?.*$ \.rm\?.*$ \.mp\?.*$ \.mpg\?.*$ \.mpeg\?.*$ \.mp3\?.*$ \.wmv\?.*$ \.wma\?.*$ \.mov\?.*$ \.avi\?.*$ -- squid conf acl block urlpath_regex