[squid-users] I redirect some http traffic to squid ( 90Mbps) and i found TIME_WAIT is 20840 and one of squid process is 57% , whether it will be fine ?

2016-08-09 Thread johnzeng
Hello Dear Sir I redirect some http traffic to squid ( 90Mbps) and i found TIME_WAIT is 20840 and one of squid process is 57% whether it will be normal condition ?? Whether we can balance cpu processing capacity

[squid-users] about cpu status

2016-07-14 Thread johnzeng
Hello Dear SIr : i deployed a set of squid 3.5.2 and redirect 300Mbps http traffic . this is part config workers 4 cpu_affinity_map process_numbers=1,2,3,4 cores=1,3,5,7 i check cpu status via top command ,and i found one of

Re: [squid-users] How to replace (squid/3.x.x) info at http reponse header via and warning

2016-04-16 Thread johnzeng
Hello Amos : Thanks again . John > Hello Dear Sir > > How to replace (squid/3.x.x) info at http reponse header via and warning , > > Whether i will updated HttpHeader.cc ? > > {"Via", HDR_VIA, ftStr}, /* for now */ > {"Warning", HDR_WARNING, ftStr}, /* for now */ > > > Best Regards > > > John __

[squid-users] How to replace (squid/3.x.x) info at http reponse header via and warning

2016-04-15 Thread johnzeng
Hello Dear Sir How to replace (squid/3.x.x) info at http reponse header via and warning , Whether i will updated HttpHeader.cc ? {"Via", HDR_VIA, ftStr}, /* for now */ {"Warning", HDR_WARNING, ftStr}, /* for now */ Best Regards John ___ squid-user

[squid-users] i have two question about https_port tproxy

2016-04-12 Thread johnzeng
Hello Dear Sir : i will optimize https traffic recently at bridge tproxy environment , i know squid will https_port tproxy , question one : Whether the feature ( https_port) will be stable at squid 3.5 ? question two : https_proxy will optimize special website url via acl or https_proxy can opt

[squid-users] how i will avoid the warning info ? "This cache hit is still fresh and more than 1 day old"

2016-03-16 Thread johnzeng
Hello Amos: i catch these info via firebug just now , I don't whether these info is correct , but i hope to reduce refresh time via analying the warning info . Best Regard Access-Control-Allow-Orig... * Age 18049066 Cache-Control max-age=31536 Content-Length 252 Content-Type image/png

[squid-users] how i will avoid the warning info ? "This cache hit is still fresh and more than 1 day old"

2016-03-15 Thread johnzeng
Hello Dear Sir : i found a warning info via firebug , how i will avoid the warning info ? Age 474416 Cache-Control max-age=31536 Content-Length 1556 Content-Type image/jpeg Date Sat, 05 Mar 2016 01:38:36 GMT Expires Thu, 31 Dec 2037 23:55:55 GMT Last-Modified Wed, 25 Mar 2015 13:00:08 GMT Se

[squid-users] after i checked via firebug ( firefox addon) , i found waiting time is very high via monitor hit small object , how i do reduce the waiting time for hit object ??

2016-03-14 Thread johnzeng
Hello Dear Amos: I guess i know real reason via analying request and rep header of firebug . i found our cache obtained data from other cache(not us ) , and Age is small value or 0 , So our cache have to refresh or confirm with other cache often . and we i found waiting time is very high via m

[squid-users] after i checked via firebug ( firefox addon) , i found waiting time is very high via monitor hit small object , how i do reduce the waiting time for hit object ??

2016-03-14 Thread johnzeng
Hello Dear Sir : i hope to optimize cache effect recently , after i checked via firebug ( firefox addon) , i found waiting time is very high via monitor hit small object Maybe there are some error about refresh_pattern ( reload-into-ims) ? how i do reduce the waiting time for hit object ?? fo

[squid-users] Whether bypass the part TAG_NONE/400 4413 NONE error:invalid-request - HIER_NONE/- text/html at access.log

2016-03-06 Thread johnzeng
------ On 6/03/2016 11:09 a.m., johnzeng wrote: >/ />/ Hello Dear Sir />/ />/ i found more error info at access.log />/ />/ 192.168.0.16 TAG_NONE/400 4413 NONE error:invalid-request - HIER_NONE/- />/ text/html />/ />/ Whether we can skip or bypass the

