Re: [squid-users] ecap adapter munging cached body

2011-01-21 Thread Jonathan Wolfe
First, request and reply headers for a cached version, as gzip isn't included in the Accept-Encoding header. Request: GET /styles/media.css HTTP/1.1 User-Agent: httperf/0.9.0 Host: www.example.com Accept-Encoding: deflate Reply: HTTP/1.0 200 OK Cache-Control: max-age=86400 Expires: Sun, 23 Jan

Re: [squid-users] Why is Cache-Control: max-age added to forwarded HTTP requests?

2011-01-21 Thread Amos Jeffries
On Wed, Jan 19, 2011 at 9:21 PM, Amos Jeffries wrote: On 20/01/11 08:29, John Craws wrote: Hi, After observing this, I have been going through RFC 2616, the squid documentation, mailing list archives and various google results. It's still not completely clear to me: why is squid adding a Ca

Re: [squid-users] Page caching control

2011-01-21 Thread Amos Jeffries
On 22/01/11 08:35, Andy Nagai wrote: Is it possible to prevent caching of specific pages? Yes. With great, great difficulty. Is Squid doing page caching? No Squid caches reply objects. Individually. Take for example the CNN front "page" which someone recently complained was loading slo

Re: [squid-users] ecap adapter munging cached body

2011-01-21 Thread Amos Jeffries
On 22/01/11 11:43, Jonathan Wolfe wrote: With squid (3.1.8 - .10) in reverse-proxy mode running an eCAP adapter (gzip), does squid still pull the body to be gzipped from its cache? I'm setting Vary: Accept-Encoding, and seeing HITs when Accept-Encoding doesn't include gzip, but only MISSes when

Re: [squid-users] Multiple Parents

2011-01-21 Thread Amos Jeffries
On 22/01/11 07:41, Tiz wrote: Hi, I am using squid to front two yum servers as a reverse-proxy. Both yum servers are essentially the same. I would like to load balance between the two and have some kind of redundancy failover. Config follows, but I think I am mis-understanding the idea of rou

Re: [squid-users] Documentation for non-Sys Admins

2011-01-21 Thread Amos Jeffries
On 22/01/11 12:52, Andy Nagai wrote: I noticed that all the documentation on this site is aimed towards linux system admins that want to setup squid. We have a remote managed server that had squid installed by some admin. As a developer I need to know how to control individual page caching. I h

Re: [squid-users] Cache refresh

2011-01-21 Thread Amos Jeffries
On 22/01/11 09:03, Andy Nagai wrote: What is the default page cache refresh rate and where can I find the setting. Cannot find this info in any of the docs. Refresh *rate*? AFAIK we have no such concept in Squid. It sounds like some metric the log analysers generate. Squid will refresh anyt

[squid-users] Documentation for non-Sys Admins

2011-01-21 Thread Andy Nagai
I noticed that all the documentation on this site is aimed towards linux system admins that want to setup squid. We have a remote managed server that had squid installed by some admin. As a developer I need to know how to control individual page caching. I heard from somebody to add a expire meta

[squid-users] ecap adapter munging cached body

2011-01-21 Thread Jonathan Wolfe
With squid (3.1.8 - .10) in reverse-proxy mode running an eCAP adapter (gzip), does squid still pull the body to be gzipped from its cache? I'm setting Vary: Accept-Encoding, and seeing HITs when Accept-Encoding doesn't include gzip, but only MISSes when the adapter is gzipping. Is this by des

Re: Re: [squid-users] External_acl_type Problem

2011-01-21 Thread Kalil Costa - Brasilsite
Soi solved erase all squid.conf and create again with this lines. acl AuthorizedUsers proxy_auth REQUIRED external_acl_type nt_group %LOGIN /usr/lib/squid/wbinfo_group.pl acl dpto external nt_group finance http_access allow dpto http_access allow AuthorizedUsers SoAmos Jeffrie

Re: [squid-users] Cache refresh

2011-01-21 Thread Jorge Armando Medina
On 01/21/2011 02:03 PM, Andy Nagai wrote: > What is the default page cache refresh rate and where can I find the > setting. Cannot find this info in any of the docs. > > Which docs do you refer? Probably you are looking for the "refresh patterns" directive. -- Jorge Armando Medina Computación Gr

[squid-users] Multiple parents - basic load balancer

2011-01-21 Thread Tiz
Hi, I am using squid to front two yum servers as a reverse-proxy. Both yum servers are essentially the same. I would like to load balance between the two and have some kind of redundancy failover. Config follows, but I think I am mis-understanding the idea of round-robin and how it relates to d

[squid-users] Cache refresh

2011-01-21 Thread Andy Nagai
What is the default page cache refresh rate and where can I find the setting. Cannot find this info in any of the docs.

