Re: [squid-users] Timeouts/browser hang with "autodetect proxy"

2007-03-12 Thread nima sadeghian
mostly same detected issues are because of dns settings in squid.conf (if just clients are slow) or squid box. is there any wrong with delay pools? On 3/12/07, Michel Santos <[EMAIL PROTECTED]> wrote: Brian Riffle disse na ultima mensagem: > I am having an issue with timeouts using squid with b

Re: [squid-users] Timeouts/browser hang with "autodetect proxy"

2007-03-12 Thread Michel Santos
Brian Riffle disse na ultima mensagem: > I am having an issue with timeouts using squid with both IE and > Firefox when using "auto detect proxy" When I am autodetecting the > proxy server, if I type in an invalid domain name (like google.comm, > or googlec.om, etc) it will take upwards of 20 sec

Re: [squid-users] Timeouts/browser hang with "autodetect proxy"

2007-03-09 Thread Adrian Chadd
On Fri, Mar 09, 2007, Brian Riffle wrote: > Our DNS resolves fast, about .045 seconds, so I don't think that is the > problem, however, I added the line: > > if (!isResolvable(host)) >return "PROXY proxy.example.com:3128"; > > to our proxy files, and our 25 Second browser lockup changed to

Re: [squid-users] Timeouts/browser hang with "autodetect proxy"

2007-03-09 Thread Brian Riffle
Our DNS resolves fast, about .045 seconds, so I don't think that is the problem, however, I added the line: if (!isResolvable(host)) return "PROXY proxy.example.com:3128"; to our proxy files, and our 25 Second browser lockup changed to a 4 second timeout. Thank you very much for that tip

Re: [squid-users] Timeouts/browser hang with "autodetect proxy"

2007-03-08 Thread Adrian Chadd
On Fri, Mar 09, 2007, David Gameau wrote: > >From my experience, each isInNet() statement produces a separate DNS > lookup. > What you want to do is use isResolvable(host) before hand to > short-circuit > those steps. > > For example (if you wanted unresolvable DNS lookups to be forwarded to > th

RE: [squid-users] Timeouts/browser hang with "autodetect proxy"

2007-03-08 Thread David Gameau
> -Original Message- > From: Adrian Chadd [mailto:[EMAIL PROTECTED] > Sent: Friday, 9 March 2007 10:35 AM > To: Brian Riffle > Subject: Re: [squid-users] Timeouts/browser hang with > "autodetect proxy" > > On Thu, Mar 08, 2007, Brian Riffle wrote: >

Re: [squid-users] Timeouts/browser hang with "autodetect proxy"

2007-03-08 Thread Adrian Chadd
On Thu, Mar 08, 2007, Brian Riffle wrote: > I am having an issue with timeouts using squid with both IE and > Firefox when using "auto detect proxy" When I am autodetecting the > proxy server, if I type in an invalid domain name (like google.comm, > or googlec.om, etc) it will take upwards of 20 s

[squid-users] Timeouts/browser hang with "autodetect proxy"

2007-03-08 Thread Brian Riffle
I am having an issue with timeouts using squid with both IE and Firefox when using "auto detect proxy" When I am autodetecting the proxy server, if I type in an invalid domain name (like google.comm, or googlec.om, etc) it will take upwards of 20 seconds to timeout, and give me the squid error pa

Re: [squid-users] Timeouts when using squid as an FTP proxy with FileZilla?

2006-09-05 Thread Henrik Nordstrom
tis 2006-09-05 klockan 14:25 +1000 skrev Jeremy Webber: > It appears that squid times out the FTP STOR after the period given by > read_timeout in the squid.conf file. It happens that the default value > for this is the same as my test external FTP server which is what > mislead me originally.

Re: [squid-users] Timeouts when using squid as an FTP proxy with FileZilla?

2006-09-04 Thread Jeremy Webber
On 28/08/2006, at 6:01 PM, Guido Serassio wrote: Hi, At 05.30 28/08/2006, Jeremy Webber wrote: I've been trying to use our Squid server to proxy FTP traffic. The client is FileZilla. It is configured to use the squid server as an HTTP 1.1 proxy. I can connect to a remote site without di

Re: [squid-users] Timeouts when using squid as an FTP proxy with FileZilla?

2006-08-28 Thread Guido Serassio
Hi, At 05.30 28/08/2006, Jeremy Webber wrote: I've been trying to use our Squid server to proxy FTP traffic. The client is FileZilla. It is configured to use the squid server as an HTTP 1.1 proxy. I can connect to a remote site without difficulty (yes, I have to enable the CONNECT method

[squid-users] Timeouts when using squid as an FTP proxy with FileZilla?

2006-08-27 Thread Jeremy Webber
I've been trying to use our Squid server to proxy FTP traffic. The client is FileZilla. It is configured to use the squid server as an HTTP 1.1 proxy. I can connect to a remote site without difficulty (yes, I have to enable the CONNECT method for this). The remote site has an idle timeout o

[squid-users] Timeouts

2003-08-03 Thread Tony Melia (DMS)
I have a few sites that are slow, however, due to firewall setup upstream, I cannot test it direct. I get a 110 squid timeout error. What corresponding timeout should I change in squid.conf, i.e connect-timeoutread_timeout e.t.c. Downs MicroSystems Pty Ltd 145 Margaret Street Toowoomba Qld 4350

Re: [squid-users] Timeouts details and Retry problems

2003-03-25 Thread Victor Tsang
I see, thank you very much. Tor. Henrik Nordstrom wrote: > > Only by editing the source. > > 1. Make sure server side persistent connections are disabled in > squid.conf. > > 2. modify fwdCheckRetry() in forward.c to always return 0. > > Regards > Henrik > > Victor Tsang wrote: > > > > Is

RE: [squid-users] Timeouts details and Retry problems

2003-03-25 Thread Henrik Nordstrom
tis 2003-03-25 klockan 10.58 skrev Fabrice DELHOSTE: > First of all, thanks for your help. > > So, here is the behavior that our tests show: > 1) when connect_timeout < read_timeout > => No retries. Response time = read_timeout > > 2) when connect_timeout > read_timeout > => Always 1

