Re: [squid-users] Is this possible?

2009-03-20 Thread Merdouille
Chris Robertson-2 wrote: http://www.squid-cache.org/Doc/config/url_rewrite_program/ Chris I have a simple redirection script. It ll send a 302:URL in replacement of http://mysquid/img=URL the browser load the file from the original site and SARG says that nothing was cached! -- View

Re: [squid-users] Extracting selected data from logfile

2009-03-20 Thread Frog
Hello all, Thank you Chris for the suggestion. It helped enormously. I have extracted the data I was looking for by using the following: tail -n 5000 access.log | grep 403 | awk '{print $1}' | uniq -d file.txt Best regards Frog. - Original Message - From: Chris Robertson

[squid-users] How to allow one specific SSL-Site

2009-03-20 Thread Stephan
Hi @ll, i have one problem: Environment: squid/2.7.STABLE5 on win32. Auth against Windows ActiveDirectory with mswin_auth.exe I want to allow one https-URL for all networkuser. So i have added this ruleset: acl erlaubthttps dstdomain .domain.tld (where domain.tld is the URL i want

Re: [squid-users] AD authentiction with squid

2009-03-20 Thread Benedict simon
Dear Amos, Thanks and really apprecite for ur quick reply i will try the link and n check it out. me too a novice in Ldap n not a professional in ADS regards simon Benedict simon wrote: Dear All, i have squid Proxy server on Centos 5 working perfectly for a quite sometime and now we

Re: [squid-users] Disconnected system caching

2009-03-20 Thread Dingwell, Robert A.
Does anybody know if there is a way to do this? Thanks Rob On 3/18/09 3:59 PM, Dingwell, Robert A. b...@mitre.org wrote: Hi, I¹m looking for a way to cache data from systems that are disconnected at times and to serve from the cache when the systems are disconnected. I know that 2.7

Fwd: [squid-users] Extracting selected data from logfile

2009-03-20 Thread David Rodríguez Fernández
This don't show all IP. Only the IP from the last 5000 request. If you want all IP from all request in the access file you must use: grep -w 403 access.log | awk '{print $1}' | sort | uniq file.txt On Fri, Mar 20, 2009 at 11:48 AM, Frog f...@rsf1.net wrote: Hello all, Thank you Chris for

[squid-users] WebSite Access Problem

2009-03-20 Thread Jorge Bastos
Hi people, When I try to access: http://www.interponto.com/ Using 3.0.STABLE13-1 on Debian SID I get a blank page on IE or FF, if I try to see what's on the code, I have: -- !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.0 Transitional//EN HTMLHEAD META http-equiv=Content-Type content=text/html;

Re: [squid-users] Extracting selected data from logfile

2009-03-20 Thread Frog
- Original Message - From: John Doe jd...@yahoo.com To: Frog f...@rsf1.net Sent: Friday, 20 March, 2009 11:19:12 GMT +00:00 GMT Britain, Ireland, Portugal Subject: Re: [squid-users] Extracting selected data from logfile From: Frog f...@rsf1.net Thank you Chris for the suggestion. It

[squid-users] Cascading Squid

2009-03-20 Thread Vicks
dear frnds, i m looking to deploy multiple squid servers under windows in such a manner that around 5 squid servers each having 20 clients should get connected to parent squid server having a high bandwidth connection. how to achieve this. the parent squid server ip: 192.168.2.1/255.255.240.0

[squid-users] Colin Farley is out of the office.

2009-03-20 Thread Colin . Farley
I will be out of the office starting 03/13/2009 and will not return until 03/29/2009. I will respond to your message when I return.

Re: [squid-users] WebSite Access Problem

2009-03-20 Thread John Doe
From: Jorge Bastos mysql.jo...@decimal.pt When I try to access: http://www.interponto.com/ Using 3.0.STABLE13-1 on Debian SID I get a blank page on IE or FF, if I try to see what's on the code, I have: Maybe because the server sends sends back: Cache-control: private...? JD

[squid-users] java web start jars won't be cached

2009-03-20 Thread Thibault Ketterer
I squid-users, I am trying to cache some jar from java web start. I augmented the cache_dir size to match the jar size and I tuned the refresh_pattern parameter for jar file like this : cache_dir ufs /local/squid 1000 16 256 refresh_pattern -i \.jar$ 0 100% 1440 override-expire

Re: [squid-users] Is this possible?

2009-03-20 Thread Chris Robertson
Merdouille wrote: Chris Robertson-2 wrote: http://www.squid-cache.org/Doc/config/url_rewrite_program/ Chris I have a simple redirection script. It ll send a 302:URL in replacement of http://mysquid/img=URL the browser load the file from the original site and SARG says that nothing

Re: [squid-users] WebSite Access Problem

2009-03-20 Thread Chris Robertson
Jorge Bastos wrote: Hi people, When I try to access: http://www.interponto.com/ Using 3.0.STABLE13-1 on Debian SID I get a blank page on IE or FF, if I try to see what's on the code, I have: -- !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.0 Transitional//EN HTMLHEAD META http-equiv=Content-Type

Re: [squid-users] Cascading Squid

2009-03-20 Thread Chris Robertson
Vicks wrote: dear frnds, i m looking to deploy multiple squid servers under windows in such a manner that around 5 squid servers each having 20 clients should get connected to parent squid server having a high bandwidth connection. how to achieve this. the parent squid server ip:

Re: [squid-users] java web start jars won't be cached

2009-03-20 Thread Chris Robertson
Thibault Ketterer wrote: I squid-users, I am trying to cache some jar from java web start. I augmented the cache_dir size to match the jar size and I tuned the refresh_pattern parameter for jar file like this : cache_dir ufs /local/squid 1000 16 256 refresh_pattern -i \.jar$ 0 100% 1440

Re: [squid-users] WebSite Access Problem

2009-03-20 Thread Chris Robertson
John Doe wrote: From: Jorge Bastos mysql.jo...@decimal.pt When I try to access: http://www.interponto.com/ Using 3.0.STABLE13-1 on Debian SID I get a blank page on IE or FF, if I try to see what's on the code, I have: Maybe because the server sends sends back: Cache-control:

Re: [squid-users] How to allow one specific SSL-Site

2009-03-20 Thread Chris Robertson
Stephan wrote: Hi @ll, i have one problem: Environment: squid/2.7.STABLE5 on win32. Auth against Windows ActiveDirectory with mswin_auth.exe I want to allow one https-URL for all networkuser. So i have added this ruleset: acl erlaubthttps dstdomain .domain.tld (where domain.tld is the URL i

RE: [squid-users] WebSite Access Problem

2009-03-20 Thread Jorge Bastos
Well no idea. The website+server is not mine. Or could the server being blocking requests made from squid, where there's a header from squid? That is ASP, it may be something like that, it's an idea. How do I hide the header so that the destination servers won't know that I'm connection through

RE: [squid-users] WebSite Access Problem

2009-03-20 Thread Jorge Bastos
Squid 2.7STABLE6. Firefox 3.0.7 on Windows XP. Works fine for me. Check http://wiki.squid-cache.org/KnowledgeBase/BrokenWindowSize Chris Well it doesn't for me. Either IE or FF. :( Using direct connection it works.

Re: [squid-users] WebSite Access Problem

2009-03-20 Thread Chris Robertson
Jorge Bastos wrote: Squid 2.7STABLE6. Firefox 3.0.7 on Windows XP. Works fine for me. Check http://wiki.squid-cache.org/KnowledgeBase/BrokenWindowSize Chris Well it doesn't for me. Either IE or FF. :( Using direct connection it works. Did you read the linked article? It often

RE: [squid-users] WebSite Access Problem

2009-03-20 Thread Jorge Bastos
Sorry, I completely miss that. I was reading, and I don't have that kernel command on the squid server: cisne:~# cat /proc/sys/net/ipv4/tcp_default_win_scale cat: /proc/sys/net/ipv4/tcp_default_win_scale: No such file or directory cisne:~# More ideias? PS: the problem is in all machines on the

Re: [squid-users] WebSite Access Problem

2009-03-20 Thread Chris Robertson
Jorge Bastos wrote: Sorry, I completely miss that. I was reading, and I don't have that kernel command on the squid server: cisne:~# cat /proc/sys/net/ipv4/tcp_default_win_scale cat: /proc/sys/net/ipv4/tcp_default_win_scale: No such file or directory cisne:~# More ideias? PS: the problem is in

Re: [squid-users] WebSite Access Problem

2009-03-20 Thread Michael Spiegle
How about the following? sysctl net.ipv4.tcp_window_scaling=0 Mike Jorge Bastos wrote: Sorry, I completely miss that. I was reading, and I don't have that kernel command on the squid server: cisne:~# cat /proc/sys/net/ipv4/tcp_default_win_scale cat: /proc/sys/net/ipv4/tcp_default_win_scale:

[squid-users] Re: AD authentiction with squid

2009-03-20 Thread Markus Moeller
Benedict simon si...@kmun.gov.kw wrote in message news:dde908b0d0e692cbfa0d7d7490dce7f2.squir...@webmail.baladia.gov.kw... Dear Amos, Thanks and really apprecite for ur quick reply i will try the link and n check it out. me too a novice in Ldap n not a professional in ADS regards simon

[squid-users] access to cache is very high

2009-03-20 Thread nyoman karna
guys, I've been using squid for 5 years in my educational institution (IM Telkom - Telkom Institute of Management) but this is the first time i encounter this problem. need your expertise. I'm using HP Proliant ML110 G5 with 320GB of SATA disk. I'm using squid 2.6 stable 16 (FreeBSD 6.3) with

[squid-users] An option to force keepalives for POST during forward proxy

2009-03-20 Thread Michael Spiegle
I have a situation where being able to use keepalives for POST methods would be very handy. Essentially, I have a series of .NET webservers that POST data to a linux-based webservice. The .NET webservers and the the linux servers are geographically distributed, so we have a 65ms latency

[squid-users] build web page within squid?

2009-03-20 Thread Richard Langly
I'm looking to build a web page from within the proxy server that will be viewed at a later time, and also further pass on the request and expect to get a page back which will also be viewed at a later time. This all happens from the proxy server. 1) receive URL from user request and store/build

Re: [squid-users] An option to force keepalives for POST during forward proxy

2009-03-20 Thread Mark Nottingham
It's not so much that it isn't well-defined, it's that it's dangerous. Since a server can close an idle connection at any time, there's a chance that as you start your POST, the server will close the connection, leaving things in an indeterminate state. Unlike GET, POST can't be

Re: [squid-users] Disconnected system caching

2009-03-20 Thread Amos Jeffries
Dingwell, Robert A. wrote: Does anybody know if there is a way to do this? Try offline_mode on. Which is not a true offline, but an aggressive caching mode. Amos Thanks Rob On 3/18/09 3:59 PM, Dingwell, Robert A. b...@mitre.org wrote: Hi, I¹m looking for a way to cache data from

Re: [squid-users] access to cache is very high

2009-03-20 Thread Amos Jeffries
nyoman karna wrote: guys, I've been using squid for 5 years in my educational institution (IM Telkom - Telkom Institute of Management) but this is the first time i encounter this problem. need your expertise. I'm using HP Proliant ML110 G5 with 320GB of SATA disk. I'm using squid 2.6 stable

Re: [squid-users] build web page within squid?

2009-03-20 Thread Amos Jeffries
Richard Langly wrote: I'm looking to build a web page from within the proxy server that will be viewed at a later time, and also further pass on the request and expect to get a page back which will also be viewed at a later time. This all happens from the proxy server. 1) receive URL from user

[squid-users] dns_internal or dnsserver ?

2009-03-20 Thread Mikio Kishi
Hi, all On squid 3.0(STABLE13), which do you recommend, dns_internal mode or dnsserver mode ? -- Sincerely, Mikio Kishi