[squid-users] Whether bypass the part TAG_NONE/400 4413 NONE error:invalid-request - HIER_NONE/- text/html at access.log

2016-03-05 Thread johnzeng
Hello Dear Sir i found more error info at access.log 192.168.0.16 TAG_NONE/400 4413 NONE error:invalid-request - HIER_NONE/- text/html Whether we can skip or bypass the TAG_NONE/400 ? if it wont't affect normal access , Whether we can skip the part at access.log and too more same info at acces

[squid-users] How to cache <1KB content ? How to improve hit ratio in memory

2016-03-03 Thread johnzeng
Hello Dear Sir I hope i can improve hit ratio of cache system recently , but i have two question . first : whether maximum_object_size_in_memory can be writed ( other value less than 1KB) maximum_object_size_in_memory 500 bytes ( whether it will be correct ) Second : When i set maximum_obje

[squid-users] Whether my understanding is correct ?

2016-03-03 Thread johnzeng
Hello Sir : When i use Squid 3.5.5 and start Squid . worker is 2 in squid config When i use ps tool and i found number of pid is different between starting runing squid and normal runing squid . ps -u squiduser | grep "squid" at starting runing squid there are five processing at starting runi

[squid-users] a problem about reverse proxy and $.ajax

2015-07-16 Thread johnzeng
Hello dear All : i am writing testing download rate program recently , and i hope use reverse proxy ( squid 3.5.x) too , but if we use reverse proxy and i found Ajax won[t succeed to download , and success: function(html,textStatus) -- return value ( html ) is blank . if possible , please gi

[squid-users] how to realize (external_acl_type) logout without squid -k reconfigure

2015-04-17 Thread johnzeng
Hello Dear Sir : We tested external_acl_type for web authentication via writing check.php , and login feature is fine squid config is external_acl_type session ipv4 concurrency=10 ttl=3600 negative_ttl=0 cache=1048576 %SRC /opt/check.php check.php ( for login) is fwrite(STDOUT, $stre

[squid-users] how to realize (external_acl_type) logout without squid -k reconfigure

2015-04-17 Thread johnzeng
Hello Dear Sir : We tested external_acl_type for web authentication via writing check.php , and login feature is fine squid config is external_acl_type session ipv4 concurrency=10 ttl=3600 negative_ttl=0 cache=1048576 %SRC /opt/check.php check.php ( for login) is fwrite(STDOUT, $source_ip."

Re: [squid-users] Possible-Spam a question about Dns lookup

2015-04-07 Thread johnzeng
Hello Dear Amos: Thanks for your reply , and We redirect traffics based port 80 via ebtables -t broute at bridge mode . and Tproxy is located route layer or ip layer , you are right , we must set default route and return route fo

Re: [squid-users] Possible-Spam a question about Dns lookup

2015-04-07 Thread johnzeng
would actually hinder performance in most cases. -Original Message- From: squid-users [mailto:squid-users-boun...@lists.squid-cache.org] On Behalf Of johnzeng Sent: Saturday, April 4, 2015 8:27 AM To: squid-users@lists.squid-cache.org; Amos Jeffries Subject: Possible-Spam [squid-use

[squid-users] hi , i don't receive any info from squid-users@lists.squid-cache.org now

2015-04-06 Thread johnzeng
HI Amos : hi , i don't receive any info from squid-users@lists.squid-cache.org now , if possible , please help me to check . Best Regards john ___ squid-users mailing list squid-users@lists.squid-cache.org http://lists.squid-cache.org/listinfo/squid

[squid-users] a question about Dns lookup

2015-04-04 Thread johnzeng
Hello All I deploy squid 3.5.2 and Bind9 at same box , and redirect full dns request to Bind server via setting /etc/resolv.conf nameserver 127.0.0.1 and i use tproxy and bridge mode , but when traffic thourgh squid , and i found dns resolving rate will be slow than privious status . Whether i

[squid-users] rock communication channel establishment timeout

2015-03-25 Thread johnzeng
Hello Dear All i meet a strange problem , when i run cache_dir rock , and i found error info rock communication channel establishment timeout if possible, please give me some advisement This is my config cache_dir rock /accerater/webcache3/storage/cossbig1/opmizer1 9485 min-size=4097 max-

[squid-users] rock communication channel establishment timeout

2015-03-25 Thread johnzeng
Hello Dear All i meet a strange problem , when i run cache_dir rock , and i found error info rock communication channel establishment timeout if possible, please give me some advisement This is my config cache_dir rock /accerater/webcache3/storage/cossbig1/opmizer1 9485 min-size=4097 max-s

Re: [squid-users] assertion failed: client_side.cc:1515: "connIsUsable(http->getConn())

2015-03-19 Thread johnzeng
Hello Dan: i used squid 2.7stable9 ago ,and i worried whether squid 3.5.2 is stablest for us until now too . and you ? Do you think Whether version is stablest at squid 3.xxx ? Well I got 3.5.2 into production for a few hours and

Re: [squid-users] assertion failed: client_side.cc:1515: "connIsUsable(http->getConn())

2015-03-19 Thread johnzeng
Hello Dan: i used 3.5.2 just now , i worried 3.5.3 isn't very stable too , i use 2.7stable 9 ago , and you ? if version is 3.xxx , which version is stablest until now . Best Regard 于 2015年0

Re: [squid-users] WARNING: 1 swapin MD5 mismatches and BUG 3279: HTTP reply without Date:

2015-03-19 Thread johnzeng
-cache.org/show_bug.cgi?id=3483 On 19 March 2015 at 22:37, johnzeng <mailto:johnzeng2...@yahoo.com>> wrote: Hello All i check squid log, and i found some Warning info and bug info , Whether it will affect normal access ? if possible, please give me some direction fo

[squid-users] WARNING: 1 swapin MD5 mismatches and BUG 3279: HTTP reply without Date:

2015-03-19 Thread johnzeng
Hello All i check squid log, and i found some Warning info and bug info , Whether it will affect normal access ? if possible, please give me some direction for sloving the problem 2015/03/19 19:29:02 kid1| WARNING: 1 swapin MD5 mismatches 2015/03/19 19:29:02 kid1| Could not parse headers from

Re: [squid-users] (about external_acl_type problem ) two people can't login and access internet together

2015-03-18 Thread johnzeng
Hello Amos: Thanks again , and i tested for the part and sloved the problem just now . Have a good day with you . Best Regards ___ squid-users mailing list squid-users@lists.squid-cache.

[squid-users] (about external_acl_type problem ) two people can't login and access internet together

2015-03-18 Thread johnzeng
Hello All if possible ,please give me some advisement , thanks Whether ttl=50 (value) is too low , Maybe i will update ttl value to ttl=3600 cache=1048576 . i have a question still , Whether cached results for external_acl is reponse from helper program ? for example : if FORMAT

Re: [squid-users] (about external_acl_type problem ) two people can't login and access internet together

2015-03-17 Thread johnzeng
Hello All Whether ttl=50 (value) is too low , Maybe i will update ttl value to ttl=3600 cache=1048576 . i have a question still , Whether cached results for external_acl is reponse from helper program ? for example : if FORMAT is %SRC , and helper progrm return "OK\n" , and external_acl_type t

Re: [squid-users] (about external_acl_type problem ) two people can't login and access internet together

2015-03-17 Thread johnzeng
> Hello All: > > i test splash portal via external_acl_type ... > > Although the first people succeed to login and can access internet , but > when second people succeed to login and can access internet , > > and the firest people have to login again . when the firest people > succeed to login and

[squid-users] (about external_acl_type problem ) two people can't login and access internet together

2015-03-17 Thread johnzeng
Hello Dear All: i test splash portal via external_acl_type ... Although the first people succeed to login and can access internet , but when second people succeed to login and can access internet , and the firest people have to login again . when the firest people succeed to login and can acces

Re: [squid-users] squid 3.2.5 helpers/external_acl/session compile problem

2015-03-15 Thread johnzeng
Hello Dear Eliezer: Ubuntu 10.04 and linux kernel : 2.6.32-33-generic 于 2015年03月15日 22:35, Eliezer Croitoru 写道: Hey, What OS are you building squid on? Eliezer On 14/03/2015 14:34, johnzeng wrote: Hello All: I try to compile helpers/external_acl/session

Re: [squid-users] squid 3.2.5 helpers/external_acl/session compile problem

2015-03-14 Thread johnzeng
Hello Amos : When i run ./configure . , this is screen info . checking whether dbopen is declared... no checking if dbopen needs -ldb... no configure: WARNING: Could not find krb5-config in path configure: WARNING: ldap.h: accepted by the compiler, rejected by the

Re: [squid-users] squid 3.2.5 helpers/external_acl/session compile problem

2015-03-14 Thread johnzeng
db.h On 15/03/2015 1:39 a.m., johnzeng wrote: Hello All i read the link http://www.squid-cache.org/mail-archive/squid-users/201112/0339.html but i cat config.log | grep HAVE_DB_H in according to the advisement | #define HAVE_DB_H 1 | #define HAVE_DB_H 1 | #define HAVE_DB_H 1 | #define

Re: [squid-users] squid 3.2.5 helpers/external_acl/session compile problem

2015-03-14 Thread johnzeng
Hello All i read the link http://www.squid-cache.org/mail-archive/squid-users/201112/0339.html but i cat config.log | grep HAVE_DB_H in according to the advisement > | #define HAVE_DB_H 1 > | #define HAVE_DB_H 1 > | #define HAVE_DB_H 1 > | #define HAVE_DB_H 1 > | #define HAVE_DB_H 1 > | #define

[squid-users] squid 3.2.5 helpers/external_acl/session compile problem

2015-03-14 Thread johnzeng
Hello All: I try to compile helpers/external_acl/session too , and Db evirontment is db-4.8.30 ( Berkeley DB) , Maybe it will be caused by error Bdb version . But i can't confirm . ./configure --prefix=/accerater/webcache3 --enable-follow-x-forwarded-for --enable-snmp --enable-linux-netfilter -

Re: [squid-users] i hope to use external ACL + ldap at squid 3.5.2, but i don't find ext_ldap_group_acl and basic_ldap_auth from /squid/libexec/

2015-03-14 Thread johnzeng
Hello Amos: Thanks again , i sloved the problem in according to your advisement . On 14/03/2015 8:12 p.m., johnzeng wrote: Hi Amos: How i will build LDAP libraries for squid ? We built openldap-2.4.39 environment

Re: [squid-users] i hope to use external ACL + ldap at squid 3.5.2, but i don't find ext_ldap_group_acl and basic_ldap_auth from /squid/libexec/

2015-03-14 Thread johnzeng
OP3,RADIUS,SASL,SMB --enable-auth-digest=file,LDAP --enable-cache-digests --enable-auth-negotiate=kerberos,wrapper --enable-auth-ntlm=fake,smb_lm if possible , please advise me how to do . 于 2015年03月14日 13:07, Amos Jeffries 写道: On 14/03/2015 5:37 a.m., johnzeng wrote: Hello All: i hope to us

[squid-users] i hope to use external ACL + ldap at squid 3.5.2, but i don't find ext_ldap_group_acl and basic_ldap_auth from /squid/libexec/

2015-03-13 Thread johnzeng
Hello All: i hope to use external ACL + ldap at squid 3.5.2, but i don't find ext_ldap_group_acl and basic_ldap_auth from /squid/libexec/ if possible , please give me some advisement . Thanks This is my config configure options: '--prefix=/accerater/webcache3' '--enable-follow-x-forwarded-for

Re: [squid-users] Whether squid 3.5.2 can support rock at wccp tproxy environment really ?

2015-03-12 Thread johnzeng
Hello Dear Eliezer: Although we are running two different process for wccp redirection and Cache operation. but There are the problem still , i guess wccp need check rock and aufs' health , Maybe rock is incompatible with wccp . ( problem : I face a probl

Re: [squid-users] i hope to build web Authentication portal at Tproxy environment recenty , can you give me some advisement .

2015-03-11 Thread johnzeng
Hello Steve: Thanks for your clear detail and advisement . John On 11.03.15 10:22, johnzeng wrote: whether php or jquery need send user ip address to squid ? otherwise i worried whether squid can confirm user info and how to identify and controll

[squid-users] i hope to build web Authentication portal at Tproxy environment recenty , can you give me some advisement .

2015-03-11 Thread johnzeng
Hello Dear all: i hope to build web Authentication portal at Tproxy environment recenty , but i don't have experience about the Authentication, Which Authentication mode will be best direction between Ldap and My sql or other (ncsa ) for web Athentication portal ? my thought is : When Htt

Re: [squid-users] Whether squid 3.5.2 can support rock at wccp tproxy environment really ?

2015-03-11 Thread johnzeng
Hello Amos: Ok, I see Thanks again. Have a good day with you . Hello Amos: --- For

Re: [squid-users] Whether squid 3.5.2 can support rock at wccp tproxy environment really ?

2015-03-09 Thread johnzeng
operation 于 2015年03月09日 13:01, Amos Jeffries 写道: On 9/03/2015 4:38 p.m., johnzeng wrote: Hello Dear All : I face a problem recently , When i config wccp ( tproxy ) environment ( via using squid 3.5.2 ) , if i disable cache_dir rock part ,and it will be success for wccp( tproxy) , and

Re: [squid-users] Whether squid 3.5.2 can support rock at wccp tproxy environment really ? ( there are same problem between smp model or single model )

2015-03-09 Thread johnzeng
于 2015年03月09日 17:28, johnzeng 写道: Hello Dear Amos: Thanks for your reply , i updated my config in according to your advisement . i do more testing for the part . i face same problem still , although i understand your saying

Re: [squid-users] Whether squid 3.5.2 can support rock at wccp tproxy environment really ?

2015-03-09 Thread johnzeng
5/03/09 15:23:36 kid2| storeLateRelease: released 0 objects 于 2015年03月09日 13:01, Amos Jeffries 写道: On 9/03/2015 4:38 p.m., johnzeng wrote: Hello Dear All : I face a problem recently , When i config wccp ( tproxy ) environment ( via using squid 3.5.2 ) , if i disable cache_dir rock part ,and it wil

Re: [squid-users] Whether squid 3.5.2 can support rock at wccp tproxy environment really ?

2015-03-09 Thread johnzeng
e: released 0 objects 于 2015年03月09日 13:01, Amos Jeffries 写道: On 9/03/2015 4:38 p.m., johnzeng wrote: Hello Dear All : I face a problem recently , When i config wccp ( tproxy ) environment ( via using squid 3.5.2 ) , if i disable cache_dir rock part ,and it will be success for wccp( tproxy) ,

[squid-users] Whether squid 3.5.2 can support rock at wccp tproxy environment really ?

2015-03-08 Thread johnzeng
: Hello Dear All : I face a problem recently , When i config wccp ( tproxy ) environment ( via using squid 3.5.2 ) , if i disable cache_dir rock part ,and it will be success for wccp( tproxy) , and enable cache_dir aufs #cache_dir rock /accerater/webcache3/storage/rock1 2646 min-size=4096 max

[squid-users] Whether squid 3.5.2 can support rock at wccp tproxy environment really ?

2015-03-08 Thread johnzeng
Hello Dear All : I face a problem recently , When i config wccp ( tproxy ) environment ( via using squid 3.5.2 ) , if i disable cache_dir rock part ,and it will be success for wccp( tproxy) , and enable cache_dir aufs #cache_dir rock /accerater/webcache3/storage/rock1 2646 min-size=4096 max-si

[squid-users] Whether squid 3.5.2 can support rock at wccp tproxy environment really ?

2015-03-08 Thread johnzeng
Hello Dear All : I face a problem recently , When i config wccp ( tproxy ) environment ( via using squid 3.5.2 ) , if i disable cache_dir rock part ,and it will be success for wccp( tproxy) , and enable cache_dir aufs #cache_dir rock /accerater/webcache3/storage/rock1 2646 min-size=4096 max-si

Re: [squid-users] When i browse some webpage ( www.ifeng.com) via proxy ( squid.3.5.2) .There are some error info ( Content Encoding Error )

2015-03-05 Thread johnzeng
08:25, Amos Jeffries 写道: On 6/03/2015 3:56 a.m., johnzeng wrote: Hi all : When i browse some webpage ( www.ifeng.com) via proxy ( squid.3.5.2) , There are some error info from firefox browser . if possible , please give some advisement

[squid-users] When i browse some webpage ( www.ifeng.com) via proxy ( squid.3.5.2) .There are some error info ( Content Encoding Error )

2015-03-05 Thread johnzeng
Hi all : When i browse some webpage ( www.ifeng.com) via proxy ( squid.3.5.2) , There are some error info from firefox browser . if possible , please give some advisement . --- Content Encoding Error The page you are trying to view cannot be sh

[squid-users] (sloved)Re: i config rock at smp mode just now , but i find some error. FATAL: Rock cache_dir at /squid/storage/rock1/rock failed to open db file: (11) Resource temporarily unavailable

2015-03-04 Thread johnzeng
Hello Dear all i sloved the problem , master reason is http_port Conflict with other application port , it will cause to show these error info . ERROR: /squid/storage/rock1/rock communication channel establishment timeout > > > > Hi all > > i config rock at smp mode just now , b

[squid-users] i config rock at smp mode just now , but i find some error. FATAL: Rock cache_dir at /squid/storage/rock1/rock failed to open db file: (11) Resource temporarily unavailable

2015-03-04 Thread johnzeng
Hi all i config rock at smp mode just now , but i find some error. if possible , please help me to analyze the error info , and give me some advisement show error info via squid -z 2015/03/05 11:35:46 kid1| Creating missing swap directories 2015/03/05 11:35:46 kid3| Skipping existing Rock

[squid-users] i config rock at smp mode just now , but i find some error. FATAL: Rock cache_dir at /squid/storage/rock1/rock failed to open db file: (11) Resource temporarily unavailable

2015-03-04 Thread johnzeng
Hi all i config rock at smp mode just now , but i find some error. if possible , please help me to analyze the error info , and give me some advisement show error info via squid -z 2015/03/05 11:35:46 kid1| Creating missing swap directories 2015/03/05 11:35:46 kid3| Skipping existing Rock db:

Re: [squid-users] WARNING: disk-cache maximum object size is too large for mem-cache: 102400.00 KB > 90.00 KB

2015-03-04 Thread johnzeng
r direction . Whether it is a bug , if possible , please give me some advisement . Best Regards john 于 2015年03月03日 23:36, Amos Jeffries 写道: On 4/03/2015 3:12 a.m., johnzeng wrote: Hi : Thanks Amos Jeffries, i updated to squid 3.5.2 and tested Q

Re: [squid-users] Redirecting traffic to fake parent

2015-03-03 Thread johnzeng
Hello Dear Sebastian: i am thinking about node.js + squid at isp environment for video file cache or big file cache recently , Which useful public info will we will obtain from internet ? if y

[squid-users] WARNING: disk-cache maximum object size is too large for mem-cache: 102400.00 KB > 90.00 KB

2015-03-03 Thread johnzeng
Hi : Thanks Amos Jeffries, i updated to squid 3.5.2 and tested QQ and other application at two different environment ( between intercept and tproxy ) in according to your advisement . result is ok as your saying . Thanks again . but i checked cache log and found ( WARNING: disk-cache maximum

Re: [squid-users] i meet a problem , --- Unsupported Request Method and Protocol'' for such connections ( non-HTTP connections ) based 80 port ----, if possible , please give me some advisement or hel

2015-03-01 Thread johnzeng
Best Regards 于 2015年03月01日 12:55, Amos Jeffries 写道: On 1/03/2015 4:46 p.m., johnzeng wrote: Hello Eliezer: Thanks for your reply , although squid 2.7 stables 9 don't support Tproxy really , but We realize the function via patch third

Re: [squid-users] i meet a problem , --- Unsupported Request Method and Protocol'' for such connections ( non-HTTP connections ) based 80 port ----, if possible , please give me some advisement or hel

2015-02-28 Thread johnzeng
ption of the network infrastructure. (consider to replace\remove any confidential information) All The Bests, Eliezer Croitoru On 28/02/2015 05:18, johnzeng wrote: Hi all : i meet a problem ,Squid cannot currently deal with such connections ( non-HTTP connections ) based 80 port , and W

[squid-users] if i use squid 3.5.2 , which part is stable between coss and rock for operating small http object .

2015-02-28 Thread johnzeng
? Whether squid 3.5.2 can support wccp ? Best Regards John 于 2015年02月28日 11:42, Amos Jeffries 写道: On 28/02/2015 4:18 p.m., johnzeng wrote: Hi all : i meet a problem ,Squid cannot currently deal with such

[squid-users] i meet a problem , --- Unsupported Request Method and Protocol'' for such connections ( non-HTTP connections ) based 80 port ----, if possible , please give me some advisement or help

2015-02-27 Thread johnzeng
Hi all : i meet a problem ,Squid cannot currently deal with such connections ( non-HTTP connections ) based 80 port , and We get some error , Unsupported Request Method and Protocol'' for https URLs.. i search via www.ask.com , but i don't good way . if possible ,i hope to use squid 2.7 stabl