RE: [squid-users] caching URLs with query strings

2006-12-05 Thread CARTWRIGHT, Guy, GBM
You have to play with the refresh_pattern to get this cached for 5 minutes, and remove the question mark ? from the no_cache directive to instruct Squid to be able to cache url with question marks. I've got the URLs to cache ok, it's getting them to refresh after 5 minutes is where I'm

[squid-users] wbinfo not found in cache.log

2006-12-05 Thread John Halfpenny
Hi Everyone, I've been using Squid for a good while now and have decided to run with it on a FreeBSD 6.1 box. It authenticates with Windows no problem, but in the cache.log file I have repeated entries like this: wbinfo: not found wbinfo: not found wbinfo: not found etc. There is no

[squid-users] Problem with transparent cache

2006-12-05 Thread Adam Summerfield
Ever since upgrading to Squid 2.6 release I have log files full of the message below... parseHttpRequest: NAT lookup failed: ioctl(SIOCGNATL) The transparent cache is working despite the error. Solaris 9 Ultra 10 Sparc ip_fil4.1.15 pfil-2.1.11 squid-2.6.STABLE5 gcc 3.4.2 and SunStudio 10

[squid-users] Squid caching error pages

2006-12-05 Thread Fabrizio Reale
Hi all, I'm using squid as a reverse proxy. But it cached a 500 internal server error and I had to clear cache by removing files. I'd like to avoid caching of error pages and even to serve the old version of the page if the new contain an error. Please let me know what I have to touch to do

[squid-users] Occasional auth failure with AD

2006-12-05 Thread Jarek
Hi all! I've a squid working with LDAP authentication over AD. Generally it works fine, but from time to time, some users can't authenticate. It happends very rarely, and without any noticable reason. If it will happend, users can't login any more. I need to change something in user

Re: [squid-users] Occasional auth failure with AD

2006-12-05 Thread Mark Elsen
Hi all! I've a squid working with LDAP authentication over AD. Generally it works fine, but from time to time, some users can't authenticate. It happends very rarely, and without any noticable reason. If it will happend, users can't login any more. I need to change something in user

[squid-users] Re: cache_peer_domain wildcards?

2006-12-05 Thread Robin Bowes
Henrik Nordstrom wrote: mån 2006-12-04 klockan 18:20 + skrev Robin Bowes: What does the additional acl do? i.e. this: acl all src 0.0.0.0/0.0.0.0 never_direct deny all This tells Squid that it must not attempt to go directly to the requested host, always using a peer. If this is

[squid-users] squid 2.6 and wccp

2006-12-05 Thread Giuseppe Tricarico
Hi all I'm new to squid, I configured a setup with wccp router and squid in transparent proxy mode. The redirection seems to not work for the tunnel interface, in fact if I send a request on the ethernet port the proxy answers, when the request come from the wccp router (on the tunne gre)

[squid-users] Help with kids squid proxy

2006-12-05 Thread King, John \(Greg\) \(LMIT-HOU\)
I used some spare parts and installed ipcop on a pc to act as my kids connection to the world. Squid 2.5stable14 is packaged with ipcop and I set it up as a transparent proxy and then blocked everything but outbound 80/443 and then restricted the web-traffic to a whitelist of sites we will let

Re: [squid-users] Cache Problem ( Squid.2.6 Stable 5)

2006-12-05 Thread Pablo García
Mohammad, DIRECT Connection has nothing to to with cacheability, you must look in the access_log for TCP_HIT and MEMHIT entries for the objects you want to get cached. On 12/5/06, Mohammad Shakir [EMAIL PROTECTED] wrote: I also disable this default tag. but all all request goes at DIRECT

Re: [squid-users] caching URLs with query strings

2006-12-05 Thread Pablo García
Guym I don't know how to hook the ?, is there any other pattern you can use ? (eg. asp, jsp, php, aspx, path ?) Regards, Pablo On 12/5/06, CARTWRIGHT, Guy, GBM [EMAIL PROTECTED] wrote: You have to play with the refresh_pattern to get this cached for 5 minutes, and remove the question mark ?

[squid-users] Pointers please for conversion to 2.6 accelorated caching and adding a siblings

2006-12-05 Thread Nicole
Hello I have a bunch of Squid 2.5.13 servers doing accelerated caching that I am converting to 2.6 and would love any comments or suggestions on my config. I think I have it mostly correct. It works, but I am uncertain it has the best ACL's since the conversion. Any comments greatly

RE: [squid-users] caching URLs with query strings

2006-12-05 Thread Henrik Nordstrom
tis 2006-12-05 klockan 09:29 + skrev CARTWRIGHT, Guy, GBM: refresh_pattern \? 5 100% 5 override-expire Does this look correct, or am I missing something? Looks fine to me. Just make sure it's before any other refresh_pattern which may apply to the request. The first match is used..

Re: [squid-users] wbinfo not found in cache.log

