[squid-users] Pass the username to the cache parent

2014-03-14 Thread David Touzeau
Dear Best list I'm using Squid connected to an Active Directory server in front of users. We have a central Squid server that act has Parent. This Squid parent server serves as caching and did not have any authentication method I would like the child Squid sends usernames to the Squid

[squid-users] Re: Automatic StoreID ?

2014-03-14 Thread Omid Kosari
Amos Jeffries-2 wrote You just described how Store-ID feature works today. The map of urlA == urlB == urlC is inside the helper. You can make it a static list of regex patterns like the original Squid-2 helpers, a DB text file of patterns like the bundled Squid-3 helper, or anything else

Re: [squid-users] Re: Automatic StoreID ?

2014-03-14 Thread Eliezer Croitoru
On 13/03/2014 22:21, Amos Jeffries wrote: Adding a domain or acl test for internal squid StoreID feature to allow it run faster but with a patch to the sources. I was thinking about adding the code to the StoreID reply section on a ERR case while another flag is being used to allow this

Re: [squid-users] Pass the username to the cache parent

2014-03-14 Thread Amos Jeffries
On 14/03/2014 9:18 p.m., David Touzeau wrote: Dear Best list I'm using Squid connected to an Active Directory server in front of users. We have a central Squid server that act has Parent. This Squid parent server serves as caching and did not have any authentication method I would

Re: [squid-users] Re: Automatic StoreID ?

2014-03-14 Thread Amos Jeffries
On 14/03/2014 9:20 p.m., Omid Kosari wrote: Amos Jeffries-2 wrote You just described how Store-ID feature works today. The map of urlA == urlB == urlC is inside the helper. You can make it a static list of regex patterns like the original Squid-2 helpers, a DB text file of patterns like

Re: [squid-users] Pass the username to the cache parent

2014-03-14 Thread David Touzeau
On 14/03/2014 9:18 p.m., David Touzeau wrote: Dear Best list I'm using Squid connected to an Active Directory server in front of users. We have a central Squid server that act has Parent. This Squid parent server serves as caching and did not have any authentication method I would like the

Re: [squid-users] Re: Automatic StoreID ?

2014-03-14 Thread csn233
On Fri, Mar 14, 2014 at 4:20 PM, Omid Kosari omidkos...@yahoo.com wrote: Really ? Squid has it's own learning mechanism without need human hand ? Also it can GUESS new urls which it was not aware till now ? Squid doesn't have it's own learning mechanism, it simply does what the helper *you*

Re: [squid-users] Automatic StoreID ?

2014-03-14 Thread Nikolai Gorchilov
On Tue, Mar 11, 2014 at 9:43 PM, Alex Rousskov rouss...@measurement-factory.com wrote: On 03/11/2014 01:18 PM, Nikolai Gorchilov wrote: On Tue, Mar 11, 2014 at 6:10 PM, Alex Rousskov wrote: On 03/11/2014 08:05 AM, Omid Kosari wrote: Is it possible for Squid to automatically find every similar

[squid-users] logrotate only instead (all) squid rotate

2014-03-14 Thread Alfredo Rezinovsky
Using: squid -k rotate squid rotates logs but also closes and reopen caches_dirs and url_rewrite_programs There's a way to signal only the (logfile-daemon) processes to rotate the logs and only the logs ? -- Alfrenovsky

Re: [squid-users] Re: ICP and HTCP and StoreID

2014-03-14 Thread Nikolai Gorchilov
On Thu, Mar 13, 2014 at 5:44 PM, Alex Rousskov rouss...@measurement-factory.com wrote: On 03/13/2014 07:24 AM, Nikolai Gorchilov wrote: On Wed, Mar 12, 2014 at 1:27 AM, Alex Rousskov wrote: Just to make sure we are on the same page, here is a list of options I recall being discussed: 1.

[squid-users] Re: Automatic StoreID ?

2014-03-14 Thread babajaga
Actually, two commercial vendors - PeerApp and ThunderCache - claim their products doesn't use urls to identify the objects, thus they don't have to maintain StoreID-like de-duplication database manually. Any ideas how do they do it? Instead of first mapping the URL to a memory-resident table,

Re: [squid-users] Re: SquidGuard redirect to parent proxy (Off-Topic)

2014-03-14 Thread Christian Scholz
Am 2014-03-13 21:32, schrieb Amos Jeffries: On 2014-03-14 05:21, Christian Scholz wrote: Hi, I know that my question is a little bit off-topic but nevertheless I hope that some can help me :-) I've configured squid3 with squidguard and one parent-proxy. In the case of access violation

Re: [squid-users] Re: Automatic StoreID ?

2014-03-14 Thread Alex Rousskov
On 03/14/2014 06:34 AM, babajaga wrote: Instead of first mapping the URL to a memory-resident table, keeping pointers (file-id, bucket no.) to the real location of the object on disk, a hash-value, derived from the URL could directly be used to designate the storage location on disk, avoiding

Re: [squid-users] Re: Automatic StoreID ?

2014-03-14 Thread Alex Rousskov
On 03/14/2014 02:36 AM, Eliezer Croitoru wrote: Adding a domain or acl test for internal squid StoreID feature to allow it run faster but with a patch to the sources. I was thinking about adding the code to the StoreID reply section on a ERR case while another flag is being used to allow

[squid-users] Cygwin SSL bumping

2014-03-14 Thread Derek Jones
Hi, I am trying to run Squid on a Windows Server 2008 R2 Standard as a Squid in the middle. I need to do SSL bumping, and I need to to block access to certain websites (eg. sites with the word games in the url) I've installed Cygwin on the server, and included squid in the installation. Where do

[squid-users] Is it possible to mark tcp_outgoing_mark (server side) with SAME MARK as incoming packet (client side)?

2014-03-14 Thread Amm
Hello, I would like to mark outgoing packet (on server side) with SAME MARK as on incoming (NATed or CONNECTed) packet. There is option tcp_outgoing_mark with which I can mark packets. But there is no ACL option to check incoming mark. If there is already a way to do this then please guide.