[squid-users] Re: Splitting objects by size into different cache_dir not working for me

2013-02-02 Thread babajaga
My temp. workaround is like this: #RKA+: Make sure, that 1MB objects really are cached to disk; Temp. workaround maximum_object_size_in_memory 1 MB #RKA- maximum_object_size 1 MB cache_dir ufs /usr/local/squid/var/cache/ufs 500 16 256 min-size=31001 max-size=1048576 cache_dir rock

[squid-users] Squid 3.2.7 is available

2013-02-02 Thread Amos Jeffries
The Squid HTTP Proxy team is very pleased to announce the availability of the Squid-3.2.7 release! This release is a bug fix release resolving a number of memory leaks and bugs found in the prior releases. Some major changes to be aware of: * Numerous memory leaks are now resolved With help

AW: [squid-users] AW: any chance to optimize squid3?

2013-02-02 Thread Fuhrmann, Marcel
Hi Amos, finally i've configured Kerberos auth and ldap group check. In a few weeks I will report if the bottlenecks are eliminated. This is now my config: auth_param negotiate program /usr/lib64/squid/squid_kerb_auth auth_param negotiate children 10 auth_param negotiate keep_alive on

Re: [squid-users] Re: Splitting objects by size into different cache_dir not working for me

2013-02-02 Thread Luciano Ruete
On 02/01/13 17:22, Luciano Ruete wrote: On 02/01/2013 04:04 PM, Alex Rousskov wrote: On 02/01/2013 09:42 AM, Luciano Ruete wrote: Another thing that happens is that rock cache_dir always start from 0 every time squid is restarted, is that the expected behavior? No, it is not. Rock, just like

Re: [squid-users] Re: Splitting objects by size into different cache_dir not working for me

2013-02-02 Thread Eliezer Croitoru
On 2/2/2013 5:10 PM, Luciano Ruete wrote: Ok, this one is my fault. Debian/Ubuntu init script does a squid -z in a pre-start hook if the cache_dir was not initialized. My rock cache_dir was already initialized but the script only knows from AUFS and COSS because it is ready for squid-3.1 and not

Re: [squid-users] a log check script for Squid

2013-02-02 Thread Eliezer Croitoru
Nice ONE. Did you had the chance of using one of the existing tools for that? There are bunch of them which are pretty simple to configure. On 2/3/2013 3:52 AM, jeffrey j donovan wrote: greetings I was gathering some log info on several squid boxes and I wrote this little tool to quickly

Re: [squid-users] access-lists from mysql ?

2013-02-02 Thread Matthew Goff
I didn't find that anyone has created a flexible solution for use with MySQL, so I wrote a small C++ program that will execute an specified query with token replacement. You will need the MySQL development libraries installed to compile it, but otherwise nothing special. If no result set is found

Re: [squid-users] access-lists from mysql ?

2013-02-02 Thread Eliezer Croitoru
Hey Matthew, I wrote a more complex solution like that in ruby with MYSQL, TOKYOCABINET, REDIS and some others. I have just seen couple days ago another a very nice interface with a very nice api called moneta for ruby. It uses one interface for couple DB such as mentioned above. Until now

Re: [squid-users] access-lists from mysql ?

2013-02-02 Thread Matthew Goff
Ah...But is it floating on the web to be found by Google? ;) I searched off and on a little for a way to easily tie Squid to MySQL and I found lots of people asking but very little practical examples beyond user authentication using the supplied demo script. I'm curious how much caching would