[squid-users] what does this warning means?

2011-02-25 Thread Gontzal
Hi list, I always have this messages on my cache.log, but i've never been worried about them, it is just curiosity to know what this means and if I can solve it: The message is: 2011/02/25 09:53:53| WARNING: HTTP header contains NULL characters {Accept: */*^M Content-Type: application/x-www-form

Re: [squid-users] Frustrating "Invalid Request" Reply

2011-02-25 Thread Ümit Kablan
Hi, 2011/2/24 Amos Jeffries : > > Please keep the replies on the mailing list for others to benefit from. > I charge for private assistance. Sorry I failed to send reply to all :-( > > On Wed, 23 Feb 2011 12:32:56 +0200, Ümit Kablan wrote: >> >> >> 2011/2/22 Amos Jeffries : >>> >>> On Tue, 22 Fe

Re: [squid-users] what does this warning means?

2011-02-25 Thread Amos Jeffries
On 25/02/11 22:39, Gontzal wrote: Hi list, I always have this messages on my cache.log, but i've never been worried about them, it is just curiosity to know what this means and if I can solve it: The message is: 2011/02/25 09:53:53| WARNING: HTTP header contains NULL characters {Accept: */*^M

Re: [squid-users] Frustrating "Invalid Request" Reply

2011-02-25 Thread Amos Jeffries
On 25/02/11 22:53, Ümit Kablan wrote: Hi, 2011/2/24 Amos Jeffries: Please keep the replies on the mailing list for others to benefit from. I charge for private assistance. Sorry I failed to send reply to all :-( On Wed, 23 Feb 2011 12:32:56 +0200, Ümit Kablan wrote: 2011/2/22 Amos Jeff

[squid-users] squid crashes periodically without logging error message, signal 8, Arithmetic exception

2011-02-25 Thread Samendinger, Marc
Hi list, our squid crashes from time to time without logging error messages. I started gdb on the core file - disclaimer: gdb is totally new for me - and here is what gdb says: (gdb) core squid.core (no debugging symbols found) Core was generated by `(squid) -D -sYC'. Program terminated with sig

[squid-users] Squid Memory always increasing

2011-02-25 Thread Saurabh Agarwal
Hi All I am using Squid-2.7.Stable7 and downloading 150 different cacheable files in a loop. i.e. each file is again being downloaded once its downloading finishes using a script. I see that Squid physical memory usage i.e. RSS as reported by the "top" command always increases. Even if I close

Re: [squid-users] squid crashes periodically without logging error message, signal 8, Arithmetic exception

2011-02-25 Thread Helmut Hullen
Hallo, Marc, Du meintest am 25.02.11: > our squid crashes from time to time without logging error > messages. I started gdb on the core file - disclaimer: gdb > is totally new for me - and here is what gdb says: [...] > Version: Squid 2.6.STABLE18 on Ubuntu 08.04 LTS What about updating to an

Re: [squid-users] squid crashes periodically without logging error message, signal 8, Arithmetic exception

2011-02-25 Thread Samendinger, Marc
> -Original Message- > From: Helmut Hullen [mailto:hul...@t-online.de] > Sent: Friday, February 25, 2011 2:29 PM > > Hallo, Marc, Hi Helmut, > > our squid crashes from time to time without logging error > > messages. I started gdb on the core file - disclaimer: gdb > > is totally new f

Re: [squid-users] squid crashes periodically without logging error message, signal 8, Arithmetic exception

2011-02-25 Thread Helmut Hullen
Hallo, Marc, Du meintest am 25.02.11: >>> our squid crashes from time to time without logging error >>> messages. I started gdb on the core file - disclaimer: gdb >>> is totally new for me - and here is what gdb says: >> >> [...] >> >>> Version: Squid 2.6.STABLE18 on Ubuntu 08.04 LTS >> >> What a

Re: [squid-users] Squid Memory always increasing

2011-02-25 Thread Amos Jeffries
On 26/02/11 02:06, Saurabh Agarwal wrote: Hi All I am using Squid-2.7.Stable7 and downloading 150 different cacheable files in a loop. i.e. each file is again being downloaded once its downloading finishes using a script. I see that Squid physical memory usage i.e. RSS as reported by the "top"

Re: [squid-users] squid crashes periodically without logging error message, signal 8, Arithmetic exception

2011-02-25 Thread Amos Jeffries
On 26/02/11 04:54, Helmut Hullen wrote: Hallo, Marc, Du meintest am 25.02.11: our squid crashes from time to time without logging error messages. I started gdb on the core file - disclaimer: gdb is totally new for me - and here is what gdb says: [...] Version: Squid 2.6.STABLE18 on Ubuntu

[squid-users] "Origin" header fails on bridged-tproxy squid

2011-02-25 Thread Robert Pipca
Hi, I'm using a squid in a bridge/tproxy setup. Sites using the "origin" header simply don't work, like this: vistoria.brochweld.com.br I don't understand why this site simply doesn't work. If anybody has any ideas please let me know. How can a tproxy bridge environment make this work? Cheer

[squid-users] Re: "Origin" header fails on bridged-tproxy squid

2011-02-25 Thread Robert Pipca
Sorry, The correct site to see the problem is: http://vistoria.brochweld.com.br/bvsweb/paginas/tela_login.aspx Cheers, - Robert 2011/2/25 Robert Pipca : > Hi, > > I'm using a squid in a bridge/tproxy setup. > > Sites using the "origin" header simply don't work, like this: > > vistoria.brochwel

[squid-users] Only internal ip's works: The requested URL could not be retrieved

2011-02-25 Thread Jack Engqvist Johansson
Hi, I have set up a working Apache server on an OpenBSD system. It's listening on port 8000 and is configured with several virtualhosts. Then I have squid running on port 80 with acceleration mode on. It works great if I use the servers local ip (192.168.0.3) but not if I try to use a domain name.

RE: [squid-users] Squid Memory always increasing

2011-02-25 Thread Saurabh Agarwal
Thanks Amos! One more question. When there is no load on Squid after a period of heavy load will Squid memory footprint won't go down? I think it should. Are there some ways other than "memory_pools off" config to make Squid free the earlier malloc'ed memory. Regards, Saurabh -Original Mes