[squid-users] Opening a specific port

2012-01-02 Thread a bv
Hi, If i would like to open access to a special port for all the clients or only 1 or some clients what steps i have to take? What does it mean if i only add the port to the Safeports definition? What else i should do , if acls will be used how these acls should be? Regards

[squid-users] squid ssl interception Vscan plus content filtering

2012-01-02 Thread Christian Kasper
Hey, i configured a squid, who intercept SSL Traffic and send it via ICAP to the Vscanner. That finally works. Now, i need also this intercepted Traffic to be scanned on content and file extensions. Is there anyone else, working on the same problem ? Can anyone help me with this case ?

[squid-users] Unable to remove/omit Proxy-Connection header

2012-01-02 Thread S.R.
I am configuring an anonymous proxy. I do not want target websites to know that they are being accessed by a proxy but Squid always adds 'Proxy-Connection: keep-alive' header! I use the following configuration settings: header_access via off header_access x_forwarded_for off header_access

Re: [squid-users] Unable to remove/omit Proxy-Connection header

2012-01-02 Thread Amos Jeffries
On 3/01/2012 2:34 a.m., S.R. wrote: I am configuring an anonymous proxy. I do not want target websites to know that they are being accessed by a proxy but Squid always adds 'Proxy-Connection: keep-alive' header! I use the following configuration settings: header_access via off invalid. off

Re: [squid-users] squid ssl interception Vscan plus content filtering

2012-01-02 Thread Amos Jeffries
On 3/01/2012 2:06 a.m., Christian Kasper wrote: Hey, i configured a squid, who intercept SSL Traffic and send it via ICAP to the Vscanner. That finally works. Now, i need also this intercepted Traffic to be scanned on content and file extensions. You just said you had it going through a

Re: [squid-users] Opening a specific port

2012-01-02 Thread Amos Jeffries
On 2/01/2012 9:15 p.m., a bv wrote: Hi, If i would like to open access to a special port for all the clients or only 1 or some clients what steps i have to take? What does it mean if i only add the port to the Safeports definition? What else i should do , if acls will be used how these acls

Re: [squid-users] SQUID Reverse Proxy not forwarding requests to Apache web server

2012-01-02 Thread Amos Jeffries
On 2/01/2012 1:52 p.m., Roman Gelfand wrote: My squid server 3.1.6 sits in dmz. On this server, I am running apache server 2.2.9. My goal is to a) cash owa responses b) forward https owa requests to the Apache server on port 8443 c) The Apache server forwards the request to internal exchange

[squid-users] cookie value squid cache

2012-01-02 Thread karj
Dear all, We are using squid 2.7.STABLE9 And We have a generic cookie system, which, essentially shows a person's country location for displaying the weather inside a web page. The value of the cookie 99% equals with A, if someone changes his location and wants to display a different city the

Re: [squid-users] cookie value squid cache

2012-01-02 Thread Amos Jeffries
On 3/01/2012 4:44 a.m., karj wrote: Dear all, We are using squid 2.7.STABLE9 And We have a generic cookie system, which, essentially shows a person's country location for displaying the weather inside a web page. The value of the cookie 99% equals with A, if someone changes his location and

Re: [squid-users] intercept problem squid 3.1.18 SOLVED

2012-01-02 Thread jeffrey j donovan
On Dec 31, 2011, at 11:32 PM, Amos Jeffries wrote: On 1/01/2012 11:23 a.m., jeffrey j donovan wrote: turns out to be an OSX 10.6 issue previous systems were set to 0 the default on 10.6 is 1. disable this and squid then gets the hit transparently. sysctl -w net.inet.ip.scopedroute=0

Re: [squid-users] SQUID Reverse Proxy not forwarding requests to Apache web server

2012-01-02 Thread Roman Gelfand
Now, you got me curious. k.. I would the reverse proxy to control which server a web request 1) in case of https, forwarded to a web server box based on path 2) in case of http, forwarded based on url and/or path. Please, let me know if this is doable with squid. If so, by all means, I would