[squid-users] acl rep_header Content_length does not work

2006-09-02 Thread lopl
Dear I need to use an acl that works with reply size. better way( I found) is using following acl acl aclname rep_header header-name [-i] any\.regex\.here # from squid.conf.default changed to: acl bigfiles rep_header Content-Length ^(1|2)?+[0-9]{0,6}?$ http_access deny bigfiles http_access

[squid-users] acl rep_header for Content_Length

2006-08-30 Thread lopl
Dear I found an acl (rep_header) useful, to prevent sending bigfiles to icap_server. for example 3 MB . this config line was added. acl test rep_header Content-Length ^(1|2)?+[0-9]{0-5}$ icap_access s1 allow test icap_access s1 deny all but unfortunately all of downloaded files were denied .

[squid-users] acl size_file for icap_access(respmod)

2006-08-29 Thread lopl
Hi Dear is any patch or doc to add a new acl ,that squid as icap_client does not send files bigger X bytes to icap_server(kavicapserver). Best Mani

[squid-users] bypass icap for big files

2006-08-29 Thread lopl
Hi how can I bypass icap , for big files? Best Pezhman

[squid-users] acl for file size

2006-08-26 Thread lopl
Hi is any acl to prevent downloading files bigger than x byte.? Best Pezhman

[squid-users] ACL: request max body size

2006-08-21 Thread lopl
it's not good to send big files to A.V. thru Icap. so : I found a useful patch in: http://www.squid-cache.org/mail-archive/squid-dev/200402/0068.html but not working. now, my question is: is squid checking and resolving file size before downloading? Best Pezhman add them lines to squid src,

[squid-users] linux_kernel

2006-08-17 Thread lopl
Hi Dear I want to recompile linux's kernel, for using in cache server, to release the best result. is any document or idea about. Best Regards Pezhman Lali

[squid-users] mail_list_problem

2006-08-16 Thread lopl
hi some times, after sending a new post or reply to other post, I don't receive my post via mailling_list, but other friends answer me. where is the problem? Regards Pezhman Lali

[squid-users] acl for size of file

2006-08-16 Thread lopl
Hi Dear I have a problem with squid+ICAP(A.V) for big files. is any acl to prevent sending big files to icap_server Best Pezhman Lali

[squid-users] cachemgr_html_temp

2006-08-16 Thread lopl
Dear is any template for cachemgr.cgi, like erros, (ERR_*_*.html) Best Regards Pezhman Lali

[squid-users] time_error

2006-08-13 Thread lopl
hi because of some reasons, I must to change the date of cache server, may be to damage squid? Best Pezhman

[squid-users] relocation_error

2006-08-13 Thread lopl
hi after compiling and configuring squid in local system for test, after all of testings passed. I copied all of necessary files (for squid) to the server. but this error was reported, after squid running, (on the server) [EMAIL PROTECTED] lib]# squid squid: relocation error: /lib/libssl.so.4:

[squid-users] client_list_data

2006-08-12 Thread lopl
hi in the client_list of cachemgr.cgi : Address: 192.168.100.160 Name: 192.168.100.160 Currently established connections: 0 ICP Requests 0 HTTP Requests 558 TCP_HIT 13 2% TCP_MISS 307 55% TCP_REFRESH_HIT 37 7%

[squid-users] cachemgr_ wrapping_perl

2006-08-09 Thread lopl
Hi I need to fetch data (in detail) from cachemgr.cgi and put into administration web UI. It's good if with perl. is there a good script for this action? best Pezhman

[squid-users] fetch_data_from_cachemgr.cgi

2006-08-09 Thread lopl
Hi I need to fetch data (in detail) from cachemgr.cgi and put into administration web UI with perl. is there a good script for this action? best Pezhman

[squid-users] patch_collection

2006-08-09 Thread lopl
Hi is there any patch collection, online? tell me if u know. Best Regards Pezhman

[squid-users] ftp over squid

2006-08-06 Thread lopl
Hi by default setting and only adding http accel's setting on squid 2.5.12, = also iptables rule to redirect dport=3D80 to 3128, caching http requests = works properly,=20 but with adding iptables'es rule to redirect --dport 21 to 3128, the ftp = client falls in error,=20 let me know where my

[squid-users] get data from cachemgr

2006-08-06 Thread lopl
Hi dear because of project defined, I can not use web server in cache server, so there is a restriction to use cachmagr.cgi. how can i send GET variables to cachemgr.cgi, and get data to save in local file ? Regards, Pezhman