Re: [squid-users] squid 3.3.8 failed to start because of hard-coded acl with ::1

2014-01-21 Thread Craig R. Skinner
ping On 2014-01-08 Wed 11:13 AM |, Craig R. Skinner wrote: On 2014-01-01 Wed 20:55 PM |, Amos Jeffries wrote: I included a link to a bug verified by the FreeBSD ports team. The line you have mentioned:

[squid-users] only few youtube videos regex

2014-01-21 Thread amphisia pui
Hi All, my main squid configuration uses somenting like ... [snip] acl nositeurl_regex /etc/squid/etc/nosite acl siteurl_regex /etc/squid/etc/site acl nosite_city url_regex /etc/squid/etc/nosite_city acl site_city url_regex /etc/squid/etc/site_city acl src_city

[squid-users] Squid wont work when removing DG

2014-01-21 Thread Scott Mayo
I have run a DG/Squid setup for quite some time. I am having problems with slowness. It seems DG has too many processes open. I wanted to test this to remove DG from the mix. DG listens on 8080 and Squid on 3128. I have it set to authenticate users. Since I wanted to test I did the

[squid-users] Re: Issue with Web Traffic through IPSEC Tunnel to a Squid Proxy

2014-01-21 Thread RKGD512
I have a theory that the cause is the modem I am using at location 1. I will have this modem swapped out with a different one and test later this week. Here's the image. http://squid-web-proxy-cache.1019090.n4.nabble.com/file/n4664360/diagram.png -- View this message in context:

[Fwd: Re: [squid-users] Squid 3.3 Reverse Proxy Mode - reset when uploading files]

2014-01-21 Thread Madhav V Diwan
Eliezer and Amos I filed Bug 4012 in squid bugzilla - reverse SSL proxy cannot handle file uploads to backend parent SSL servers today Attached to the Bug are the config file and log files and tcpdump txt files for client side and sever side connections in a reserve proxy set up

RE: [squid-users] Squid wont work when removing DG

2014-01-21 Thread Rafael Akchurin
Hello, May be it is time to look into ICAP web filtering server for Squid? As an example see a short howto - http://www.howtoforge.com/filtering-https-traffic-with-squid. Best regards, Sich -Original Message- I have run a DG/Squid setup for quite some time. I am having problems with

Re: [squid-users] only few youtube videos regex

2014-01-21 Thread Eliezer Croitoru
Since youtube videos are based on the main url like for example: http://www.youtube.com/watch?v=pqky5B179nM So each and every url which directs to this url using the video id if it is the video you want to block should be blocked. What python script have you tried to use? If you would give me

[squid-users] Re: Squid wont work when removing DG

2014-01-21 Thread babajaga
Most likely you have to remove the definition of DG as cache peer in your original squid.conf. Something like cache_peer 127.0.0.1 parent 8080 has to be removed. -- View this message in context:

Re: [squid-users] Re: Squid wont work when removing DG

2014-01-21 Thread Scott Mayo
On Tue, Jan 21, 2014 at 1:16 PM, babajaga augustus_me...@yahoo.de wrote: Most likely you have to remove the definition of DG as cache peer in your original squid.conf. Something like cache_peer 127.0.0.1 parent 8080 has to be removed. Nothing in my squid.conf file at all that refers to DG.

[squid-users] HTTPS forward proxy?

2014-01-21 Thread David Deller
Hello, I’m trying to set up Squid as an HTTPS forward proxy, but I’m having trouble getting it to work. Here's some background about my problem: * I have a web service running on Heroku, with a dynamic IP address. Static IPs on Heroku are not an option. * I need to connect to an external web

Re: [squid-users] Squid wont work when removing DG

2014-01-21 Thread Amos Jeffries
On 2014-01-22 03:14, Scott Mayo wrote: I have run a DG/Squid setup for quite some time. I am having problems with slowness. It seems DG has too many processes open. I wanted to test this to remove DG from the mix. DG listens on 8080 and Squid on 3128. I have it set to authenticate users.

Re: [squid-users] HTTPS forward proxy?

2014-01-21 Thread Amos Jeffries
On 2014-01-22 09:25, David Deller wrote: Hello, I’m trying to set up Squid as an HTTPS forward proxy, but I’m having trouble getting it to work. Here's some background about my problem: * I have a web service running on Heroku, with a dynamic IP address. Static IPs on Heroku are not an

Re: [squid-users] Squid wont work when removing DG

2014-01-21 Thread Amos Jeffries
On 2014-01-22 09:52, Scott Mayo wrote: On Tue, Jan 21, 2014 at 2:45 PM, Amos Jeffries squ...@treenet.co.nz wrote: On 2014-01-22 03:14, Scott Mayo wrote: I have run a DG/Squid setup for quite some time. I am having problems with slowness. It seems DG has too many processes open. I wanted

Re: [squid-users] HTTPS forward proxy?

2014-01-21 Thread David Deller
Hi Amos, thanks for your reply. On Jan 21, 2014, at 4:29 PM, Amos Jeffries squ...@treenet.co.nz wrote: On 2014-01-22 09:25, David Deller wrote: Hello, I’m trying to set up Squid as an HTTPS forward proxy, but I’m having trouble getting it to work. Here's some background about my problem: *

[squid-users] Squid 3.4.2 workers dying then re-spawned ones don't process connections

2014-01-21 Thread Will Roberts
Hi, I'm having a problem with some of my squids where they'll crash with one of these two messages: FATAL: dying from an unhandled exception: AddOpenedHttpSocket(s-listenConn) FATAL: dying from an unhandled exception: HttpSockets[NHttpSockets] 0 I haven't seen anything on the list with that

Re: [squid-users] HTTPS forward proxy?

2014-01-21 Thread Amos Jeffries
On 2014-01-22 11:44, David Deller wrote: Hi Amos, thanks for your reply. On Jan 21, 2014, at 4:29 PM, Amos Jeffries squ...@treenet.co.nz wrote: On 2014-01-22 09:25, David Deller wrote: Hello, I’m trying to set up Squid as an HTTPS forward proxy, but I’m having trouble getting it to work.

[squid-users] Re: Squid wont work when removing DG

2014-01-21 Thread babajaga
follow_x_forwarded_for allow localhost acl_uses_indirect_client on delay_pool_uses_indirect_client on log_uses_indirect_client on ... are all Squid config lines to integrate with DG. Try removing them, or at least commenting out the first one. no_cache deny no_cache_sites http_access deny