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-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

lookup of 'WPort::Startup::ChildInitHandler::handler' failed

2009-10-25 Thread Michael Wichmann
Hi, does anyone know why I get this error message in my apache log? I am using the following setup: File: /var/www/htdocs/wport/Startup.pm package WPort::Startup; [...] my $server = Apache2::ServerUtil->server; my $conf = < SetHandler perl-script Order Deny,Allow Deny from all Al

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: ... 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