--- lib/PXElator/httpd.pm 2009/08/29 18:07:49 348 +++ lib/PXElator/httpd.pm 2009/08/30 11:20:18 363 @@ -388,6 +388,8 @@ print "url $url\n"; + syslogd::install_local; + while (1) { my $client = $server->accept() || next; # ALARM trickle us my $request = <$client>;