Re: Server hangs after 502 request

2009-10-26 Thread Rolf Schaufelberger
Hi, Tortsen, Am 26.10.2009 um 12:12 schrieb Torsten Foertsch: On Sat 24 Oct 2009, Rolf Schaufelberger wrote: Starting some weeks ago the server sometimes hangs with an out of memory problem. Assuming you are running on linux the following sysctls may help to find the culprit. vm.overcom

Re: Server hangs after 502 request

2009-10-26 Thread Torsten Foertsch
On Sat 24 Oct 2009, Rolf Schaufelberger wrote: > Starting some weeks ago the server sometimes hangs with an out of   > memory problem. Assuming you are running on linux the following sysctls may help to find the culprit. vm.overcommit_memory=2 vm.overcommit_ratio=90 By default (overcommit_memor

Re: Server hangs after 502 request

2009-10-25 Thread André Warnier
Rolf Schaufelberger wrote: ... Of course, but what I meant was, can I tell LWP to pass the same referer string I found in my logfile, to simultate exactly that request ? I'm sure you can. That "referrer" is just a HTTP header ("Referer:" with only one r I think), and LWP allows you to ad

Re: Server hangs after 502 request

2009-10-25 Thread Rolf Schaufelberger
Am 25.10.2009 um 19:36 schrieb André Warnier: Rolf Schaufelberger wrote: Am 24.10.2009 um 12:13 schrieb André Warnier: Rolf Schaufelberger wrote: It always has googleads as referer with a very long refer string and what das the 502 status mean? http://lmgtfy.com?q=http+status+502 Ok, I can

Re: Server hangs after 502 request

2009-10-25 Thread André Warnier
Rolf Schaufelberger wrote: Am 24.10.2009 um 12:13 schrieb André Warnier: Rolf Schaufelberger wrote: It always has googleads as referer with a very long refer string and what das the 502 status mean? http://lmgtfy.com?q=http+status+502 Ok, I can read what's written there, but what does it

Re: Server hangs after 502 request

2009-10-25 Thread Rolf Schaufelberger
Am 24.10.2009 um 12:13 schrieb André Warnier: Rolf Schaufelberger wrote: It always has googleads as referer with a very long refer string and what das the 502 status mean? http://lmgtfy.com?q=http+status+502 Ok, I can read what's written there, but what does it mean ? I still have no ide

Re: Server hangs after 502 request

2009-10-24 Thread André Warnier
Rolf Schaufelberger wrote: It always has googleads as referer with a very long refer string and what das the 502 status mean? http://lmgtfy.com?q=http+status+502