RE: [squid-users] Timeouts details and Retry problems

2003-03-25 Thread Fabrice DELHOSTE
OSTE; [EMAIL PROTECTED] Subject: Re: [squid-users] Timeouts details and Retry problems Only by editing the source. 1. Make sure server side persistent connections are disabled in squid.conf. 2. modify fwdCheckRetry() in forward.c to always return 0. Regards Henrik Victor Tsang wrote: > >

Re: [squid-users] Timeouts details and Retry problems

2003-03-24 Thread Henrik Nordstrom
Only by editing the source. 1. Make sure server side persistent connections are disabled in squid.conf. 2. modify fwdCheckRetry() in forward.c to always return 0. Regards Henrik Victor Tsang wrote: > > Is there a way to turn off such feature, or control the number of retry > squid does? > >

Re: [squid-users] Timeouts details and Retry problems

2003-03-24 Thread Victor Tsang
Is there a way to turn off such feature, or control the number of retry squid does? Thanks. Tor Henrik Nordstrom wrote: > > mån 2003-03-24 klockan 12.11 skrev Fabrice DELHOSTE: > > > So after installing Squid, we modified connect_timeout and > > read_timeout. We found configurations that works

Re: [squid-users] Timeouts details and Retry problems

2003-03-24 Thread Henrik Nordstrom
mån 2003-03-24 klockan 12.11 skrev Fabrice DELHOSTE: > So after installing Squid, we modified connect_timeout and > read_timeout. We found configurations that works but we would like to > understand precisely why. Moreover, due to our misunderstanding, we > sometimes have strange effects such as d

[squid-users] Timeouts details and Retry problems

2003-03-24 Thread Fabrice DELHOSTE
Hi *, We are new to Squid and have problems around timeouts. First, please tell us if we could get more information about timeouts than those provided in Guides and FAQ. We do not clearly understand their behavior even if they seems well documented. In particular, we have an application that doe