[squid-users] www.lgdisplay.com office page Proxy access will not correct

2010-04-24 Thread Eric.chen
Dear all

 pls, anyone can immediately test Via squid proxy to access lgdisplay.
 it's will not correstly appear..
 hot can i do to fix the problem...

 In my company has been using squid for two years. 
 today i get user report , he can't access  www.lgdisplay.com 
 office page.

 so, I found a strange issue in squid proxy...

 if i direct access www.lgdisplay.com (not use squid proxy) , is ok.
 but we use  proxy to access the www.lgdisplay.com it's appear Garbage.
 even in squid acl , i setup bypass anything. that is still appear Garbage
 in the access.log , i check it .  it's no any deny msg..

 anyone can try it.  use  squid proxy  Via  to access  www.lgdisplay.com 
 any you will found appear different to direct access.

 my squid  user computer info 
 SQUID server:
 OS: CENTOS 4.8
 squid 3.0 Stable24 -- get from http://people.redhat.com/~jskala/squid/
 squid 2.6 Stable20 myself configure

 Client OS:
 Windows XP SP3 + IE6.0 or Firefox 3.6
 Windows 2000 SP4 + IE6.0 or Firefox 3.5



[squid-users] www.lgdisplay.com office page proxy error (appear not correct)

2010-04-23 Thread Eric.chen
Dear all
   
 In my company has been using squid for two years. 
 today i get user report , he can't access  www.lgdisplay.com 
 office page.
  
 so, I found a strange issue in squid proxy...

 if i direct access www.lgdisplay.com (not use squid proxy) , is ok.
 but we use  proxy to access the www.lgdisplay.com it's appear Garbage.
 even in squid acl , i setup bypass anything. that is still appear Garbage
 in the access.log , i check it .  it's no any deny msg..

 anyone can try it.  use  squid proxy  Via  to access  www.lgdisplay.com 
 any you will found appear different to direct access.
 
 my squid info
 OS: CENTOS 4.8
 squid 3.0 Stable24 -- get from http://people.redhat.com/~jskala/squid/
 squid 2.6 Stable20 self configure 
 

  


[squid-users] www.lgdisplay.com office page proxy error (appear not correct)

2010-04-23 Thread Eric.chen
Dear all

 In my company has been using squid for two years. 
 today i get user report , he can't access  www.lgdisplay.com 
 office page.

 so, I found a strange issue in squid proxy...

 if i direct access www.lgdisplay.com (not use squid proxy) , is ok.
 but we use  proxy to access the www.lgdisplay.com it's appear Garbage.
 even in squid acl , i setup bypass anything. that is still appear Garbage
 in the access.log , i check it .  it's no any deny msg..

 anyone can try it.  use  squid proxy  Via  to access  www.lgdisplay.com 
 any you will found appear different to direct access.

 my squid info
 OS: CENTOS 4.8
 squid 3.0 Stable24 -- get from http://people.redhat.com/~jskala/squid/
 squid 2.6 Stable20 self configure


[squid-users] Can i setup Two Proxy server to sibling for between

2008-07-19 Thread Eric.chen
Dear all

 i have two squid proxy server in different machine.
 the two squid proxy are dns round robin for redundancy.
 i think to setup two squid proxy server as another one to be
 cache-peer sibling.
 
squid.conf like this

server-A  (2.6-Stable20)
===
cache_peer server-B   sibling  8080  3130 no-delay proxy-only allow-miss 
cache_peer_access server-B allow !localdomain
icp_hit_stale on
icp_query_timeout 8
log_icp_queries on
===

server-B (2.6-Stable20)
===
cache_peer server-A   sibling  8080  3130 no-delay proxy-only allow-miss 
cache_peer_access server-A allow !localdomain
icp_hit_stale on
icp_query_timeout 8
log_icp_queries on
===

it's work fine now (i think)..

but , i see some error msg in cache.log , two server same problem.

WARNING: Forwarding loop detected for:


.
2008/07/19 07:02:02| WARNING: Forwarding loop detected for:
Client: 192.168.xx.xxx http_port: 192.168.xx.xxx:8080
GET http://newmkt.8591.com.tw/data/adInfo/8591__wareList__sellList.js HTTP/1.0^M



what are that msg . how can i do to fix it.
can any one tell me 
thank you




 









Re: [squid-users] Re: YouTube and other streaming media (caching)

2008-06-30 Thread Eric.chen

   DearAdrianHenrik 

  does can told me,  how to do caching  youtube  google video CDN object
  in squid 2.6 stable20...

  please



Tue, 27 May 2008 18:30:40 -0700

This stuff requires Squid-2.7. Henrik will roll Squid-2.7.STABLE2 soon, so
wait until thats done.
Adrian

On Tue, May 27, 2008, [EMAIL PROTECTED] wrote:
 See Thread at: http://www.techienuggets.com/Detail?tx=32811 Posted on 
 behalf 
 of a User
 
 We have about 600 users behind a squid 2.6stable20 proxy, and youtube 
 represents a big chunk of our bandwidth. Will this method work in 2.6 or 
 is 
 2.7 needed? We tried to used 3.0 for a while, but suffered a proxy auth
bug, 
 and when that was fixed, it was unstable, so I went back to 2.6
 
 Thanks.
 
 In Response To: 
 
 On Thu, Apr 17, 2008 at 08:11:51AM +0800, Adrian Chadd wrote:
  The problem with caching Youtube (and other CDN content) is that
  the same content is found at lots of different URLs/hosts. This
  unfortunately means you'll end up caching multiple copies of the
  same content and (almost!) never see hits.



