Re: [squid-users] SARG - deny_info problem

2008-02-21 Thread eXtremer
I'm using RedHat 9, and this is the last version of squid (squid-2.5.STABLE1-3.9.i386) that I found for RH9, If you could tell where to find the 2.6 version for it I'll appreciate. -- View this message in context: http://www.nabble.com/SARG---deny_info-problem-tp15586805p15606543.html Sent from

[squid-users] SARG - deny_info problem

2008-02-20 Thread eXtremer
Hi all. A few days ago my server died, yesterday I installed and configured again. all fine except one deny_info. Here is my config: acl adv url_regex -i "/etc/squid/deny/banner.block" http_access deny adv deny_info http://192.168.1.50/spam/nospam.gif adv when trying to use the proxy, squid die

[squid-users] Block all Web Proxies with squid.

2007-09-04 Thread eXtremer
Is it possible to block all Web proxies with squid ? cose users can access bad sites and I can't do nothing ! I banned with url_regex for example the word "proxy" and now users cannot access for examply this site: http://www.proxytoplist.com/ but they can enter other web proxies like: http://www.u

[squid-users] reply_body_max_size is not working (max download).

2007-08-24 Thread eXtremer
I don't know why but this option is not working. request_body_max_size <- restriction for max upload is working well, but reply_body_max_size <- restriciton for max download is not working. Why ? Here is my config file: # TAG: request_body_max_size (KB) # This specifies the maximum size

Re: [squid-users] request/reply_body_max_size wrong ERR_ message !

2007-08-24 Thread eXtremer
Chris Robertson-2 wrote: > > eXtremer wrote: >> I'm using request_body_max_size & reply_body_max_size in my squid.conf >> every think is working perfectly the problem is in ERR message, >> by default it must be ERR_TOO_BIG, but in my case it's ERR_ACCES

[squid-users] request/reply_body_max_size wrong ERR_ message !

2007-08-17 Thread eXtremer
I'm using request_body_max_size & reply_body_max_size in my squid.conf every think is working perfectly the problem is in ERR message, by default it must be ERR_TOO_BIG, but in my case it's ERR_ACCESS_DENIED, why ? How to change it to ERR_TOO_BIG. Waiting 4 reply, 10x in advance. -- View this me

[squid-users] Squid allow only 2 max connections per IP

2007-08-03 Thread eXtremer
Here is my config: #Recommended minimum configuration: acl all src 0.0.0.0/0.0.0.0 acl manager proto cache_object acl localhost src 127.0.0.1/255.255.255.255 acl to_localhost dst 127.0.0.0/8 acl SSL_ports port 443 563 444 acl Safe_ports port 80 # http #acl Safe_ports port 21 # ft

[squid-users] Deny download a file bigger than 2.1 Mb, allow only from a specific domain.

2007-07-25 Thread eXtremer
Is it possible to configure squid in such a way so that it Deny download files that are bigger than 2.1 Mb but allow only from a specific site/domain, for example .symantec.com ? waiting for a reply, 10x in advance. my settings: reply_body_max_size 210 allow all -- View this message in cont

Re: [squid-users] squid - restrict max upload

2007-07-10 Thread eXtremer
Solution found (thanks to Henrik Nordstrom). request_body_max_size 3 MB -- View this message in context: http://www.nabble.com/squid---restrict-max-upload-tf401.html#a11520530 Sent from the Squid - Users mailing list archive at Nabble.com.

[squid-users] squid - restrict max upload

2007-07-10 Thread eXtremer
Hi all. I want to restrict users from uploading large files, in my case I want to allow only 3 Mb for uploading. I already restricted for max download with this option: reply_body_max_size 200 allow all <= max file size is 2 Mb But I can't find the code to restrict upload ! Waiting for a rep