2006-12-05 Thread Henrik Nordstrom
tis 2006-12-05 klockan 04:35 -0500 skrev John Halfpenny: Hi Everyone, I've been using Squid for a good while now and have decided to run with it on a FreeBSD 6.1 box. It authenticates with Windows no problem, but in the cache.log file I have repeated entries like this: wbinfo: not found

Re: [squid-users] Squid caching error pages

2006-12-05 Thread Henrik Nordstrom
tis 2006-12-05 klockan 12:48 +0100 skrev Fabrizio Reale: I'd like to avoid caching of error pages and even to serve the old version of the page if the new contain an error. Please let me know what I have to touch to do that. negative_ttl 0 seconds Regards Henrik signature.asc

Re: [squid-users] squid 2.6 and wccp

2006-12-05 Thread Henrik Nordstrom
tis 2006-12-05 klockan 14:21 +0100 skrev Giuseppe Tricarico: Hi all I'm new to squid, I configured a setup with wccp router and squid in transparent proxy mode. The redirection seems to not work for the tunnel interface, in fact if I send a request on the ethernet port the proxy answers,

Re: [squid-users] Pointers please for conversion to 2.6 accelorated caching and adding a siblings

2006-12-05 Thread Henrik Nordstrom
tis 2006-12-05 klockan 13:34 -0700 skrev Nicole: emulate_httpd_log on Using this AND specifying the log format to use does not make much sense.. logformat small %ru %st access_log /var/log/apache/access_log small hierarchy_stoplist cgi-bin ? You may want to remove the above, but it

Re: [squid-users] Problem with transparent cache

2006-12-05 Thread Henrik Nordstrom
tis 2006-12-05 klockan 20:51 +1100 skrev Adam Summerfield: Ever since upgrading to Squid 2.6 release I have log files full of the message below... parseHttpRequest: NAT lookup failed: ioctl(SIOCGNATL) Not exacly sure, but probably the ipfilter version is not supported by Squid. Regards

Re: [squid-users] Need Help in authentication

2006-12-05 Thread Henrik Nordstrom
lör 2006-12-02 klockan 11:37 +0530 skrev Sameer Joshi: 2. Now my company wants me to have 2 factor authentication (RSA tokens) on revese proxy. I just need to know how does this work and if there are any working squid.conf configurations for the same token based authentication is always a

Re: [squid-users] Pointers please for conversion to 2.6 accelor

2006-12-05 Thread Nicole
On 05-Dec-06 My Secret NSA Wiretap Overheard Henrik Nordstrom Saying : tis 2006-12-05 klockan 13:34 -0700 skrev Nicole: emulate_httpd_log on Using this AND specifying the log format to use does not make much sense.. Ah thanks! logformat small %ru %st access_log

[squid-users] ~5% of cache hits very slow

2006-12-05 Thread Ben Drees
Hi, I'm running Squid (2.5 STABLE 12) in a reverse proxy setup, caching mostly dynamic content with unreadably long parameterized URLs. Most cache hits take about 2 - 4 milliseconds (as indicated by the access log), but I see frequent outliers in the 200 - 800 millisecond range. These seem

Re: [squid-users] WCCPv2 strangeness - continued

2006-12-05 Thread Adrian Chadd
On Tue, Dec 05, 2006, Jason Taylor wrote: The intercept router: - Cisco 6509 - IOS version 12.2.18sxf Hm, I've heard rumours that there's been some WCCPv2 bugs in the SXF code. Yah, there's an unrelated bug resolved in 12.2(18)SXF7 and a couple more in previous releases but nothing related

Re: [squid-users] WCCPv2 strangeness - continued

2006-12-05 Thread Jason Taylor
Hi Adrian, I set the wccp2_forwarding_method to 2 and things are working better now. I had to tweak my iptables redirect rules, however. Note that I tried using the wccp2_assignment_method 2 setting but I got the following error, after which squid restarted. 2006/12/05 19:19:46| assertion

Re: [squid-users] WCCPv2 strangeness - continued

2006-12-05 Thread Adrian Chadd
://www.creative.net.au/diffs/20061205-wccp2-mask-assignment.diff Please let me know if this works for you and I'll commit it if it does. Thanks, Adrian -- - Xenion - http://www.xenion.com.au/ - Hosting and Commercial Squid Support -

[squid-users] squid not caching anything to disk

2006-12-05 Thread Jason Maher
Hello, I'm having a problem with squid that I have been unable to solve through the FAQ or reading the mailing list. Squid is not caching any files at all. It looks as though all objects are being released from memory immediately. Everything else (acls, authentication, proxying) is working

[squid-users] Squid Optimization

2006-12-05 Thread Dumpolid Exeplish
hi all, is there a way to cache microsoft updates? so as to ensure that the next time a user requests for these specific updates, it is available off Squid Also, is there any method of enabling prefetc in Squid? i am using Version 2.6 (stable5)

[squid-users] Offline Cache Browsing

2006-12-05 Thread Tek Bahadur Limbu
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dear All, I have the following network setup in one of my branch office. The main link is connected via a wireless modem at a distance of 100 KM. Squid is acting transparently and is also the main router for clients using public static and dynamic