[squid-users] blocking ads/sites not working anymore?

2013-03-09 Thread Andreas Westvik
Hi everyone Over the time I have collected a lot of sites to block. ads/malware/porn etc. This has been working like a charm. I have even created a custom errorpage for this. But since I don't know when, this has stopped working. And according to the googling I have done, my syntax in

Re: [squid-users] blocking ads/sites not working anymore?

2013-03-09 Thread Amm
- Original Message - From: Andreas Westvik andr...@spbk.no To: squid-users@squid-cache.org squid-users@squid-cache.org Cc: Sent: Saturday, 9 March 2013 6:24 PM Subject: [squid-users] blocking ads/sites not working anymore? Hi everyone Over the time I have collected a lot of

Re: [squid-users] blocking ads/sites not working anymore?

2013-03-09 Thread Andreas Westvik
That did the trick! :D http://bildr.no/view/1411006 On Mar 9, 2013, at 14:33 , Amm ammdispose-sq...@yahoo.com wrote: - Original Message - From: Andreas Westvik andr...@spbk.no To: squid-users@squid-cache.org squid-users@squid-cache.org Cc: Sent: Saturday, 9 March 2013 6:24 PM

Re: [squid-users] Squid 3.3.2 SMP Problem

2013-03-09 Thread Adam W. Dace
This is Mac OS X v10.8.2. Yeah, I'm having all sorts of problems with shared memory. I've essentially taken my stock squid config, added some macros for SMP support and given it a shot. Kudos to the squid team for making the configuration piece so easy, when I comment out the SMP directives it

Re: [squid-users] squid3 SMP aufs storage/process

2013-03-09 Thread Adam W. Dace
It's not like they made it difficult. I haven't successfully gotten SMP up and running, but being able to use configuration like this sure makes it easier: # Uncomment and adjust the following to add a disk cache directory. cache_dir aufs /usr/local/squid/var/cache${process_number}/squid 1024 16

Re: [squid-users] Squid 3.3.2 SMP Problem

2013-03-09 Thread Alex Rousskov
On 03/09/2013 09:16 AM, Adam W. Dace wrote: This is Mac OS X v10.8.2. Yeah, I'm having all sorts of problems with shared memory. and with inter-process communication (IPC) via Unix Domain Sockets (UDS): With memory_cache_shared off, I get a different error where the child processes are

[squid-users] Compiling squid 3.3.2 under Solaris.

2013-03-09 Thread Jose-Marcio Martins
Hello, Trying to compile squid 3.3.2 under Solaris 10. Using gcc 4.7.1. depbase=`echo store_digest.o | sed 's|[^/]*$|.deps/|;s|\.o$||'`;\ g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\/var/squid/etc/squid.conf\ -DDEFAULT_SQUID_DATA_DIR=\/var/squid/share\

Re: [squid-users] Squid 3.3.2 SMP Problem

2013-03-09 Thread Adam W. Dace
Sorry for wasting everyone's time a bit...but I did want to try to focus in on what is really a problem I can't figure out and what isn't before filing a bug in Bugzilla. Thank you! I nailed it...at least in terms of Unix Domain Sockets. Squid is up and running with 3 workers and not sharing

Re: [squid-users] blocking ads/sites not working anymore?

2013-03-09 Thread Amos Jeffries
On 2013-03-10 01:54, Andreas Westvik wrote: Hi everyone Over the time I have collected a lot of sites to block. snip #Block acl ads dstdom_regex -i /etc/squid3/adservers http_access deny ads cat /etc/squid3/adservers | less (^|\.)yieldmanager\.edgesuite\.net$ (^|\.)yieldmanager\.net$

Re: [squid-users] Squid 3.3.2 SMP Problem

2013-03-09 Thread Amos Jeffries
On 2013-03-10 07:48, Adam W. Dace wrote: Sorry for wasting everyone's time a bit...but I did want to try to focus in on what is really a problem I can't figure out and what isn't before filing a bug in Bugzilla. Thank you! I nailed it...at least in terms of Unix Domain Sockets. Squid is up and