[squid-users] Page caching control

2011-01-21 Thread Andy Nagai
Is it possible to prevent caching of specific pages? Is Squid doing page caching? Andy

[squid-users] Multiple Parents

2011-01-21 Thread Tiz
Hi, I am using squid to front two yum servers as a reverse-proxy. Both yum servers are essentially the same. I would like to load balance between the two and have some kind of redundancy failover. Config follows, but I think I am mis-understanding the idea of round-robin and how it relates to d

Re: [squid-users] External_acl_type Problem

2011-01-21 Thread Kalil Costa - Brasilsite
OK. But when I put the external acl and "acl dpto external nt_group finance" with http_access before acl AuthorizedUsers, show me a screen asking for User and password doesn't seek direct AD. The acl AuthorizedUsers as proxy_auth REQUIRED to ask for authentication every time someone is bro

Re: [squid-users] External_acl_type Problem

2011-01-21 Thread Amos Jeffries
On 22/01/11 01:38, Kalil Costa - Brasilsite wrote: Hi all, I have a problem with not working external_acl_type Integrated the AD 2003 using squid with ntlm, samba, winbind, works fine. Logs in access.log ok, user navigates normal, but when i configure squid.conf using external_acl_type nothing

Re: [squid-users] Log file analysis

2011-01-21 Thread Leonardo Rodrigues
Em 21/01/11 09:49, Roberto escreveu: For both functions, I need the reports/analysis to be available through web pages, so GUI softwares are out for me. For the first task, squeezer seems to be appropriate. For the second one, Sarg seems fine. Would those two be the appropriate choices? Are t

Re: [squid-users] Log file analysis

2011-01-21 Thread Amos Jeffries
On 22/01/11 00:49, Roberto wrote: Hi, I've managed to install and set Squid, and it´s working fine. Now, I've started searching for a good soft to help me analyze to logs generated by Squid, and found that Sarg might be what the tool I want, but I would like to know if someone knows if that's re

Re: [squid-users] R: Re: [squid-users] Squid - ldap auth against active directory 2008 R2

2011-01-21 Thread Amos Jeffries
On 22/01/11 00:41, projpr...@virgilio.it wrote: Thanks a lot for you reply! this gives me a bit of courage... well, I made some test from a opensuse machine and it looks like it works... now, if i look at the process monitor with dependencies and thread on the original machine i have ownerpr

[squid-users] External_acl_type Problem

2011-01-21 Thread Kalil Costa - Brasilsite
Hi all, I have a problem with not working external_acl_type Integrated the AD 2003 using squid with ntlm, samba, winbind, works fine. Logs in access.log ok, user navigates normal, but when i configure squid.conf using external_acl_type nothings happens. My settings squid.conf - http_port

[squid-users] Log file analysis

2011-01-21 Thread Roberto
Hi, I've managed to install and set Squid, and it´s working fine. Now, I've started searching for a good soft to help me analyze to logs generated by Squid, and found that Sarg might be what the tool I want, but I would like to know if someone knows if that's really the best/appropriate tool

[squid-users] R: Re: [squid-users] Squid - ldap auth against active directory 2008 R2

2011-01-21 Thread projpr...@virgilio.it
Thanks a lot for you reply! this gives me a bit of courage... well, I made some test from a opensuse machine and it looks like it works... now, if i look at the process monitor with dependencies and thread on the original machine i have ownerprocess id root squid 5037 | |

Re: [squid-users] NONE/501 in an https:// POST request

2011-01-21 Thread Ralf Hildebrandt
* Ralf Hildebrandt : > 2011/01/21 11:25:46| fwdNegotiateSSL: Error negotiating SSL connection on FD > 1539: error:14077417:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert illegal > parameter (1/-1/0) > 2011/01/21 11:25:46| fwdNegotiateSSL: Error negotiating SSL connection on FD > 281: error:140

Re: [squid-users] NONE/501 in an https:// POST request

2011-01-21 Thread Ralf Hildebrandt
* Amos Jeffries : > >1294680915.190 0 10.43.120.109 NONE/501 4145 POST > >https://enis.eurotransplant.nl/donor-webservice/dpa?WDSL - HIER_NONE/- > >text/html > >1294681815.209 0 10.43.120.109 NONE/501 4145 POST > >https://enis.eurotransplant.nl/donor-webservice/dpa?WDSL - HIER_NONE/-

Re: [squid-users] Squid - ldap auth against active directory 2008 R2

2011-01-21 Thread Amos Jeffries
On 21/01/11 20:47, projpr...@virgilio.it wrote: Ok, let´s start with a general question: does squid work with ldap auth and active directory 2008 R2??? is there someone that has kind of experience with that??? Thanks jcasale: yes we upgraded the domain from 2003 to 2008 R2, all domain controlle