[squid-users] configurtion option a question

2007-01-24 Thread Eric.chen


Dear  all

on the  configure have a  option --enable-ntlm-fail-open
 
can any one  tell me  and explain  what is it..

when i use
auth_param ntlm program  /usr/bin/ntlm_auth
--helper-protocol=squid-2.5-ntlmssp 
or 
auth_param ntlm program /usr/lib/squid/ntlm_auth
or 
auth_param basic program /usr/bin/ntlm_auth
--helper-protocol=squid-2.5-basic
 
what are different on that auth method..

even have some explain .. but i still understand ...
=
Enable NTLM fail open, where a helper that fails one of the
Authentication steps can allow squid to still authenticate
the user.


   help me ..  thank you


[squid-users] ho to Debug squid AD auth

2007-01-24 Thread Eric.chen

 Dear all

 i use squid  ad_auth in my company

 spec:
 squid server :
 OS: CentOS  4.4
 Squid: http://people.redhat.com/stransky/squid/
squid-2.6.STABLE7-1.RHEL4
 sambawinbind:
samba-3.0.10-1.4E.9  
samba-client-3.0.10-1.4E.9
samba-common-3.0.10-1.4E.9
 krb5:  krb5-workstation-1.3.4-33
krb5-libs-1.3.4-33
krb5-devel-1.3.4-33   
 
 W2k3 AD server :

 Proxy  AD auth is fine work on my system...
 but i just want to know , when user have some  problem..
  how can i do to debug  the system..
  i mean , i don't know  what is the process on the squid and  AD
  working...
 
  i want to know  detail the squid and ad process..
 
  can any one tell me ...

  thank you
 
 
   





[squid-users] the icap.patch collides with squid-2.6.STABLE5-fd-config.patch

2007-01-18 Thread Eric.chen


Dear all 

 i want to use   squid2.6.stable7.src.rpm  and  added the  icap patch
 http://people.redhat.com/stransky/squid/  

 but the icap.patch  collides  with  squid-2.6.STABLE5-fd-config.patch 

 can any one  to help me how to fix icap2.6.patch 


   in the  squid-2.6.STABLE5-fd-config.patch
==
--- squid-2.6.STABLE1/src/structs.h.fd  2006-07-26 09:58:41.0 +0200
+++ squid-2.6.STABLE1/src/structs.h 2006-07-26 09:58:41.0 +0200
@@ -805,6 +805,9 @@
#endif
time_t refresh_stale_window;
int umask;
+#if FD_CONFIG
+int max_filedesc;
+#endif
};
==

in the icap-2.6.patch
=
@@ -810,6 +827,9 @@
#endif
time_t refresh_stale_window;
int umask;
+#ifdef HS_FEAT_ICAP
+IcapConfig icapcfg;
+#endif
};
=  


[squid-users] Fw: How to patch ICAP function

2007-01-16 Thread Eric.chen


Dear all

  Because  some reason...
  i want to enable squid ICAP  Function ( i use this web  
squid'rpm  squid-2.6.STABLE4-1.RHEL4

http://people.redhat.com/stransky/squid/   )
  the squid run on CENTOS 4.4  and  use ICAP server  as  
Mcafee WebShield 3300 ( V 4.21) 
  plz  have anybody tell .  how can i do , To enable squid 

  thank all 

MIS93TECH_9042720
--- End of Forwarded Message ---


MIS93TECH_9042720



[squid-users] How to blocking Skype ....

2004-10-26 Thread Eric.chen


  Have anyone  tell me .  
 
  How to  Block  user to use  Skype 

  i had to  try  this method... 
  http://www1.fr.squid-cache.org/mail-archive/squid-users/200408/0257.html
  Block  Skepy authentication servers ...
 
  But  user  still can to  use Skype

  So .. Please tell me . How to Black  use  Skype

  thank you



 
 


[squid-users] how to setup config with squid_ldap_group

2004-10-22 Thread Eric.chen
Hallo  all

I have installed a new Redhat Fedora Core 2 machine to make authentication 
Squid Poxy 
(2.5.STABLE5-4.fc2.2) at ms active directory.

Look at my configuration:

Squid.conf

auth_param basic program /usr/lib/squid/squid_ldap_auth -b dc=xyz,dc=local -
D CN=ldapgroup,CN=USERS,DC=xyz,DC=local -w

123456 -f ((sAMAccountName=%s)(objectClass=Person)) 192.168.0.1
auth_param basic children 5 
auth_param basic realm Proxy Auth
auth_param basic credentialsttl 2 hours

external_acl_type ldap_group %LOGIN /usr/lib/squid/squid_ldap_group -
b dc=xyz,dc=local -D

CN=ldapgroup,CN=TEMP,DC=xyz,DC=local -w 123456 -f ((CN=%g)(member=%
u)) -F sAMAccountName=%s  192.168.0.1

acl ulocal proxy_auth REQUIRED 
acl uldap_group external ldap_group internet
http_access allow uldap_group

This configuration is running well.

Now my problem. I want that only users in my active directory may use 
the squid proxy 
who are in the group internet.

That dosn t happend. All users from the MS Active Directory can use 
the proxy.

Has anybody an idea and can help me.

Thanks a lot!