[squid-users] interception proxy and ssl

2007-03-29 Thread Emilio Casbas
A significant disadvantage of interception caching is that breaks the TCP/IP standard and only supports the HTTP protocol, not SSL among others. But is there any way or workaround to a interception proxy could works with SSL protocol? Thanks Emilio C.

Re: [squid-users] squid auth (cache_peer)

2007-03-29 Thread Wahyu
Ok.. thanks for you help Henrik.. rgds, why On Wed, 28 Mar 2007 12:34:10 +0200 Henrik Nordstrom [EMAIL PROTECTED] wrote: ons 2007-03-28 klockan 16:49 +0700 skrev Wahyu: Hi, any one have try squid auth but only for sibling/parent connection. I want to my squd box have auth if other squid

Re: [squid-users] Re: squid 3 + content encode

2007-03-29 Thread Wahyu
After i upgrade my autoconf to 2.61 and libtool 1.5.22 looks like i got problem with doc/Makefile.in.. WARNING: Cannot find autoconf version 2.59 2.57 2.53 2.52 Trying autoconf (GNU Autoconf) 2.61 automake : autoconfg: libtool : Bootstrapping Bootstrapping lib/libTrie Bootstrapping

Re: [squid-users] Re: squid 3 + content encode

2007-03-29 Thread Henrik Nordstrom
tor 2007-03-29 klockan 17:05 +0700 skrev Wahyu: Bootstrapping lib/cppunit-1.10.0 doc/Makefile.am:16: DOC does not appear in AM_CONDITIONAL Odd.. never seen this before. DOC is defined by doxygen (lib/ccpunit-1.10.0/config/bb_enable_doxygen.m4) Regards Henrik signature.asc Description:

Re: [squid-users] Squid not caching

2007-03-29 Thread Henrik Nordstrom
tor 2007-03-29 klockan 00:00 -0500 skrev Edward Muller: We are setting up a squid/zope setup for testing. But we can't get squid to cache pages. everything returns with a TCP_MISS here are some excerpts from the logs: == /var/log/squid/access.log == 1175142751.362 13 64.22.224.54

[squid-users] rebuillding centos squid.src.rpm to support --enable-follow-x-forwarded-for

2007-03-29 Thread Divan Santana
Hi Everyone, This is the first time I am using this mailing list :) Hoping someone can please help me :) I have searched different documentation and tried lots but no luck yet. I want to use Dansguardian with squid and with ACLS with IP addresses but to my current squid-2.5.STABLE6 rpm build

[squid-users] SARG issue

2007-03-29 Thread Tornado
Hi Folks, I am getting this error when i run daily script for SARG. I tried with all the SARG versions but getting the same problem. The permissions on all log files are squid.squid. SARG: (squidguard) Cannot open log file: data2a href=http://activex.microsoft.com/objects/ocget.dll

Re: [squid-users] interception proxy and ssl

2007-03-29 Thread Emilio Casbas
Henrik Nordstrom escribió: tor 2007-03-29 klockan 11:37 +0200 skrev Emilio Casbas: A significant disadvantage of interception caching is that breaks the TCP/IP standard and only supports the HTTP protocol, not SSL among others. But is there any way or workaround to a interception proxy could

Re: [squid-users] Squid not caching

2007-03-29 Thread Edward Muller
It's just a test site on a test server. It's not a real setup yet. So, if squid doesn't see Cache-Control, Last Modified, Expires headers it won't assume some defaults? And won't cache the content? And yes, we do use ntp, but apparently it's been blocked by the new firewalls. That's been

Re: [squid-users] interception proxy and ssl

2007-03-29 Thread Emilio Casbas
Emilio Casbas escribió: Henrik Nordstrom escribió: tor 2007-03-29 klockan 11:37 +0200 skrev Emilio Casbas: A significant disadvantage of interception caching is that breaks the TCP/IP standard and only supports the HTTP protocol, not SSL among others. But is there any way or workaround to a

Re: [squid-users] interception proxy and ssl

2007-03-29 Thread Adrian Chadd
On Thu, Mar 29, 2007, Emilio Casbas wrote: I reply myself, I have found the response in this thread http://www.squid-cache.org/mail-archive/squid-users/200102/0816.html and the possible solution: http://www.squid-cache.org/mail-archive/squid-users/200102/0822.html Then the question now

[squid-users] Inserting content in text/html objects

2007-03-29 Thread julien maerten
Hi Squid Users, I'm currently trying to make squid being able to insert some content at the end of fetched text/html objects. I'm facing some weird issue (to me), that may need light from squid experts ;-) Hope squid-users is an appropriate place for this question. The content

RE: [squid-users] Logging only authentications

2007-03-29 Thread Korell, Doug
This gets me close but I do need to somehow log the IP. I tried to figure out a pattern in the access.log that would allow me to grab only 407 status codes and then the next log entry for the IP address if successful (most have been 200) but as this thing gets hit, not sure how well that would

[squid-users] Squid leaving for two links of internet

2007-03-29 Thread Felippe de Meirelles Motta
Hi all, I have the following scene: I have a server squid proxy normally working behind a server firewall. I get two gateways of out for Internet, and necessary to make load balancing of squid proxy, in this in case that, it gets two addresses IPs, being one of each gateway, however, I'm not

Re: [squid-users] Squid not caching

2007-03-29 Thread Pablo García
You can play with the no_cache and refresh_pattern directives, to force squid to cache even without those headers. Regards, Pablo On 3/29/07, Edward Muller [EMAIL PROTECTED] wrote: It's just a test site on a test server. It's not a real setup yet. So, if squid doesn't see Cache-Control, Last

Re: [squid-users] Squid not caching

2007-03-29 Thread Edward Muller
Overloading the refresh_pattern directive got the page to cache. Apparently zope doesn't really provide a decent enough set of headers out of the box. We'll have to come up with an acceptable set of refresh_pattern directives for people using just plain zope (as compared to zope with plone

Re: [squid-users] Squid not caching

2007-03-29 Thread Henrik Nordstrom
tor 2007-03-29 klockan 09:40 -0500 skrev Edward Muller: So, if squid doesn't see Cache-Control, Last Modified, Expires headers it won't assume some defaults? And won't cache the content? With no information at all it assumes the content is dynamic. You can tune this with refresh_pattern

Re: [squid-users] interception proxy and ssl

2007-03-29 Thread Henrik Nordstrom
tor 2007-03-29 klockan 16:11 +0200 skrev Emilio Casbas: Henrik Nordstrom escribió: tor 2007-03-29 klockan 11:37 +0200 skrev Emilio Casbas: A significant disadvantage of interception caching is that breaks the TCP/IP standard and only supports the HTTP protocol, not SSL among others. But

[squid-users] squid ignoring content-encoding in vary?

2007-03-29 Thread Mark Gibson
I'm trying to cache pages based on Accept-Encoding, doesn't seem to be working. I've put Accept-Encoding in the vary tag. I have squid in front of apache. Here's what the cache.log says with debugging turned on. First request sends accept-encoding=gzip,deflate. Second doesn't. They both

Re: [squid-users] interception proxy and ssl

2007-03-29 Thread Emilio Casbas
Henrik Nordstrom escribió: tor 2007-03-29 klockan 16:11 +0200 skrev Emilio Casbas: Henrik Nordstrom escribió: tor 2007-03-29 klockan 11:37 +0200 skrev Emilio Casbas: A significant disadvantage of interception caching is that breaks the TCP/IP standard and only supports the HTTP protocol, not